From 80424b29e00609bf837119fa810b5afdadf2b4e9 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Wed, 4 May 2016 18:27:28 +0200 Subject: Work on translations: templates and messages work --- style/default.css | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) (limited to 'style') 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 */ -- cgit v1.2.3-55-g7522