From 57252b6f0b42c65647cc52e8fcea7ab17b7d8106 Mon Sep 17 00:00:00 2001 From: Patrick Crowley Date: Wed, 4 Sep 2013 19:52:17 +0200 Subject: [PATCH] fixed issue where search box was wrapping during a search because there wasn't enough width to display the search input and spinner on the same line --- app/assets/stylesheets/global.css.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/global.css.scss b/app/assets/stylesheets/global.css.scss index e21b8a9..5cd75de 100644 --- a/app/assets/stylesheets/global.css.scss +++ b/app/assets/stylesheets/global.css.scss @@ -671,7 +671,7 @@ ul#filter { display: inline; margin: 10px 0 0 0 !important; padding: 0 !important; - width: 250px; + width: 230px; } img { display: none; @@ -695,7 +695,7 @@ ul#filter { border: 1px solid #555555; } } } li:last-child { margin: 0 !important; - width: 180px !important; + width: 230px !important; } li.current { span { @@ -709,7 +709,7 @@ ul#filter, form.search { height: 18px; margin: 0; padding: 5px 6px 5px 10px; - width: 210px; + width: 190px; } }