[FIX] website.sale: Double / triple digits do not get displayed correctly on ecommerce quantity selector

This commit is contained in:
Christophe Matthieu 2014-09-29 10:32:00 +02:00 committed by Christophe Simonis
parent c4ae1ef66d
commit 59cda06b00
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,4 @@
@charset "utf-8";
/* ---- Default Styles ---- */
.oe_product {
border: 1px solid rgba(100, 100, 100, 0.2);
@ -340,6 +341,11 @@ label.css_attribute_color.css_not_available {
display: block;
}
.oe_website_sale input.js_quantity {
min-width: 48px;
text-align: center;
}
/* ---- Publish managment and options ---- */
#products_grid .css_options {
display: none;

View File

@ -287,6 +287,10 @@ label.css_attribute_color.css_not_available
.discount .oe_default_price
display: block
.oe_website_sale input.js_quantity
min-width: 48px
text-align: center
/* ---- Publish managment and options ---- */
#products_grid .css_options