From 888a0be7902750d9af2e5fb87812f9c8a40cf1b7 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Mon, 30 Jul 2012 13:41:11 +0100 Subject: [PATCH] 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. --- app/assets/stylesheets/common.css.scss | 5 ----- 1 file changed, 5 deletions(-) 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; -- 2.43.2