git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11008 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
sThiebaut
2011-12-06 17:38:25 +00:00
parent 85b186a956
commit 9c42a4987d
7 changed files with 24 additions and 7 deletions
+10 -4
View File
@@ -75,15 +75,21 @@
margin-bottom: 4px;
}
#layered_block_left span.layered_close a { text-decoration: none; }
#layered_block_left span.layered_close {
display: block;
float: right;
margin-bottom: 4px;
font-weight: bold;
font-size: 12px;
display: block;
margin-bottom: 4px;
}
#layered_block_left span.layered_close a {
display:block;
height:12px;
width:12px;
text-decoration: none;
background:url(img/icon/delete.gif) no-repeat 0 0;
}
#layered_block_left ul li input.checkbox {
vertical-align: middle;