diff options
author | Étienne Loks <etienne.loks@peacefrogs.net> | 2011-09-13 12:44:02 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2011-09-13 12:44:02 +0200 |
commit | 8ecbf128f997441ccaf1168080b09bedcbf04c64 (patch) | |
tree | 142dde68511f003eb96a03b79db18bf9c25b7ce8 /static | |
parent | 5c1f4bfaecbda1c6585b299a1c559a799b253423 (diff) | |
download | Ishtar-8ecbf128f997441ccaf1168080b09bedcbf04c64.tar.bz2 Ishtar-8ecbf128f997441ccaf1168080b09bedcbf04c64.zip |
Work on operation dashboard (refs #525)
- manage OperationDepartment database view
- table by department
- table by month
Diffstat (limited to 'static')
-rw-r--r-- | static/media/style.css | 7 |
1 files changed, 5 insertions, 2 deletions
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; |