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
commitf31429494294d2f3bc2cb93e07f7c297b61db777 (patch)
tree142dde68511f003eb96a03b79db18bf9c25b7ce8 /static
parent1d69e85a6f675a71596653f1501a117618b6a902 (diff)
downloadIshtar-f31429494294d2f3bc2cb93e07f7c297b61db777.tar.bz2
Ishtar-f31429494294d2f3bc2cb93e07f7c297b61db777.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;