aboutsummaryrefslogtreecommitdiff
path: root/webgui/data/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'webgui/data/style.css')
-rw-r--r--webgui/data/style.css10
1 files changed, 10 insertions, 0 deletions
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 {
36 border-bottom:1px solid #ddd; 36 border-bottom:1px solid #ddd;
37} 37}
38 38
39tfoot tr:first-child td {
40 margin:0.125em 0 0 0;
41 padding-top:0.125em;
42 border-top:1px solid #ddd;
43}
44
39.editorButtonContainer { 45.editorButtonContainer {
40 text-align:center; 46 text-align:center;
41} 47}
@@ -83,6 +89,10 @@ thead tr:last-child td {
83 width:6em; 89 width:6em;
84} 90}
85 91
92#draftListBody tbody {
93 min-height:10em;
94}
95
86/*----- Tabs -----*/ 96/*----- Tabs -----*/
87.tabs { 97.tabs {
88 display:block; 98 display:block;