diff --git a/admin-dev/themes/default/css/admin.css b/admin-dev/themes/default/css/admin.css index a39273696..c9ab98582 100644 --- a/admin-dev/themes/default/css/admin.css +++ b/admin-dev/themes/default/css/admin.css @@ -115,6 +115,7 @@ input.button[disabled=disabled]:hover{background-color:#FFF6D3} .table_grid {width:100%;} .table{ background-color:#fff;border:1px solid #ccc;padding:0: border-radius:3px; -moz-border-radius:3px;-webkit-border-radius:3px;} .filter {background-color:#f1f9ff;} +.table .filter {margin:2px;} .table th a{text-decoration:underline} .table a:hover{text-decoration:none} .table tr th{ background-color: #F1F1F1; text-shadow:0 1px 0 #fff; padding:4px 6px; diff --git a/controllers/admin/AdminSpecificPriceRuleController.php b/controllers/admin/AdminSpecificPriceRuleController.php index b066392dc..b02b9bbc8 100755 --- a/controllers/admin/AdminSpecificPriceRuleController.php +++ b/controllers/admin/AdminSpecificPriceRuleController.php @@ -101,12 +101,12 @@ class AdminSpecificPriceRuleControllerCore extends AdminController ), 'from' => array( 'title' => $this->l('Beginning'), - 'align' => 'center', + 'align' => 'right', 'type' => 'date', ), 'to' => array( 'title' => $this->l('End'), - 'align' => 'center', + 'align' => 'right', 'type' => 'date' ), );