FIX: Improve Mobile UI for Advanced Search
This commit is contained in:
parent
54d8ac717f
commit
1e1959a89d
|
@ -2,6 +2,29 @@
|
||||||
float: none;
|
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 {
|
.search.row {
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue