From 1d69e85a6f675a71596653f1501a117618b6a902 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 13 Sep 2011 03:27:23 +0200 Subject: Operation dashboard (refs #525) --- static/media/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'static') diff --git a/static/media/style.css b/static/media/style.css index 676867ff8..9e1e77fed 100644 --- a/static/media/style.css +++ b/static/media/style.css @@ -378,6 +378,14 @@ table.confirm tr.spacer td:last-child{ color:#FFF; } +#window table th.sub, .dashboard table th.sub{ + text-align:left; + background-color:#994242; + border:1px solid #EEE; + color:#FFF; + padding:0 1em; +} + #window table td, .dashboard table td{ text-align:right; padding:0 1em; -- cgit v1.2.3