[IMP]Improved code for class and style.

bzr revid: bth@tinyerp.com-20130827134916-q97gti3g3iczwtnl
This commit is contained in:
bth-openerp 2013-08-27 19:19:16 +05:30
parent 411ae838f9
commit 5c985c0fcd
2 changed files with 6 additions and 6 deletions

View File

@ -79,20 +79,20 @@
}
/* Grid of unequally tall elements */
.grid > [class*="span"] {
.grid > [class*="col-md"] {
display: inline-block;
float: none;
vertical-align: top;
margin-right: -4px;
box-sizing: border-box;
}
.grid > [class*="span"].grid-align-top > [class*="span"] {
.grid > [class*="col-md"].grid-align-top > [class*="col-md"] {
vertical-align: top;
}
.grid > [class*="span"].grid-align-middle > [class*="span"] {
.grid > [class*="col-md"].grid-align-middle > [class*="col-md"] {
vertical-align: middle;
}
.grid > [class*="span"].grid-align-bottom > [class*="span"] {
.grid > [class*="col-md"].grid-align-bottom > [class*="col-md"] {
vertical-align: bottom;
}
@ -212,4 +212,4 @@ header .collapse ul {
color: #999999;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
text-transform: uppercase;
}
}

View File

@ -109,7 +109,7 @@
</nav>
<div class='row grid grid-align-top'>
<t t-foreach="products" t-as="product">
<div t-attf-class="col-md-2 mb16 thumbnail text-center #{not product.website_published and 'alert alert-warning' or ''}">
<div t-attf-class="col-md-2 mb16 thumbnail text-center #{not product.website_published and 'alert alert-warning' or ''}" style="width: 170px; margin-right: 4px; margin-left: 16px;">
<a t-attf-href="/shop/product/#{ product.id }/?#{ search and ('search=%s' % search) or ''}#{ category_id and ('&amp;category_id=%s' % category_id) or ''}">
<h5 t-field="product.name"> </h5>
<img class="img-rounded" t-att-src="product.img('image_small')" />