diff options
Diffstat (limited to 'static')
| -rw-r--r-- | static/media/style.css | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/static/media/style.css b/static/media/style.css index 9e1e77fed..b126e7e22 100644 --- a/static/media/style.css +++ b/static/media/style.css @@ -378,14 +378,17 @@ table.confirm tr.spacer td:last-child{ color:#FFF; } -#window table th.sub, .dashboard table th.sub{ - text-align:left; +#window table th.sub, .dashboard table th.sub, .dashboard table td.sub{ background-color:#994242; border:1px solid #EEE; color:#FFF; padding:0 1em; } +#window table th.sub, .dashboard table th.sub{ + text-align:left; +} + #window table td, .dashboard table td{ text-align:right; padding:0 1em; |
