diff --git a/themes/site_mobile/css/style.css b/themes/site_mobile/css/style.css index 9322a2a5..788c1642 100755 --- a/themes/site_mobile/css/style.css +++ b/themes/site_mobile/css/style.css @@ -1670,7 +1670,6 @@ body#category .sale_title, body#product .sale_title { padding: 10px 0px; border-top: 1px solid #e4e4e4; border-bottom: 1px solid #e4e4e4; - padding: 10px 0px; text-align: left; clear:both; } @@ -1680,7 +1679,7 @@ body#category .sale_title, body#product .sale_title { display: inline-block; height: 40px; width: 15%; - vertical-align: middle; + vertical-align: top; border: 0; } body#category .sale_title .gradient a.back, @@ -1809,6 +1808,9 @@ body#order table#cart_summary tbody tr.cart_item .cart_description h5 a{ body#category ul#product_list li div.list-product-price{ font-size:12px; padding:0px 2% 0px 4%; + position: absolute; + bottom: 10px; + width: 100%; } body#category ul#product_list li div.list-product-price span.old_price{ display:block; @@ -3819,9 +3821,9 @@ h2.title{ margin-bottom: 10px; font-size: 18px; font-weight: normal; - padding: 10px; +/* padding: 10px;*/ text-align: center; - clear:both; +/* position: relative;*/ /* -webkit-box-shadow: 0 5px 3px -3px #ccc; -moz-box-shadow: 0 5px 3px -3px #ccc; box-shadow: 0 5px 3px -3px #ccc;*/ @@ -5361,4 +5363,5 @@ body#order-detail table#order-product tbody tr.item tr.title span.quantity{ bottom: 12px; border-radius: 20px; right: 0; + z-index: 10000; } diff --git a/themes/site_mobile/modules/expresscart/product.tpl b/themes/site_mobile/modules/expresscart/product.tpl index 3c0c1357..1d54bb5b 100755 --- a/themes/site_mobile/modules/expresscart/product.tpl +++ b/themes/site_mobile/modules/expresscart/product.tpl @@ -465,7 +465,7 @@ {assign var="qtySelected" value=$product->minimal_quantity} {/if} {/if} - {for $qty=1 to 12} + {for $qty=1 to 10} {/for}