[FIX] website_sale: 'Product Description' overlaps with price
authorChristophe Matthieu <chm@openerp.com>
Tue, 12 Nov 2013 17:35:02 +0000 (18:35 +0100)
committerChristophe Matthieu <chm@openerp.com>
Tue, 12 Nov 2013 17:35:02 +0000 (18:35 +0100)
bzr revid: chm@openerp.com-20131112173502-gddstacuq8n32gdc

addons/website_sale/static/src/css/website_sale.css
addons/website_sale/static/src/css/website_sale.sass

index 43e9d0b..e9a1626 100644 (file)
 
 .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 {
index dea51b4..d4bf533 100644 (file)
     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