From: Tom Hughes Date: Mon, 30 Jul 2012 12:41:11 +0000 (+0100) Subject: Don't try and fix the height of the search box X-Git-Tag: live~5520 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/888a0be7902750d9af2e5fb87812f9c8a40cf1b7 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. --- diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index ca95e9401..b5e7af5dd 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -211,11 +211,6 @@ h2 { vertical-align: bottom; } -.search_container { - height: 15px; - padding-bottom: 5px; -} - #search_field form { width: 100%; margin: 0px;