]> git.mxchange.org Git - mailer.git/blobdiff - theme/business/css/general.css
mailer project continued:
[mailer.git] / theme / business / css / general.css
index 550b43a1cc7b0dfb687dc012dec04adeb7524765..73f794f6687033e0347fa467f7ee23d62538952c 100644 (file)
@@ -41,12 +41,33 @@ A:hover {
 
 input, textarea, select, option {
        color: #000000;
-       background-color: #ffffff;
        border: 1px solid #000000;
        text-decoration: none;
 }
 
-ul,ol {
+fieldset {
+       border: 1px solid #000000;
+       margin-top: 10px;
+       padding: 10px;
+}
+
+fieldset:hover, input:hover, select:hover, option:hover, textarea:hover {
+       border-color: #000080;
+}
+
+input:hover, select:hover, option:hover, textarea:hover {
+       color: #000080;
+}
+
+legend {
+       font-weight: bold;
+       color: #000000;
+       background-color: transparent;
+       padding-left: 5px;
+       padding-right: 5px;
+}
+
+ul, ol {
        margin-top: 0px;
        margin-bottom: 0px;
 }
@@ -168,6 +189,15 @@ a.logout_box {
        margin: 5px;
 }
 
+.bug_table {
+       background-color: #ffffff;
+       margin: 0px;
+       max-width: 100%;
+       min-width: 400px;
+       overflow: auto
+       color: #000000;
+}
+
 .form_submitmenu {
        min-width: 500px;
        max-width: 90%;
@@ -187,11 +217,6 @@ a.logout_box {
        height: 20px;
 }
 
-.form_field {
-       border: solid 1px #000000;
-       background-color: #eeeeff;
-}
-
 .admin_alpha {
        text-align: center;
        height: 40px;
@@ -212,7 +237,7 @@ a.logout_box {
        background-color: #ffffff;
 }
 
-.table_header {
+.table_header, .bug_table_header {
        text-align: center;
        color: #000000;
        vertical-align: middle;
@@ -494,6 +519,11 @@ ul.copyright_box {
        color: #ffffff;
 }
 
+.disabled:hover {
+       background-color: #aaaaaa;
+       color: #ffffff;
+}
+
 .mini_select {
        border: solid 1px #000000;
        background-color: #eeeeff;
@@ -546,11 +576,11 @@ ul.show_timings_block {
        background-color: #ffffff;
        margin-top: 2px;
        width: 150px;
-       border: solid 1px #000000;
        height: 14px;
 }
 
 span.show_timings_column {
+       border: solid 1px #000000;
        display: inline-block;
 }
 
@@ -650,3 +680,29 @@ li.listing {
 .good {
        color: #00aa00;
 }
+
+.table_row {
+       text-align: left;
+       clear: both;
+       margin: 0px;
+       padding: 0px;
+       padding-top: 5px;
+       padding-bottom: 5px;
+       height: 28px;
+}
+
+.table_row label {
+       float: left;
+       width: 45%;
+}
+
+.form_field {
+       border: solid 1px #000000;
+       background-color: #eeeeff;
+}
+
+.field_note {
+       float: left;
+       text-align: left;
+       font-style: italic;
+}