diff options
| author | Étienne Loks <etienne.loks@proxience.com> | 2015-09-29 02:43:19 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@proxience.com> | 2015-09-29 02:43:19 +0200 |
| commit | 37cb695ba14761c5c579ace7797dcd99f5b486c2 (patch) | |
| tree | e27f01bf29b9fe16dfccc157f2a1f2d6fcb872e4 /ishtar_common/static | |
| parent | 2ff0b6a2d4e1f862a44774d56c84a9b9d39fe923 (diff) | |
| download | Ishtar-37cb695ba14761c5c579ace7797dcd99f5b486c2.tar.bz2 Ishtar-37cb695ba14761c5c579ace7797dcd99f5b486c2.zip | |
Display dynamicaly large tables in windows
Diffstat (limited to 'ishtar_common/static')
| -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; |
