add a go button to the search form as in bug 589

This commit is contained in:
Steve Coast 2008-05-03 14:18:22 +00:00
parent 98d935f663
commit 945df7f195
2 changed files with 6 additions and 3 deletions

View file

@ -354,8 +354,9 @@ hides rule from IE5-Mac \*/
padding: 0px;
}
.optionalbox input {
width: 100%;
.optionalbox input[type="text"] {
width: 110px;
}
.search_form {