From: Roland Häder Date: Sat, 28 Mar 2009 00:23:22 +0000 (+0000) Subject: Rewrites for div/CSS (show_timings_box is not centered) X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=c7e6618ad49ac528dde20a68c5737712cc6667f0 Rewrites for div/CSS (show_timings_box is not centered) --- diff --git a/templates/de/html/page_body.tpl b/templates/de/html/page_body.tpl index cdfab7fbac..cdf59ecad1 100644 --- a/templates/de/html/page_body.tpl +++ b/templates/de/html/page_body.tpl @@ -1,5 +1 @@ - - - - - -
-
+
diff --git a/templates/de/html/page_footer.tpl b/templates/de/html/page_footer.tpl index badbb744df..dfc2e8ac88 100644 --- a/templates/de/html/page_footer.tpl +++ b/templates/de/html/page_footer.tpl @@ -1,5 +1,2 @@
-
diff --git a/templates/de/html/show_timings.tpl b/templates/de/html/show_timings.tpl index 05f14ce155..188484d2bc 100644 --- a/templates/de/html/show_timings.tpl +++ b/templates/de/html/show_timings.tpl @@ -1,13 +1,11 @@ -
-
-
- {--SHOW_TIMINGS_NUM_TEMPLATES--} $content[numTemplates] -
-
- {--SHOW_TIMINGS_RUNTIME--} $content[runtime] {--SHOW_TIMINGS_SECS--} -
-
- {--SHOW_TIMINGS_SQL_QUERIES--} $content[numSQLs] -
+
+
+ {--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 314f578f3b..29504ae6f1 100644 --- a/theme/business/css/general.css +++ b/theme/business/css/general.css @@ -640,26 +640,21 @@ DIV.admin_note { } #show_timings_block { - margin-top : 5px; - tex-align : center; + float : left; border : solid 1px #000000; background-color : #EEEEFF; font-size : 10px; vertical-align : middle; width : 465px; - height : 22px; - z-index : 0; + height : 20px; } .show_timings_column { - z-index : 10; - top : 3px; background-color : #FFFFFF; - position : relative; - margin : 0px; + margin-top : 2px; width : 150px; - display : block; border : solid 1px #000000; + height : 14px; } .show_timings_data { @@ -668,21 +663,21 @@ DIV.admin_note { .login_failure_header { - text-align : center; + text-align : center; background-color : #EEEEFF; - font-weight : bold; + font-weight : bold; } .login_failures { - text-align : center; - width : 400px; + text-align : center; + width : 400px; } .member_skyscraper, .guest_skyscraper { - width : 122px; - height : 601px; - border : 1px solid #000000; - margin : 0px; - padding : 0px; - padding-top : 1px; + width : 122px; + height : 601px; + border : 1px solid #000000; + margin : 0px; + padding : 0px; + padding-top : 1px; } diff --git a/theme/default/css/general.css b/theme/default/css/general.css index c50b8c4f61..45e7187cad 100644 --- a/theme/default/css/general.css +++ b/theme/default/css/general.css @@ -660,31 +660,26 @@ DIV.admin_note { } .admin_message { - padding-top : 5px; + padding-top : 5px; padding-bottom : 5px; } #show_timings_block { - margin-top : 5px; - tex-align : center; + float : left; border : solid 1px #AA0044; background-color : #ddeedd; font-size : 10px; vertical-align : middle; width : 465px; - height : 22px; - z-index : 0; + height : 20px; } .show_timings_column { - z-index : 10; - top : 3px; background-color : #EEFFEE; - position : relative; - margin : 0px; + margin-top : 2px; width : 150px; - display : block; border : solid 1px #009900; + height : 14px; } .show_timings_data { diff --git a/theme/desert/css/general.css b/theme/desert/css/general.css index 3fd5f2ec9a..c74c0d4718 100644 --- a/theme/desert/css/general.css +++ b/theme/desert/css/general.css @@ -634,26 +634,21 @@ DIV.admin_note { } #show_timings_block { - margin-top : 5px; - tex-align : center; + float : left; border : solid 1px #880000; background-color : #DDDDAA; font-size : 10px; vertical-align : middle; width : 465px; - height : 22px; - z-index : 0; + height : 20px; } .show_timings_column { - z-index : 10; - top : 3px; background-color : #FFFFCC; - position : relative; - margin : 0px; + margin-top : 2px; width : 150px; - display : block; border : solid 1px #880000; + height : 14px; } .show_timings_data {