diff --git a/common/css/button.css b/common/css/button.css index ead02c9e6..48d48a07a 100644 --- a/common/css/button.css +++ b/common/css/button.css @@ -97,9 +97,14 @@ del.button span { background-position:100% -123px; } +a.button span { + _padding-top:7px; +} +*:first-child+html a.button span { padding-top:7px; } span.button button, span.button input { padding-top:0px; + padding-bottom:3px; line-height:2.5;/*Opera need this*/ } @@ -117,7 +122,7 @@ a.button:hover, span.button:hover, a.button:focus, a.dom-button-focus, span.butt text-decoration:none; } -a.button:hover span, span.button:hover button, a.button:focus span, span.button-behavior-hover button, span.button-behavior-hover input { +a.button:hover span, span.button:hover input, span.button:hover button, a.button:focus span, span.button-behavior-hover button, span.button-behavior-hover input { background-position:100% -63px; } diff --git a/common/tpl/images/form_buttons.gif b/common/tpl/images/form_buttons.gif index 19e5ea00b..b54b2694f 100755 Binary files a/common/tpl/images/form_buttons.gif and b/common/tpl/images/form_buttons.gif differ diff --git a/common/tpl/images/form_buttons.png b/common/tpl/images/form_buttons.png index 24839193e..4ca99a35e 100755 Binary files a/common/tpl/images/form_buttons.png and b/common/tpl/images/form_buttons.png differ