diff --git a/admin-dev/themes/default/admin.css b/admin-dev/themes/default/admin.css index b06603f9c..9baafba7f 100644 --- a/admin-dev/themes/default/admin.css +++ b/admin-dev/themes/default/admin.css @@ -228,13 +228,17 @@ form#product_form h4 { font-size:18px; font-weight:normal;} .filter-module .button-filter { float:right;} /*FILTER STOCK*/ -.filter-stock { background-color:#ebedf4; border:1px solid #c2c4d9; margin-bottom:15px; padding:10px; display:block; min-height:65px;} -.filter-stock #stock_cover {float:left; margin-right:30px;} +.filter-stock { background-color:#ebedf4; border:1px solid #c2c4d9; margin-bottom:15px; padding:10px; display:block; min-height:25px;} .filter-stock #stock_instant_state {float:left; margin-right:30px;} -.filter-stock #supply_orders {float:left; margin-right:30px;} .filter-stock label {width:auto;} .filter-stock .select-filter { float:left;} .filter-stock .button-filter { float:right;} +.filter-stock-extended { background-color:#ebedf4; border:1px solid #c2c4d9; margin-bottom:15px; padding:10px; display:block; min-height:65px;} +.filter-stock-extended #stock_cover {float:left; margin-right:30px;} +.filter-stock-extended #supply_orders {float:left; margin-right:30px;} +.filter-stock-extended label {width:auto;} +.filter-stock-extended .select-filter { float:left;} +.filter-stock-extended .button-filter { float:right;} /*ADDONS LOGIN*/ #addons_login_div { background: #EBEDF4 url(lock.png) no-repeat scroll left 5px;} diff --git a/admin-dev/themes/template/stock_cover/list_header.tpl b/admin-dev/themes/template/stock_cover/list_header.tpl index 67e4155fc..fc2489889 100644 --- a/admin-dev/themes/template/stock_cover/list_header.tpl +++ b/admin-dev/themes/template/stock_cover/list_header.tpl @@ -25,7 +25,7 @@ *} {extends file="helper/list/list_header.tpl"} {block name=override_header} -