[IMP] Improved css product_image

bzr revid: psa@tinyerp.com-20130919103148-wqe9lerng1m6p9p6
This commit is contained in:
Paramjit Singh Sahota 2013-09-19 16:01:48 +05:30
parent 355caa6580
commit e44603759e
3 changed files with 11 additions and 17 deletions

View File

@ -168,14 +168,6 @@
vertical-align: bottom;
}
.oe_product {
border-bottom: 1px solid grey;
border-right: 1px solid grey;
padding: 0;
.oe_product_image-width: 100%;
.oe_product_image-height: auto;
}
.oe-height-1 {
height: 60px;
}

View File

@ -100,14 +100,6 @@
&.grid-align-bottom > [class*="col-md"]
vertical-align: bottom
.oe_product
border-bottom: 1px solid grey
border-right: 1px solid grey
padding: 0
.oe_product_image:
width: 100%
height: auto
.oe-height-1
height: 60px
.oe-height-2

View File

@ -31,4 +31,14 @@
height: 100%;
position: absolute;
width: 100%;
}
}
.oe_product {
border-bottom: 1px solid grey;
border-right: 1px solid grey;
padding: 0;
}
.oe_product .oe_product_image{
width: 100%;
height: auto;
}