diff options
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 |
commit | 255e494370e287c0d0fc78131c4d56e7d805cadb (patch) | |
tree | 026627f3d30cf63cf72ca881f82f91add87cfc77 | |
parent | ba59eb55ca89f916a64fe51ac80f51634a2c45c3 (diff) | |
download | Ishtar-255e494370e287c0d0fc78131c4d56e7d805cadb.tar.bz2 Ishtar-255e494370e287c0d0fc78131c4d56e7d805cadb.zip |
CSS: dashboard layout changes (refs #1316)
-rw-r--r-- | ishtar_common/static/media/style.css | 10 |
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; |