]> git.mxchange.org Git - mailer.git/blobdiff - theme/ship-simu/css/general.css
Some CSS classes purged, ol.listing added, extensions fixed:
[mailer.git] / theme / ship-simu / css / general.css
index e78bcf66323768ff864e7eee7d9019014609ca6d..08f154fabfa96da4ad967498c927e6213b00e44b 100644 (file)
@@ -53,6 +53,12 @@ ul, ol {
        margin-bottom           : 0px;
 }
 
+pre {
+       white-space: pre-wrap;
+       text-align: left;
+       padding: 5px;
+}
+
 .form_reset {
        border-style            : groove;
        border                  : solid 1px #000000;
@@ -308,7 +314,7 @@ ul, ol {
        font-size           : 1px;
 }
 
-.member_refbanner, .member_update, .admin_del_link {
+.member_refbanner, .member_update, .admin_delete_link {
        background-color        : #EEEEFF;
 }
 
@@ -367,14 +373,6 @@ ul, ol {
        text-align              : right;
 }
 
-.task_pre {
-       font-weight             : bold;
-       margin-left             : 0px;
-       margin-right            : 0px;
-       margin-top              : 10px;
-       margin-bottom           : 10px;
-}
-
 .impressum_body {
        background-color        : #FFFFFF;
 }
@@ -511,3 +509,24 @@ ul, ol {
        margin-left             : 10px;
        margin-right            : 10px;
 }
+
+ul.listing {
+       text-align: left;
+       margin-top: 5px;
+       margin-left: 5px;
+       margin-right: 5px;
+       padding-left: 5px;
+       list-style-type: none;
+}
+
+ol.listing {
+       text-align: left;
+       padding-top: 5px;
+       padding-bottom: 5px;
+       padding-left: 0px;
+       margin-left: 25px;
+}
+
+li.listing {
+       padding-bottom: 5px;
+}