[IMP] website_sale: css

bzr revid: chm@openerp.com-20130710151313-mj1zbli3fd02ahf5
This commit is contained in:
Christophe Matthieu 2013-07-10 17:13:13 +02:00
parent 6a16ccfada
commit c8b21aafe7
2 changed files with 15 additions and 8 deletions

View File

@ -71,10 +71,14 @@
.oe_ecommerce .oe_mycart .oe_product {
padding: 3px 5px 6px 10px;
}
.oe_ecommerce .oe_mycart .oe_product img {
max-width: 64;
max-height: 64;
margin: 0 5px 0px 12px;
.oe_ecommerce .oe_mycart .oe_product > .pull-left {
width: 84px;
height: 64px;
}
.oe_ecommerce .oe_mycart .oe_product > .pull-left img {
max-width: 64px;
max-height: 64px;
margin: auto;
}
.oe_ecommerce .oe_mycart .oe_product .oe_button_cart {
right: 6px;

View File

@ -56,10 +56,13 @@
.oe_mycart
.oe_product
padding: 3px 5px 6px 10px
img
max-width: 64
max-height: 64
margin: 0 5px 0px 12px
> .pull-left
width: 84px
height: 64px
img
max-width: 64px
max-height: 64px
margin: auto
.oe_button_cart
right: 6px
top: 6px