diff options
-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; |