Posted by slnm on September 26, 2009 at 8:53pm
Jump to:
| Project: | Earthen |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
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.
Comments
#1
Oops. I meant to note that I changed the width here:
.form-text, .form-textarea
{
width: 60%;
text-align: left;
}
#2
.