summaryrefslogtreecommitdiffstats
path: root/style
diff options
context:
space:
mode:
authorSimon Rettberg2016-05-04 18:27:28 +0200
committerSimon Rettberg2016-05-04 18:27:28 +0200
commit80424b29e00609bf837119fa810b5afdadf2b4e9 (patch)
treee59c49265aeb219c4137bdf21e71262201345b99 /style
parentWIP (diff)
downloadslx-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.css21
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
*/