resizing of product picture

bzr revid: mit@openerp.com-20120903121021-ilstibfz2oybqpc9
This commit is contained in:
Minh Tran 2012-09-03 14:10:21 +02:00
parent 834abad884
commit 279ef4d749
1 changed files with 6 additions and 6 deletions

View File

@ -9,8 +9,8 @@
}
.oe_product_img {
width: 150px;
height: 150px;
width: 80px;
height: 80px;
text-align: center;
overflow: hidden;
-moz-border-radius: 3px;
@ -25,15 +25,15 @@
}
.oe_product_photo {
width: 150px;
width: 80px;
height: auto;
clip: rect(5px, 100px, 105px, 0px);
clip: rect(5px, 70px, 75px, 0px);
}
.oe_product_photo_wide {
height: 150px;
height: 80px;
width: auto;
clip: rect(0px, 110px, 100px, 10px);
clip: rect(0px, 80px, 70px, 10px);
}
.oe_product_desc {