From ee0e38eba89bdc1a6b7b22b79b4693d35fa5f0a8 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 24 Feb 2016 17:18:33 +0000 Subject: Style tweaks & discard -> save & clear --- webgui/data/style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'webgui/data/style.css') diff --git a/webgui/data/style.css b/webgui/data/style.css index 7520e42..001a874 100644 --- a/webgui/data/style.css +++ b/webgui/data/style.css @@ -36,6 +36,12 @@ thead tr:last-child td { border-bottom:1px solid #ddd; } +tfoot tr:first-child td { + margin:0.125em 0 0 0; + padding-top:0.125em; + border-top:1px solid #ddd; +} + .editorButtonContainer { text-align:center; } @@ -83,6 +89,10 @@ thead tr:last-child td { width:6em; } +#draftListBody tbody { + min-height:10em; +} + /*----- Tabs -----*/ .tabs { display:block; -- cgit v1.2.3