[-] MO : My account column block should not display module icon in list

This commit is contained in:
gRoussac
2013-08-08 10:38:39 +02:00
parent 0f4562eb44
commit 1bfa43fa8b

View File

@@ -1,6 +1,7 @@
/* block myaccount */ /* block myaccount */
.myaccount ul {margin-bottom:10px} .myaccount ul {margin-bottom:10px;}
.myaccount li {border-bottom: 1px solid #eee} .myaccount .bullet .icon {display: none;}
.myaccount li {border-bottom: 1px solid #eee;}
.myaccount li a { .myaccount li a {
display: block; display: block;
padding: 7px 11px 5px 22px; padding: 7px 11px 5px 22px;
@@ -10,16 +11,14 @@
.myaccount p.logout { .myaccount p.logout {
padding-bottom:0; padding-bottom:0;
font-weight:bold; font-weight:bold;
text-align:right text-align:right;
} }
/* block myaccount in footer */ /* block myaccount in footer */
#footer .myaccount .title_block, #footer .myaccount h4 {background: none;} #footer .myaccount .title_block, #footer .myaccount h4 {background: none;}
#footer .myaccount .logout {display:none;} #footer .myaccount .logout {display:none;}
#footer .myaccount .title_block, #footer .myaccount h4 { #footer .myaccount .title_block, #footer .myaccount h4 {
padding:0 0 10px 0; padding:0 0 10px 0;
background:none background:none;
} }
#footer .myaccount ul {margin-bottom:0} #footer .myaccount ul {margin-bottom:0}
#footer .myaccount li {border-bottom:none} #footer .myaccount li {border-bottom:none}
@@ -27,7 +26,6 @@
display: block; display: block;
padding:0; padding:0;
color: #fff; color: #fff;
background: none background: none;
}
#footer .myaccount li.lnk_wishlist img {display:none
} }
#footer .myaccount li.lnk_wishlist img {display:none;}