z-index on expresscart

This commit is contained in:
Michael RICOIS 2018-01-11 11:10:02 +01:00
parent 1f24d1b88b
commit dfbb1407eb
2 changed files with 8 additions and 5 deletions

View File

@ -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;
}

View File

@ -465,7 +465,7 @@
{assign var="qtySelected" value=$product->minimal_quantity}
{/if}
{/if}
{for $qty=1 to 12}
{for $qty=1 to 10}
<option value="{$qty}"{if $qtySelected == $qty} selected{/if}>{$qty}</option>
{/for}
</select>