Browse Source

Search Form Tweak

Better search form submit button alignment.

Signed-off-by: emanuele <[email protected]>
Matthew Kerle 12 years ago
parent
commit
cef556f10c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Themes/default/css/index.css

+ 1 - 1
Themes/default/css/index.css

@@ -1384,7 +1384,7 @@ img.sort {
 }
 #search_form .button_submit {
 	padding: 1px 2px;
-	margin: 1px 5px;
+	margin: -1px 5px;
 	background: #fff url(../images/theme/lower_section.png) 0 45% repeat-x;
 	color: #333;
 }