]> git.mxchange.org Git - mailer.git/blobdiff - theme/ship-simu/css/general.css
Fixes for display problems with labeled input fields
[mailer.git] / theme / ship-simu / css / general.css
index 3a34147753abf5ffcb3dc3628922f2b6fe303d05..9b524b477073f016415fbdb256c25179df853186 100644 (file)
@@ -41,6 +41,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;
        background-color        : #FFFFFF;
@@ -53,6 +66,19 @@ ul, ol {
        margin-bottom           : 0px;
 }
 
+pre {
+       white-space: pre-wrap;
+       text-align: left;
+       padding: 5px;
+}
+
+label {
+       width: 50%;
+       float: left;
+       display: block;
+       clear: both;
+}
+
 .form_reset {
        border-style            : groove;
        border                  : solid 1px #000000;
@@ -121,13 +147,27 @@ ul, ol {
        color                   : #000000;
 }
 
-.table_header {
+.table_header, .bug_table_header, .ajax_bug_table_header {
        background-color        : #EEEEFF;
-       color                   : #000000;
-       text-align              : center;
-       align                   : center;
-       height                  : 25px;
+       color                           : #000000;
+       text-align                      : center;
+       align                           : center;
        font-size                       : 14px;
+       padding-bottom          : 5px;
+       padding-top                     : 5px;
+}
+
+.header_column {
+       height: 23px;
+       background-color: #eeeeff;
+       color: #000000;
+       text-align: center;
+}
+
+.footer_column {
+       height: 23px;
+       background-color: #eeeeff;
+       color: #000000;
 }
 
 .admin_menu {
@@ -141,7 +181,7 @@ ul, ol {
        color                   : #000000;
 }
 
-.description_text, .table {
+.description_text, .table, .table2, .table3 {
        background-color        : #FFFFFF;
 }
 
@@ -216,7 +256,7 @@ ul, ol {
        height                  : 22px;
 }
 
-.guest_menu_seperator, .member_menu_seperator {
+.guest_menu_separator, .member_menu_separator {
        height                  : 15px;
 }
 
@@ -233,11 +273,6 @@ ul, ol {
        margin-top              : 10px;
 }
 
-.table_footer {
-       height              : 30px;
-       background-color    : #EEEEFF;
-}
-
 .master {
        width                   : 100%;
        height                  : 100%;
@@ -312,17 +347,14 @@ ul, ol {
        font-size           : 1px;
 }
 
-.table_footer, .member_refbanner, .member_update, .admin_del_link {
-       background-color        : #EEEEFF;
-}
-
-.table_footer {
-       height                  : 30px;
+.member_refbanner, .member_update, .admin_delete_link {
        background-color        : #EEEEFF;
 }
 
 .table_footer {
-       height                  : 30px
+       padding: 5px;
+       text-align: center;
+       background-color: #EEEEFF;
 }
 
 .admin_task_header {
@@ -333,7 +365,7 @@ ul, ol {
        height                  : 35px;
 }
 
-.seperator {
+.separator {
        font-size                       : 1px
 }
 
@@ -353,13 +385,6 @@ ul, ol {
        width                   : 460px;
 }
 
-.guest_stats_title {
-       color                   : #000000;
-       vertical-align          : middle;
-       background-color        : #EEEEFF;
-       height                  : 30px;
-}
-
 .guest_stats_l {
        width                   : 344px;
        text-align              : right;
@@ -381,21 +406,6 @@ ul, ol {
        text-align              : right;
 }
 
-.guest_stats_footer {
-       color                   : #000000;
-       vertical-align          : middle;
-       background-color        : #EEEEFF;
-       height                  : 20px;
-}
-
-.task_pre {
-       font-weight             : bold;
-       margin-left             : 0px;
-       margin-right            : 0px;
-       margin-top              : 10px;
-       margin-bottom           : 10px;
-}
-
 .impressum_body {
        background-color        : #FFFFFF;
 }
@@ -410,16 +420,9 @@ ul, ol {
        width                   : 100%;
 }
 
-.member_unconfirmed {
-       background-color        : #FFFFFF;
-       width                   : 100%;
-       align                   : center;
-       text-align              : center;
-}
-
 .you_are_here {
        white-space             : nowrap;
-       font-size                       : 14px;
+       font-size               : 14px;
 }
 
 .tiny   { font-size            : 12px; }
@@ -489,53 +492,49 @@ ul, ol {
 
 .para {
        text-align              : left;
-       padding-top             : 15px;
-       padding-left            : 10px;
-       padding-right           : 10px;
+       text-indent             : 1em;
+       margin-left             : 10px;
+       margin-right    : 10px;
+       margin-bottom   : 1em;
 }
 
-.para_notes {
-       text-align              : left;
-       padding-top             : 15px;
-       padding-left            : 10px;
-       padding-right           : 10px;
-       bottom                  : 0px;
-       position                        : absolute;
+ul.listing {
+       text-align: left;
+       margin-top: 5px;
+       margin-left: 5px;
+       margin-right: 5px;
+       padding-left: 5px;
+       list-style-type: none;
 }
 
-.para_title {
-       text-align              : left;
-       margin-top              : 15px;
-       margin-bottom           : 15px;
-       margin-left             : 10px;
-       margin-right            : 10px;
+ol.listing {
+       text-align: left;
+       padding-top: 5px;
+       padding-bottom: 5px;
+       padding-left: 0px;
+       margin-left: 25px;
 }
 
-.para_block {
-       border                  : 1px solid #000033;
-       width                   : 500px;
-       margin-left             : 10px;
-       margin-bottom           : 15px;
+li.listing {
+       padding-bottom: 5px;
 }
 
-.para_header {
-       text-align              : center;
-       margin-top              : 10px;
-       margin-left             : 10px;
-       margin-right            : 10px;
+.bad {
+       color: #aa0000;
+       font-style: italic;
 }
 
-.para_content {
-       text-align              : left;
-       margin-top              : 15px;
-       margin-left             : 10px;
-       margin-right            : 10px;
-       margin-bottom           : 10px;
+.good {
+       color: #00aa00;
 }
 
-.para_footer {
-       text-align              : left;
-       margin-top              : 15px;
-       margin-left             : 10px;
-       margin-right            : 10px;
+.ui-progressbar {
+       height:2em;
+       text-align: left;
+       overflow: hidden;
+}
+
+.ui-progressbar .ui-progressbar-value {
+       margin: -1px;
+       height:100%;
 }