diff options
author | Simon Rettberg | 2016-05-04 18:27:28 +0200 |
---|---|---|
committer | Simon Rettberg | 2016-05-04 18:27:28 +0200 |
commit | 80424b29e00609bf837119fa810b5afdadf2b4e9 (patch) | |
tree | e59c49265aeb219c4137bdf21e71262201345b99 /style | |
parent | WIP (diff) | |
download | slx-admin-80424b29e00609bf837119fa810b5afdadf2b4e9.tar.gz slx-admin-80424b29e00609bf837119fa810b5afdadf2b4e9.tar.xz slx-admin-80424b29e00609bf837119fa810b5afdadf2b4e9.zip |
Work on translations: templates and messages work
Diffstat (limited to 'style')
-rw-r--r-- | style/default.css | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/style/default.css b/style/default.css index a29e9df0..7c0a39ec 100644 --- a/style/default.css +++ b/style/default.css @@ -55,7 +55,7 @@ body { border-top-right-radius: 0; } -.slx-default { +.slx-default, .slx-notebox { color: #888; font-size: 90%; font-style: italic; @@ -243,6 +243,25 @@ input[readonly] { padding: 19px; } +.slx-visible-rows > div.row { + border-style: solid; + border-color: #ddd; + border-width: 1px 0px; +} + +.slx-visible-rows > div.row + div.row { + border-top: none; +} + +.slx-visible-rows > div.row > div > * { + margin: 3px; +} + +.slx-textpreview { + max-height: 60px; + overflow-y: auto; +} + /* * Sidebar */ |