From 9658cb19f4a6066eb652e0e9ec04758053a5d67a Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sun, 25 Aug 2013 13:46:13 +0200 Subject: CSS: dashboard layout changes (refs #1316) --- ishtar_common/static/media/style.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'ishtar_common') 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; -- cgit v1.2.3