From 8ecbf128f997441ccaf1168080b09bedcbf04c64 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 13 Sep 2011 12:44:02 +0200 Subject: Work on operation dashboard (refs #525) - manage OperationDepartment database view - table by department - table by month --- static/media/style.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'static') diff --git a/static/media/style.css b/static/media/style.css index 9e1e77fed..b126e7e22 100644 --- a/static/media/style.css +++ b/static/media/style.css @@ -378,14 +378,17 @@ table.confirm tr.spacer td:last-child{ color:#FFF; } -#window table th.sub, .dashboard table th.sub{ - text-align:left; +#window table th.sub, .dashboard table th.sub, .dashboard table td.sub{ background-color:#994242; border:1px solid #EEE; color:#FFF; padding:0 1em; } +#window table th.sub, .dashboard table th.sub{ + text-align:left; +} + #window table td, .dashboard table td{ text-align:right; padding:0 1em; -- cgit v1.2.3