[IMP] Added the fixed size of the product image.
authorParamjit Singh Sahota <psa@tinyerp.com>
Fri, 20 Sep 2013 05:04:45 +0000 (10:34 +0530)
committerParamjit Singh Sahota <psa@tinyerp.com>
Fri, 20 Sep 2013 05:04:45 +0000 (10:34 +0530)
bzr revid: psa@tinyerp.com-20130920050445-d6hz2t4169rmdi0i

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

index 5209d25..64efbb1 100644 (file)
@@ -39,6 +39,7 @@
   padding: 0;
 }
 .oe_product .oe_product_image{
-  width: 100%;
-  height: auto;
+  width: 100px;
+  height: 80px;
  }