X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=theme%2Fbusiness%2Fcss%2Fgeneral.css;h=68f6fc07058fb00989c2817f9d972a191130b806;hb=6ef6799565051ceac37a56b80c3f2a87b01e3ca2;hp=497a52214d4f07182fc01d4257d9ffec9a6dbfba;hpb=1d22c70e65e858422ee0d17a7612f4b5c0757a42;p=mailer.git diff --git a/theme/business/css/general.css b/theme/business/css/general.css index 497a52214d..68f6fc0705 100644 --- a/theme/business/css/general.css +++ b/theme/business/css/general.css @@ -100,6 +100,7 @@ pre { .form_submit { color: #000000; border-color: #000000; + background-color: #ffffff; cursor: pointer; } @@ -126,10 +127,6 @@ pre { font-size: 12px; } -.form_submit { - background-color: #ffffff; -} - .banner { background-color: #ffffff; width: 488px; @@ -297,7 +294,6 @@ a.logout_box { border: 1px solid #000000; border-top: 0px; background-color: #ffffff; - height: 22px; text-align: left; } @@ -380,15 +376,6 @@ ul.copyright_box { background-color: #ffffff; } -.media_header, .impressum_header { - background-color: #eeeeff; - text-align: center; - color: #000000; - height: 26px; - font-weight: bold; - font-size: 20px; -} - .media_left { font-size: 14px; width: 200px; @@ -421,14 +408,6 @@ ul.copyright_box { padding: 5px; } -.admin_task_header { - background-color: #eeeeff; - color: #000000; - vertical-align: middle; - font-size: 18px; - height: 35px; -} - .separator { font-size: 1px } @@ -710,17 +689,19 @@ li.listing { .table_row { 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 { + width: 50% float: left; - width: 45%; + display: block; } .form_field { @@ -745,3 +726,7 @@ li.listing { margin: -1px; height:100%; } + +.clear { + clear: both; +}