[-] MO : fixed bug #PSCFV-3871 - part 2

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17174 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vAugagneur
2012-09-05 08:29:43 +00:00
parent db0f0888cc
commit f24f940e2e
@@ -7,6 +7,12 @@ h2.productscategory_h2 {
}
#productscategory {overflow:auto}
#productscategory_list {
overflow: hidden;
float: left;
width: 96%;
}
#productscategory_list ul {
list-style-type:none;
margin: 0 0 0 14px;
@@ -19,3 +25,20 @@ h2.productscategory_h2 {
#productscategory_list li a img {border:1px solid #ccc}
#productscategory_list li p.product_name {text-align:center}
#productscategory_noscroll {
height: 120px;
width: 100%;
margin-bottom: 30px;
}
#productscategory_scroll_left, #productscategory_scroll_right {
background: url('img/thumbs_left.gif') no-repeat center;
text-indent: -3000px;
display: block;
width: 9px;
height: 18px;
float: left;
margin-top: 30px;
}
#productscategory_scroll_right { background-image: url('img/thumbs_right.gif'); }