[IMP] Product image improved layout

bzr revid: fp@tinyerp.com-20131214114625-uian4kh4gexpc6aa
This commit is contained in:
Fabien Pinckaers 2013-12-14 12:46:25 +01:00
parent d53d456c8c
commit cbc4b5e7ff
2 changed files with 6 additions and 3 deletions

View File

@ -1,4 +1,3 @@
@charset "utf-8";
/* ---- Default Styles ---- */
.oe_product {
border: 1px solid rgba(100, 100, 100, 0.2);
@ -289,7 +288,9 @@
/* product detail */
.product_detail_img {
min-width: 128px;
margin-left: auto;
margin-right: auto;
display: block;
max-height: 500px;
}

View File

@ -251,7 +251,9 @@
/* product detail */
.product_detail_img
min-width: 128px
margin-left: auto
margin-right: auto
display: block
max-height: 500px
/* ---- Publish managment and options ---- */