[FIX] website_sale: 'Product Description' overlaps with price

bzr revid: chm@openerp.com-20131112173502-gddstacuq8n32gdc
This commit is contained in:
Christophe Matthieu 2013-11-12 18:35:02 +01:00
parent 8a48f25446
commit d96222ac4f
2 changed files with 8 additions and 2 deletions

View File

@ -58,9 +58,12 @@
.product_price {
position: absolute;
right: 15px;
left: 15px;
bottom: 5px;
bottom: 0;
z-index: 6;
background: rgba(255, 255, 255, 0.6);
padding: 5px 0;
}
.oe_mycart .input-group-addon {

View File

@ -54,9 +54,12 @@
padding-bottom: 24px
.product_price
position: absolute
right: 15px
left: 15px
bottom: 5px
bottom: 0
z-index: 6
background: rgba(255,255,255,0.6)
padding: 5px 0
.oe_mycart
.input-group-addon