From 01a562cbfcd47fd63e6a33e63f4e8147f233aa72 Mon Sep 17 00:00:00 2001 From: Saman Bemel-Benrud Date: Wed, 13 Mar 2013 16:48:55 -0400 Subject: [PATCH] fix search box in ff/opera. --- css/app.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/app.css b/css/app.css index 583c21c13..2b675e7c0 100644 --- a/css/app.css +++ b/css/app.css @@ -634,14 +634,14 @@ a.selected:hover .toggle.icon { background-position: -40px -180px;} } .preset-grid-search-wrap input { - left: 0px; - right: 0px; + left: 0; + right: 0; top: 0; bottom: 0; border-radius: 0; border: 0; text-indent: 30px; - width: auto; height: auto; + height: 100%; position: absolute; z-index: 1; }