summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2013-08-25 13:46:13 +0200
committerÉtienne Loks <etienne.loks@peacefrogs.net>2013-08-25 13:46:13 +0200
commit255e494370e287c0d0fc78131c4d56e7d805cadb (patch)
tree026627f3d30cf63cf72ca881f82f91add87cfc77
parentba59eb55ca89f916a64fe51ac80f51634a2c45c3 (diff)
downloadIshtar-255e494370e287c0d0fc78131c4d56e7d805cadb.tar.bz2
Ishtar-255e494370e287c0d0fc78131c4d56e7d805cadb.zip
CSS: dashboard layout changes (refs #1316)
-rw-r--r--ishtar_common/static/media/style.css10
1 files changed, 9 insertions, 1 deletions
diff --git a/ishtar_common/static/media/style.css b/ishtar_common/static/media/style.css
index 957619f4c..bd406edc5 100644
--- a/ishtar_common/static/media/style.css
+++ b/ishtar_common/static/media/style.css
@@ -423,12 +423,20 @@ table.confirm tr.spacer td:last-child{
}
#window table th, .dashboard table th{
- text-align:center;
background-color:#922;
border:1px solid #EEE;
color:#FFF;
}
+#window table th{
+ text-align:center;
+}
+
+.dashboard table th{
+ text-align:left;
+ padding:0.5em 1em;
+}
+
#window table th.sub, .dashboard table th.sub, .dashboard table td.sub{
background-color:#994242;
border:1px solid #EEE;