git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10953 b9a71923-0436-4b27-9f14-aed3839534dd

This commit is contained in:
sThiebaut
2011-12-05 17:22:27 +00:00
parent 5b1642b26e
commit 6bea0782e9
7 changed files with 30 additions and 16 deletions
+6
View File
@@ -547,6 +547,12 @@ div.star_hover a, div.star a:hover { background-position: 0 -32px }
#footer li {padding:7px 0}
#footer li a {color:#fff}
#footer .myaccount {padding: 15px 10px;}
#footer .myaccount h4 {
padding:0 0 10px 0;
background:none;
}
/* ************************************************************************************************
PRODUCT PAGE
************************************************************************************************ */
+4 -1
View File
@@ -151,10 +151,11 @@ span.view_scroll_spacer {
padding:1px;
border:1px solid #ccc
}
.attribute_list #color_to_pick_list li.selected{border:1px solid #000}
.attribute_list #color_to_pick_list a.color_pick{
display:block;
height:15px;
width:15px
width:15px;
}
.product_attributes {
@@ -198,6 +199,8 @@ span.view_scroll_spacer {
/* prices */
.content_prices {
margin-top:10px;
padding-top:10px;
border-top:1px solid #ccc;
text-align:right
}
#buy_block p.price {padding:0}
+5
View File
@@ -102,6 +102,11 @@ ul#product_list {
text-transform: uppercase;
background: none repeat scroll 0 0 #9B0000
}
#product_list li .online_only {
position:absolute;
top:20px;
right:0;
}
#product_list li .content_price {
margin:26px 0 15px 0;
}