Search button not aligned with search text box if both are on same line
slnm - September 26, 2009 - 20:53
| Project: | Earthen |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Our organization is enjoying using the earthen theme. I wanted to get the search box and the search button to be on the same line. So, I changed "width: 95%" to be 60%. This gets the button and the textbox on the same line but the search button is too high. How can I get the button to line up with the text box?
Thanks very much.

#1
Oops. I meant to note that I changed the width here:
.form-text, .form-textarea
{
width: 60%;
text-align: left;
}