diff options
Diffstat (limited to 'ishtar_common/static/media/style.css')
-rw-r--r-- | ishtar_common/static/media/style.css | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/ishtar_common/static/media/style.css b/ishtar_common/static/media/style.css index a00fce2cf..babdae9f7 100644 --- a/ishtar_common/static/media/style.css +++ b/ishtar_common/static/media/style.css @@ -90,7 +90,7 @@ a { text-decoration:none; } -caption, h2, h3 { +caption, h2, h3, #window h4 { color:#922; font-weight:bold; } @@ -105,6 +105,10 @@ h3{ margin:1em 0 0.5em 0; } +#window h4 { + text-align: center; +} + h4{ margin:10px 0; } @@ -703,7 +707,7 @@ table.confirm tr.spacer td:last-child{ overflow:auto; } -#window table, .dashboard table.resume{ +#window table.simple, .dashboard table.resume{ font-size:0.9em; margin:10px 0; border-collapse:collapse; @@ -727,13 +731,13 @@ table.confirm tr.spacer td:last-child{ margin-top:1em; } -#window table th, .dashboard table.resume th{ +#window table.simple th, .dashboard table.resume th{ background-color:#922; border:1px solid #f1f2f6; color:#FFF; } -#window table th{ +#window table.simple th{ text-align:center; } @@ -759,7 +763,7 @@ table.confirm tr.spacer td:last-child{ text-align:left; } -#window table td, .dashboard table.resume td{ +#window table.simple td, .dashboard table.resume td{ text-align:right; padding:0 1em; border:1px solid #f1f2f6; |