X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=theme%2Fdefault%2Fcss%2Fgeneral.css;h=900066091919421480a9dc47bd5ba7924b48b6c6;hb=e5dffd4249c97200cbad02f3f4eaf5c373fdb89a;hp=37da3a0016db7d73b18e232be11e2b25f42f511b;hpb=63f159414369b5ea19a8ca75d8cd8033c45d8341;p=mailer.git diff --git a/theme/default/css/general.css b/theme/default/css/general.css index 37da3a0016..9000660919 100644 --- a/theme/default/css/general.css +++ b/theme/default/css/general.css @@ -40,6 +40,19 @@ A:hover { background-color: transparent; } +form { + margin: 0px; + margin-left: 0px; + margin-right: 0px; + margin-top: 0px; + margin-bottom: 0px; + padding: 0px; + padding-left: 0px; + padding-right: 0px; + padding-top: 0px; + padding-bottom: 0px; +} + input, textarea { color: #009900; background-color: #eeffee; @@ -211,10 +224,19 @@ a.logout_box { margin: 0px; max-width: 100%; min-width: 400px; - overflow: auto + overflow: auto; color: #000000; } +.ajax_bug_table { + background-color: #aa0000; + margin: 0px; + max-width: 100%; + min-width: 400px; + overflow: auto; + color: #ffffff; +} + .form_submitmenu { min-width: 500px; max-width: 90%; @@ -242,15 +264,23 @@ a.logout_box { background-color: #ddeedd; } -.table_header, .bug_table_header { +.table_header, .bug_table_header, .ajax_bug_table_header { text-align: center; color: #009900; vertical-align: middle; - background-color: #ddeedd; padding-bottom: 5px; padding-top: 5px; } +.table_header, .bug_table_header { + background-color: #ddeedd; +} + +.ajax_bug_table_header { + background-color: #aa0000; + color: #ffffff; +} + .guest_login_header { color: #009900; vertical-align: middle; @@ -368,15 +398,6 @@ ul.copyright_box { background-color: #eeffee; } -.media_header, .impressum_header { - background-color: #b8fccb; - text-align: center; - color: #009900; - height: 26px; - font-weight: bold; - font-size: 20px; -} - .media_left { font-size: 14px; width: 200px; @@ -409,14 +430,6 @@ ul.copyright_box { padding: 5px; } -.admin_task_header { - background-color: #ddeedd; - color: #009900; - vertical-align: middle; - font-size: 18px; - height: 35px; -} - .separator { font-size: 1px } @@ -590,7 +603,7 @@ ul.copyright_box { ul.show_timings_block { border: solid 1px #00aa44; background-color: #ddeedd; - width: 645px; + width: 685px; height: 20px; list-style: none inside; padding-left:0px; @@ -599,7 +612,7 @@ ul.show_timings_block { .show_timings_column { background-color: #eeffee; margin-top: 2px; - width: 150px; + width: 160px; height: 14px; font-size: 10px; } @@ -656,6 +669,12 @@ td { text-align: center; } +.footer_column { + height: 23px; + background-color: #ddeedd; + color: #009900; +} + div.menu_invisible, div.sub_menu_invisible, td.menu_invisible, td.sub_menu_invisible { background-color: #dddddd; font-style: italic; @@ -715,18 +734,22 @@ li.listing { } .table_row { + width: 100%; text-align: left; - clear: both; margin: 0px; padding: 0px; padding-top: 5px; padding-bottom: 5px; height: 28px; + float: left; + display: block; } -.table_row label { +label { + text-align: left; + width: 50%; float: left; - width: 45%; + display: block; } .form_field { @@ -738,3 +761,18 @@ li.listing { text-align: left; font-style: italic; } + +.ui-progressbar { + height:2em; + text-align: left; + overflow: hidden; +} + +.ui-progressbar .ui-progressbar-value { + margin: -1px; + height:100%; +} + +.clear { + clear: both; +}