// Fixed CSS display #PSCFV-3673

This commit is contained in:
dMetzger
2012-08-20 15:23:13 +00:00
parent ff7582190f
commit 60c50eaee7
3 changed files with 6 additions and 1 deletions

View File

@@ -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;}

View File

@@ -24,7 +24,9 @@
* International Registered Trademark & Property of PrestaShop SA
*}
<div style="clear:both;height:0;line-height:0">&nbsp;</div>
</div>
<div style="clear:both;height:0;line-height:0">&nbsp;</div>
</div>
{if $display_footer}
{hook h="displayBackOfficeFooter"}

View File

@@ -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;