From d687710cb8f5a5ceb605d9859cd8ba76fb2c45a0 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 24 Feb 2016 15:33:15 +0000 Subject: Style tweaks --- webgui/data/style.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'webgui/data/style.css') diff --git a/webgui/data/style.css b/webgui/data/style.css index 53ddb7a..7520e42 100644 --- a/webgui/data/style.css +++ b/webgui/data/style.css @@ -30,10 +30,10 @@ thead td { text-align:center; } -thead tr:last-child { +thead tr:last-child td { + margin:0 0 0.125em 0; padding-bottom:0.125em; border-bottom:1px solid #ddd; - margin-bottom:0.125em; } .editorButtonContainer { @@ -79,6 +79,10 @@ thead tr:last-child { color:#c00000; } +#draftListBody button { + width:6em; +} + /*----- Tabs -----*/ .tabs { display:block; -- cgit v1.2.3