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/index.html | 63 ++++++++++++++++++++++---------------------------- webgui/data/style.css | 8 +++++-- 2 files changed, 33 insertions(+), 38 deletions(-) (limited to 'webgui/data') diff --git a/webgui/data/index.html b/webgui/data/index.html index af780bd..79e7bc2 100644 --- a/webgui/data/index.html +++ b/webgui/data/index.html @@ -17,54 +17,45 @@
-
+ + + + + Not connected to server +
-

Current Draft

-

Saved Drafts

-
-
-
- - - - - Not connected to server -
-
-
- -
-
- -
-
- -
-
-
+
+
-
- - - - - - - - - - -
IdTitleActions
+
+ +
+
+
+
+ + + + + + + + + +
IdTitleActions
+ +
Blub. 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