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
commit9658cb19f4a6066eb652e0e9ec04758053a5d67a (patch)
tree026627f3d30cf63cf72ca881f82f91add87cfc77
parentd92a620ab273cc4569b5bad71aeb59957b4804e6 (diff)
downloadIshtar-9658cb19f4a6066eb652e0e9ec04758053a5d67a.tar.bz2
Ishtar-9658cb19f4a6066eb652e0e9ec04758053a5d67a.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;