From d60037549346ad7770ec22192da9d34ef3819ecc Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 18 Jul 2015 19:12:40 -0400 Subject: Reduce the size of the filter box for smaller screen --- assets/css/src/filters.css | 1 - assets/css/src/responsive.css | 8 ++++++++ 2 files changed, 8 insertions(+), 1 deletion(-) (limited to 'assets/css/src') diff --git a/assets/css/src/filters.css b/assets/css/src/filters.css index 59e39696..095313d2 100644 --- a/assets/css/src/filters.css +++ b/assets/css/src/filters.css @@ -55,4 +55,3 @@ form.search { div.search { margin-bottom: 20px; } - diff --git a/assets/css/src/responsive.css b/assets/css/src/responsive.css index f6338ed8..46ef8da4 100644 --- a/assets/css/src/responsive.css +++ b/assets/css/src/responsive.css @@ -35,6 +35,10 @@ margin-top: 10px; display: block; } + + .page-header .form-input-large { + width: 300px; + } } @media only screen and (max-width: 1024px) and (orientation: landscape) { @@ -54,6 +58,10 @@ input[type="text"] { height: 18px; } + + .page-header .form-input-large { + width: 300px; + } } @media only screen and (max-width: 640px) { -- cgit v1.2.3