X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=theme%2Fdesert%2Fcss%2Fgeneral.css;fp=theme%2Fdesert%2Fcss%2Fgeneral.css;h=0ccd44a8c4fbf53aa176f1eed88edba7b874733b;hb=e5dffd4249c97200cbad02f3f4eaf5c373fdb89a;hp=91b08c394d6ed28673ba5266d0b47e37da337f8e;hpb=2164ff00dd24d381e1d412ae248f486230b2019a;p=mailer.git diff --git a/theme/desert/css/general.css b/theme/desert/css/general.css index 91b08c394d..0ccd44a8c4 100644 --- a/theme/desert/css/general.css +++ b/theme/desert/css/general.css @@ -340,15 +340,6 @@ ul.copyright_box { background-color: #ffffcc; } -.media_header { - background-color: #cccc99; - text-align: center; - color: #880000; - height: 26px; - font-weight: bold; - font-size: 20px; -} - .media_left { font-size: 14px; width: 200px; @@ -381,14 +372,6 @@ ul.copyright_box { padding: 5px; } -.admin_task_header { - background-color: #cccc99; - color: #880000; - vertical-align: middle; - font-size: 18px; - height: 35px; -} - .separator { font-size: 1px } @@ -676,24 +659,20 @@ li.listing { .table_row { text-align: left; - clear: both; margin: 0px; padding: 0px; padding-top: 5px; padding-bottom: 5px; height: 28px; -} - -.table_row { - width: 45%; float: left; + display: block; } label { + text-align: left; width: 50%; float: left; display: block; - clear: both; } .form_field { @@ -717,3 +696,7 @@ label { margin: -1px; height:100%; } + +.clear { + clear: both; +}