CSS Fix for Products in /shop
authorFabien Pinckaers <fp@openerp.com>
Wed, 9 Jul 2014 16:48:25 +0000 (18:48 +0200)
committerFabien Pinckaers <fp@openerp.com>
Wed, 9 Jul 2014 16:48:25 +0000 (18:48 +0200)
addons/website_sale/static/src/css/website_sale.css
addons/website_sale/static/src/css/website_sale.sass

index 503c409..5c45a34 100644 (file)
@@ -1,4 +1,3 @@
-@charset "utf-8";
 /* ---- Default Styles ---- */
 .oe_product {
   border: 1px solid rgba(100, 100, 100, 0.2);
@@ -53,7 +52,7 @@
   right: 0;
   bottom: 0;
   overflow: hidden;
-  padding: 0 15px 24px 0;
+  padding: 0 15px 24px 15px;
   min-height: 56px;
   border-top: 1px solid rgba(255, 255, 255, 0.2);
   background: rgba(255, 255, 255, 0.75);
index b572653..273303c 100644 (file)
@@ -47,7 +47,7 @@
         right: 0
         bottom: 0
         overflow: hidden
-        padding: 0 15px 24px 0
+        padding: 0 15px 24px 15px
         min-height: 56px
         border-top: 1px solid rgba(255,255,255,0.2)
         background: rgba(255, 255, 255, 0.75)