[-] FO: Fixed bug PrestaShop 1.5.4.1 Catalog Mode Display Incorrect Header (mis-aligned) - #PSCFV-9327

This commit is contained in:
sLorenzini
2013-06-17 16:35:16 +02:00
parent d9245a31c8
commit 8fabee091b
2 changed files with 6 additions and 1 deletions

View File

@@ -6,6 +6,11 @@
margin-top:8px; margin-top:8px;
} }
#header_right #header_user.header_user_catalog {
margin-top: 15px;
min-height: 60px;
}
#header_user #header_nav { #header_user #header_nav {
list-style-type:none; list-style-type:none;
float:right; float:right;

View File

@@ -24,7 +24,7 @@
*} *}
<!-- Block user information module HEADER --> <!-- Block user information module HEADER -->
<div id="header_user"> <div id="header_user" {if $PS_CATALOG_MODE}class="header_user_catalog"{/if}>
<ul id="header_nav"> <ul id="header_nav">
{if !$PS_CATALOG_MODE} {if !$PS_CATALOG_MODE}
<li id="shopping_cart"> <li id="shopping_cart">