summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
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
commit8ecbf128f997441ccaf1168080b09bedcbf04c64 (patch)
tree142dde68511f003eb96a03b79db18bf9c25b7ce8 /static
parent5c1f4bfaecbda1c6585b299a1c559a799b253423 (diff)
downloadIshtar-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.css7
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;