From 1e1959a89d88d3368a44545ded5291c371158143 Mon Sep 17 00:00:00 2001 From: cpradio Date: Tue, 11 Oct 2016 16:28:31 -0400 Subject: [PATCH] FIX: Improve Mobile UI for Advanced Search --- app/assets/stylesheets/mobile/search.scss | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/app/assets/stylesheets/mobile/search.scss b/app/assets/stylesheets/mobile/search.scss index b55afefc4dc..8852e81f640 100644 --- a/app/assets/stylesheets/mobile/search.scss +++ b/app/assets/stylesheets/mobile/search.scss @@ -2,6 +2,29 @@ float: none; } +.search-advanced { + h3.panel-title { + margin: 0; + } + + .search-options { + .control-group { + padding-bottom: 10px; + + &.pull-left { + float: none; + width: auto; + } + + .controls { + input,select { + width: 75%; + } + } + } + } +} + .search.row { margin-top: 5px; }