From: Roland Häder Date: Sun, 26 Jul 2009 14:14:43 +0000 (+0000) Subject: Several CSS fixes for quite better look X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=78f7e2104c154343c2722ef99c9a2c209dfa00a0 Several CSS fixes for quite better look --- diff --git a/templates/de/html/copyright.tpl b/templates/de/html/copyright.tpl index eb0cef1c5d..eb5c0ab41e 100644 --- a/templates/de/html/copyright.tpl +++ b/templates/de/html/copyright.tpl @@ -1,14 +1,14 @@
- + +
diff --git a/templates/de/html/copyright_backlink.tpl b/templates/de/html/copyright_backlink.tpl index e02e39610c..26e3f78d41 100644 --- a/templates/de/html/copyright_backlink.tpl +++ b/templates/de/html/copyright_backlink.tpl @@ -1,15 +1,15 @@
- + +
diff --git a/templates/de/html/show_timings.tpl b/templates/de/html/show_timings.tpl index 188484d2bc..71ee3df14b 100644 --- a/templates/de/html/show_timings.tpl +++ b/templates/de/html/show_timings.tpl @@ -1,11 +1,13 @@ -
-
+
+
    +
  • {--SHOW_TIMINGS_RUNTIME--} $content[runtime] {--SHOW_TIMINGS_SECS--} -
-
+ +
  • {--SHOW_TIMINGS_SQL_QUERIES--} $content[numSQLs] -
  • -
    + +
  • {--SHOW_TIMINGS_NUM_TEMPLATES--} $content[numTemplates] -
  • + +
    diff --git a/theme/business/css/general.css b/theme/business/css/general.css index f3a0c50dac..4449ba66b1 100644 --- a/theme/business/css/general.css +++ b/theme/business/css/general.css @@ -349,20 +349,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: #FFFFFF; - height: 30px; - padding-top: 5px; - padding-bottom: 5px; + height: 26px; + padding-top: 7px; + padding-bottom: 7px; + display:inline-block; } -.footer_box { +ul.copyright_box { text-align: center; width: 760px; + list-style: none inside; + padding-left:0px; + margin-bottom: 5px; } .dashed { @@ -671,14 +679,13 @@ DIV.admin_note { padding-bottom: 15px; } -#show_timings_block { - float: left; +ul.show_timings_block { border: solid 1px #000000; background-color: #EEEEFF; font-size: 10px; - vertical-align: middle; - width: 465px; + width: 475px; height: 20px; + list-style: none inside; } .show_timings_column { @@ -689,7 +696,15 @@ 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; } diff --git a/theme/default/css/general.css b/theme/default/css/general.css index d9a48f892c..979f811dbf 100644 --- a/theme/default/css/general.css +++ b/theme/default/css/general.css @@ -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 { diff --git a/theme/desert/css/general.css b/theme/desert/css/general.css index d7fccc21fd..0979b5113f 100644 --- a/theme/desert/css/general.css +++ b/theme/desert/css/general.css @@ -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; }