]> git.mxchange.org Git - mailer.git/blobdiff - theme/default/css/general.css
Several CSS fixes for quite better look
[mailer.git] / theme / default / css / general.css
index d9a48f892c89e0886b6f3d178261b063380a1f48..979f811dbff68bd87839a5e4a45bac325b626ea8 100644 (file)
@@ -351,19 +351,27 @@ DIV.admin_note {
        text-align: center;
 }
 
-.footer_lines {
+li.copyright_lines {
+       display:inline;
+}
+
+span.copyright_lines {
        font-size: 10px;
        width: 380px;
-       height: 30px;
+       height: 26px;
        vertical-align: middle;
        background-color: #E5EFE5;
-       padding-top: 5px;
-       padding-bottom: 5px;
+       padding-top: 7px;
+       padding-bottom: 7px;
+       display:inline-block;
 }
 
-.footer_box {
+ul.copyright_box {
        text-align: center;
-       width: 760px;
+       width: 780px;
+       list-style: none inside;
+       padding-left:0px;
+       margin-bottom: 5px;
 }
 
 .dashed {
@@ -695,14 +703,13 @@ DIV.admin_note {
        padding-bottom: 5px;
 }
 
-#show_timings_block {
-       float: left;
+ul.show_timings_block {
        border: solid 1px #AA0044;
        background-color: #ddeedd;
-       font-size: 10px;
-       vertical-align: middle;
-       width: 465px;
+       width: 475px;
        height: 20px;
+       list-style: none inside;
+       padding-left:0px;
 }
 
 .show_timings_column {
@@ -711,6 +718,15 @@ DIV.admin_note {
        width: 150px;
        border: solid 1px #009900;
        height: 14px;
+       font-size: 10px;
+}
+
+span.show_timings_column {
+       display: inline-block;
+}
+
+li.show_timings_column {
+       display: inline;
 }
 
 .show_timings_data {