diff --git a/admin-dev/themes/default/css/admin.css b/admin-dev/themes/default/css/admin.css index ea86b6c6b..fe91d9e09 100644 --- a/admin-dev/themes/default/css/admin.css +++ b/admin-dev/themes/default/css/admin.css @@ -30,7 +30,7 @@ select[disabled="disabled"], input[disabled="disabled"],textarea[disabled="disab background: #e3e3e3 url('../img/bg-button-degrade.png') repeat-x scroll left top; background: -moz-linear-gradient(center top , #F9F9F9, #E3E3E3) repeat scroll 0 0 transparent; background: -webkit-gradient(linear, center top ,center bottom, from(#F9F9F9), to(#E3E3E3)) repeat scroll 0 0 transparent; - border-color: #CCCCCC #BBBBBB #A0A0A0;border-left: 1px solid #BBBBBB;border-radius: 3px 3px 3px 3px;border-right: 1px solid #BBBBBB;border-style: solid;border-width: 1px;color: #000000;margin: 0; outline: medium none;padding: 3px 8px;text-align: center;vertical-align: middle;white-space: nowrap; text-shadow:0 1px 0 #fff;} + border-color: #CCCCCC #BBBBBB #A0A0A0;border-left: 1px solid #BBBBBB;border-radius: 3px 3px 3px 3px;border-right: 1px solid #BBBBBB;border-style: solid;border-width: 1px;color: #000000;margin: 0; min-height:26px;outline: medium none;padding: 3px 8px;text-align: center;vertical-align: middle;white-space: nowrap; text-shadow:0 1px 0 #fff;} .button[disabled=disabled]{color:#8C8C8C} .button.bt-icon { display:inline-block; margin-bottom:7px;} .button.bt-icon span {padding-left:5px;} diff --git a/modules/homeslider/homeslider.php b/modules/homeslider/homeslider.php index eb3ec7532..788be65f1 100644 --- a/modules/homeslider/homeslider.php +++ b/modules/homeslider/homeslider.php @@ -417,7 +417,7 @@ class HomeSlider extends Module $this->_html .= '

- '.$this->l('Cancel').' + '.$this->l('Cancel').'

'; /* End of fieldset & form */