]> git.mxchange.org Git - mailer.git/blobdiff - theme/business/css/general.css
Registration provider continued:
[mailer.git] / theme / business / css / general.css
index ef6be1c7504c954c0dd3f404373347d28824c080..68f6fc07058fb00989c2817f9d972a191130b806 100644 (file)
@@ -39,6 +39,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, select, option {
        color: #000000;
        border: 1px solid #000000;
@@ -87,6 +100,7 @@ pre {
 .form_submit {
        color: #000000;
        border-color: #000000;
+       background-color: #ffffff;
        cursor: pointer;
 }
 
@@ -113,10 +127,6 @@ pre {
        font-size: 12px;
 }
 
-.form_submit {
-       background-color: #ffffff;
-}
-
 .banner {
        background-color: #ffffff;
        width: 488px;
@@ -189,7 +199,7 @@ a.logout_box {
        margin: 5px;
 }
 
-.bug_table {
+.bug_table, .ajax_bug_table {
        background-color: #ffffff;
        margin: 0px;
        max-width: 100%;
@@ -237,7 +247,7 @@ a.logout_box {
        background-color: #ffffff;
 }
 
-.table_header, .bug_table_header {
+.table_header, .bug_table_header, .ajax_bug_table_header {
        text-align: center;
        color: #000000;
        vertical-align: middle;
@@ -284,7 +294,6 @@ a.logout_box {
        border: 1px solid #000000;
        border-top: 0px;
        background-color: #ffffff;
-       height: 22px;
        text-align: left;
 }
 
@@ -367,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;
@@ -408,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
 }
@@ -581,7 +573,7 @@ ul.show_timings_block {
        border: solid 1px #000000;
        background-color: #eeeeff;
        font-size: 10px;
-       width: 645px;
+       width: 685px;
        height: 20px;
        list-style: none inside;
 }
@@ -589,7 +581,7 @@ ul.show_timings_block {
 .show_timings_column {
        background-color: #ffffff;
        margin-top: 2px;
-       width: 150px;
+       width: 160px;
        height: 14px;
 }
 
@@ -697,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 {
@@ -720,3 +714,19 @@ 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;
+}