Rework the new Go button on the search form so that it actually stands
some chance of rendering as intended. It's still not really ideal to steal space from the seach box of course... Closes #589.
This commit is contained in:
parent
02efd7ba4a
commit
feb47bc739
2 changed files with 15 additions and 7 deletions
|
@ -354,14 +354,18 @@ hides rule from IE5-Mac \*/
|
|||
padding: 0px;
|
||||
}
|
||||
|
||||
.optionalbox input {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.optionalbox input[type="text"] {
|
||||
width: 110px;
|
||||
.optionalbox td {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.search_form {
|
||||
height: 16px;
|
||||
padding-bottom: 2px;
|
||||
padding-bottom: 6px;
|
||||
}
|
||||
|
||||
#search_active {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue