diff --git a/wp-content/themes/score/style-asong2u.css b/wp-content/themes/score/style-asong2u.css index 142d0d6..2a0649a 100644 --- a/wp-content/themes/score/style-asong2u.css +++ b/wp-content/themes/score/style-asong2u.css @@ -245,45 +245,36 @@ ul.navmenu li a.logout:hover { /*************************** Search panel ****************************/ #searchform { float: right; + background: url("lib/images/search.png") repeat scroll 0 0 transparent; + border-style: none; + height: 28px; + padding-left: 4px; + width: 176px; + margin: 0; } #search-panel { - /*background: url(lib/images/bg-search.png) repeat-x scroll 0 0 transparent; - border: 1px solid #E9E9E9; - margin-top: 10px; - padding: 5px;*/ float: right; padding: 5px 0px 5px; } #searchbar { - background: url("lib/images/search.png") repeat scroll 0 0 transparent; - border-style: none; - height: 14px; - padding-left: 26px; - width: 147px; - margin: 0; - /*background: url(lib/images/bg-search-inp.png) repeat-x scroll 0 0 transparent; - border: 1px solid #D9D8D8; - color: #666666; - font-size: 11px; - height: 27px; - line-height: 27px; - margin-right: 7px; - padding: 0 10px; - width: 265px;*/ + background: transparent !important; + width: 120px; } #searchsubmit { - /*background: url(lib/images/bg-search-btn.png) repeat scroll center center transparent; - border: 1px solid #D9D8D8; - cursor: pointer; - height: 29px; - text-indent: -9999px; - width: 26px;*/ - height: 14px; - display: none; + float: right; + width: 28px; + background: transparent !important; + height: 28px; + text-indent: 9999px; +} + +#searchsubmit:active { + background: transparent !important; + box-shadow: none; } #search-icon {