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 | 9658cb19f4a6066eb652e0e9ec04758053a5d67a (patch) | |
tree | 026627f3d30cf63cf72ca881f82f91add87cfc77 | |
parent | d92a620ab273cc4569b5bad71aeb59957b4804e6 (diff) | |
download | Ishtar-9658cb19f4a6066eb652e0e9ec04758053a5d67a.tar.bz2 Ishtar-9658cb19f4a6066eb652e0e9ec04758053a5d67a.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; |