Merge pull request #4488 from cpradio/search-mobile-changes

FIX: Improve Mobile UI for Advanced Search
This commit is contained in:
Jeff Atwood 2016-10-11 22:31:09 +02:00 committed by GitHub
commit f5ea95398b
1 changed files with 23 additions and 0 deletions

View File

@ -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;
}