]> git.mxchange.org Git - mailer.git/blobdiff - theme/org/css/general.css
Re-added height, but smaller to make most menus appear shorter
[mailer.git] / theme / org / css / general.css
index cfa407e3ca4829c5483e11a69b69b70e4b7b68ff..d9615ddea553b16e7a839bc29ab66c6bb0e2eec7 100644 (file)
@@ -103,7 +103,6 @@ pre {
 .runtime {
        color                   : #118811;
        background-color        : #DDEEDD;
-       font-family             : Verdana, Arial, Geneva, Helvetica, sans-serif;
 }
 
 .runtime.fatal {
@@ -117,7 +116,6 @@ pre {
 .admin {
        color                           : #118811;
        background-color        : #DDEEDD;
-       font-family                     : Verdana, Arial, Geneva, Helvetica, sans-serif;
 }
 
 .notice {
@@ -271,7 +269,7 @@ pre {
        color                   : #000000;
        background-color        : #BDEFCD;
        border                  : 1px solid #ddeedd;
-       height                  : 25px;
+       height                  : 18px;
        width                   : 200px;
 }
 
@@ -359,15 +357,6 @@ pre {
        background-color        : #ddeedd;
 }
 
-.media_header, .impressum_header {
-       background-color        : #b8fccb;
-       text-align              : center;
-       color                   : #000000;
-       height                  : 26px;
-       font-weight             : bold;
-       font-size                       : 20px;
-}
-
 .media_left {
        font-size                       : 12px;
        width                   : 200px;
@@ -400,14 +389,6 @@ pre {
        background-color: #DDEEDD;
 }
 
-.admin_task_header {
-       background-color        : #DDEEDD;
-       color                           : #000000;
-       vertical-align          : middle;
-       font-size                       : 18px;
-       height                          : 35px;
-}
-
 .separator {
        font-size                       : 1px
 }
@@ -568,17 +549,20 @@ 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 {
+       text-align: left;
+       width: 50%;
        float: left;
-       width: 45%;
+       display: block;
 }
 
 .form_field {
@@ -601,3 +585,7 @@ li.listing {
        margin: -1px;
        height:100%;
 }
+
+.clear {
+       clear: both;
+}