// fix admin return and min-height new installer
This commit is contained in:
@@ -38,9 +38,9 @@ class AdminReturnControllerCore extends AdminController
|
||||
|
||||
$this->fieldsDisplay = array(
|
||||
'id_order_return' => array('title' => $this->l('ID'), 'align' => 'center', 'width' => 25),
|
||||
'id_order' => array('title' => $this->l('Order ID'), 'width' => 25, 'align' => 'center'),
|
||||
'id_order' => array('title' => $this->l('Order ID'), 'width' => 100, 'align' => 'center'),
|
||||
'name' => array('title' => $this->l('Status'), 'width' => 'auto', 'align' => 'left'),
|
||||
'date_add' => array('title' => $this->l('Date issued'), 'width' => 120, 'type' => 'date', 'align' => 'right'),
|
||||
'date_add' => array('title' => $this->l('Date issued'), 'width' => 150, 'type' => 'date', 'align' => 'right'),
|
||||
);
|
||||
|
||||
$this->options = array(
|
||||
|
||||
+1
-1
@@ -2126,7 +2126,7 @@ div#scrollTop a:hover{
|
||||
|
||||
/*commandes*/
|
||||
.container-command {width:100%}
|
||||
.bloc-command {background-color:#F8F8F8; margin-bottom:10px;}
|
||||
.bloc-command {background-color:#EBEDF4; border:1px solid #CCCED7; margin-bottom:10px;}
|
||||
.button-command {float:right; padding:10px;}
|
||||
|
||||
/*history status*/
|
||||
|
||||
@@ -434,7 +434,7 @@ ul#optional {
|
||||
background:#f8f8f8 url(img/bg_li_title.png) repeat-x 0 0;
|
||||
}
|
||||
ul#required li.required ,
|
||||
ul#optional li.optional{
|
||||
ul#optional li {
|
||||
border-top:1px solid #fff;
|
||||
border-bottom:1px solid #ccc;
|
||||
}
|
||||
@@ -632,10 +632,11 @@ ul#optional {
|
||||
.blockInfoEnd p {
|
||||
font:italic 11px/14px Georgia, Arial, Sans-serif;
|
||||
color:#666;
|
||||
min-height:58px;
|
||||
}
|
||||
.blockInfoEnd img {
|
||||
float:left;
|
||||
margin:0 14px 5px 0;
|
||||
margin:0 10px 5px 0;
|
||||
}
|
||||
.blockInfoEnd a.BO,
|
||||
.blockInfoEnd a.FO {
|
||||
|
||||
@@ -451,7 +451,7 @@ ul#optional {
|
||||
background:#f8f8f8 url(img/bg_li_title.png) repeat-x 0 0;
|
||||
}
|
||||
ul#required li.required ,
|
||||
ul#optional li.optional{
|
||||
ul#optional li {
|
||||
border-top:1px solid #fff;
|
||||
border-bottom:1px solid #ccc;
|
||||
}
|
||||
@@ -566,10 +566,11 @@ ul#optional {
|
||||
.blockInfoEnd p {
|
||||
font:italic 11px/14px Georgia, Arial, Sans-serif;
|
||||
color:#666;
|
||||
min-height:58px;
|
||||
}
|
||||
.blockInfoEnd img {
|
||||
float:left;
|
||||
margin:0 14px 5px 0;
|
||||
margin:0 10px 5px 0;
|
||||
}
|
||||
.blockInfoEnd a.BO,
|
||||
.blockInfoEnd a.FO {
|
||||
|
||||
Reference in New Issue
Block a user