From 8ea01ea0d417d730ac9d854d58efe77930f4fbd6 Mon Sep 17 00:00:00 2001 From: dMetzger Date: Mon, 20 Aug 2012 15:23:13 +0000 Subject: [PATCH] // Fixed CSS display #PSCFV-3673 git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16914 b9a71923-0436-4b27-9f14-aed3839534dd --- admin-dev/themes/default/css/modules.css | 2 +- admin-dev/themes/default/template/footer.tpl | 2 ++ css/admin.css | 3 +++ 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/admin-dev/themes/default/css/modules.css b/admin-dev/themes/default/css/modules.css index 2fdec7261..e3f15234e 100644 --- a/admin-dev/themes/default/css/modules.css +++ b/admin-dev/themes/default/css/modules.css @@ -245,5 +245,5 @@ form#product, form#access_form{ background-color:#ebedf4; border:1px solid #cc #moduleContainer .moduleFavDesc { font-family:Georgia; font-style:italic; color:#666;} /*FOOTER*/ -#footer {height:40px; font-size:12px;clear:both;font-size:0.9em;color:#666666} +#footer {height:40px;padding-top:5px;font-size:12px;clear:both;font-size:0.9em;color:#666666} #footer .footer_link, #footer .footer_link:hover {color:#D41958;} diff --git a/admin-dev/themes/default/template/footer.tpl b/admin-dev/themes/default/template/footer.tpl index d4cd09334..d7fed1ae1 100644 --- a/admin-dev/themes/default/template/footer.tpl +++ b/admin-dev/themes/default/template/footer.tpl @@ -24,7 +24,9 @@ * International Registered Trademark & Property of PrestaShop SA *} +
 
+
 
{if $display_footer} {hook h="displayBackOfficeFooter"} diff --git a/css/admin.css b/css/admin.css index a98d0c4dc..e09c8d238 100644 --- a/css/admin.css +++ b/css/admin.css @@ -351,6 +351,7 @@ select optgroup option { #content { padding: 1.25em; + padding-bottom: 0.5em; } #news { @@ -1157,6 +1158,8 @@ html[xmlns] .clearfix { margin-top: 5px; } +#footer {padding-top:5px} + #footer_iframe_home{ position:absolute; top:0;