diff options
Diffstat (limited to 'ishtar_common/static/media/style.css')
-rw-r--r-- | ishtar_common/static/media/style.css | 75 |
1 files changed, 44 insertions, 31 deletions
diff --git a/ishtar_common/static/media/style.css b/ishtar_common/static/media/style.css index 32e957b74..341308926 100644 --- a/ishtar_common/static/media/style.css +++ b/ishtar_common/static/media/style.css @@ -426,9 +426,9 @@ div.form { margin-left:auto; margin-right:auto; margin-bottom:40px; - padding:1em; + padding:20px; display:block; - width:740px; + width:720px; text-align:center; } @@ -543,6 +543,25 @@ table.confirm tr.spacer td:last-child{ background-image:none; } +.ui-widget-header { + background:none; +} + +.ui-tabs .ui-tabs-nav li a{ + color: #D14; +} + +.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { + background:none; + background-color: #F1F2F6; + border: 1px solid #CCC; + border-radius-top: 4px; +} + +.ui-tabs .ui-tabs-nav li.ui-tabs-active a{ + background-color:#fff; +} + .sheet{ width:760px; position:fixed; @@ -573,25 +592,6 @@ table.confirm tr.spacer td:last-child{ right:135px; } -.ui-widget-header { - background:none; -} - -.ui-tabs .ui-tabs-nav li a{ - color: #D14; -} - -.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { - background:none; - background-color: #F1F2F6; - border: 1px solid #CCC; - border-radius-top: 4px; -} - -.ui-tabs .ui-tabs-nav li.ui-tabs-active a{ - background-color:#fff; -} - #dashboard{ padding-top: 20px; } @@ -638,13 +638,22 @@ table.confirm tr.spacer td:last-child{ padding:0 10px; } +.dashboard div.form{ + padding:20px 10px; + width:740px; +} + +.dashboard select { + max-width: 400px; +} + #window .table, .dashboard .table{ padding:10px; width:730px; overflow:auto; } -#window table, .dashboard table{ +#window table, .dashboard table.resume{ font-size:0.9em; margin:10px 0; border-collapse:collapse; @@ -661,7 +670,7 @@ table.confirm tr.spacer td:last-child{ } -#window table th, .dashboard table th{ +#window table th, .dashboard table.resume th{ background-color:#922; border:1px solid #f1f2f6; color:#FFF; @@ -677,33 +686,33 @@ table.confirm tr.spacer td:last-child{ margin-right:auto; } -.dashboard table th{ +.dashboard table.resume th{ text-align:center; padding:0.5em; } -#window table th.sub, .dashboard table th.sub, .dashboard table td.sub{ +#window table th.sub, .dashboard table.resume th.sub, .dashboard table.resume td.sub{ background-color:#994242; border:1px solid #f1f2f6; color:#FFF; padding:0 1em; } -#window table th.sub, .dashboard table th.sub{ +#window table.resume th.sub, .dashboard table.resume th.sub{ text-align:left; } -#window table td, .dashboard table td{ +#window table td, .dashboard table.resume td{ text-align:right; padding:0 1em; border:1px solid #f1f2f6; } -#window table td.string, .dashboard table td.string{ +#window table td.string, .dashboard table.resume td.string{ text-align:left; } -#window table td.ref, .dashboard table td.ref{ +#window table td.ref, .dashboard table.resume td.ref{ text-align:left; white-space:nowrap; font-family:monospace; @@ -820,6 +829,10 @@ a.remove{ margin:0 6px; } +.dashboard .jqplot-target table{ + width:auto; +} + .dashboard table.jqplot-table-legend{ width:default; border-collapse:default; @@ -835,11 +848,11 @@ a.remove{ padding:0; } -.dashboard table{ +.dashboard table.resume{ width:100%; border-collapse:yes; } -.dashboard table th, .dashboard table td{ +.dashboard table.resume th, .dashboard table.resume td{ border:1px solid; } |