Don't try and fix the height of the search box

We have no idea how much space a given browser will need for an input
field so stop pretending we do as we just get it wrong.
This commit is contained in:
Tom Hughes 2012-07-30 13:41:11 +01:00
parent 683c371740
commit 888a0be790

View file

@ -211,11 +211,6 @@ h2 {
vertical-align: bottom;
}
.search_container {
height: 15px;
padding-bottom: 5px;
}
#search_field form {
width: 100%;
margin: 0px;