Several CSS fixes for quite better look
[mailer.git] / theme / desert / css / general.css
index d7fccc21fdc53d0e4086fd401173373e9a98734f..0979b5113f72f8b5f64cded05e6b337b1a91dd75 100644 (file)
@@ -323,18 +323,28 @@ DIV.admin_note {
        text-align: center;
 }
 
-.footer_lines {
+li.copyright_lines {
+       display:inline;
+}
+
+span.copyright_lines {
        vertical-align: bottom;
        font-size: 10px;
        width: 380px;
        vertical-align: middle;
        background-color: #FFFFCC;
-       height: 40px;
+       height: 26px;
+       display: inline-block;
+       padding-top: 7px;
+       padding-bottom: 7px;
 }
 
-.footer_box {
+ul.copyright_box {
        text-align: center;
        width: 760px;
+       list-style: none inside;
+       padding-left:0px;
+       margin-bottom: 5px;
 }
 
 .dashed {
@@ -665,14 +675,13 @@ DIV.admin_note {
        margin-bottom: 15px;
 }
 
-#show_timings_block {
-       float: left;
+ul.show_timings_block {
        border: solid 1px #880000;
        background-color: #DDDDAA;
        font-size: 10px;
-       vertical-align: middle;
-       width: 465px;
+       width: 475px;
        height: 20px;
+       list-style: none inside;
 }
 
 .show_timings_column {
@@ -683,7 +692,16 @@ DIV.admin_note {
        height: 14px;
 }
 
-.show_timings_data {
+span.show_timings_column {
+       display: inline-block;
+}
+
+li.show_timings_column {
+       display: inline;
+}
+
+
+span.show_timings_data {
        font-weight: bold;
 }