|
@@ -12,10 +12,9 @@
|
|
|
|
|
|
.results {
|
|
.results {
|
|
overflow-x: auto;
|
|
overflow-x: auto;
|
|
- overflow-scrolling: touch;
|
|
|
|
|
|
+ -webkit-overflow-scrolling: touch;
|
|
|
|
|
|
@include for-mobile {
|
|
@include for-mobile {
|
|
- background: $sidebar-background-color;
|
|
|
|
position: relative;
|
|
position: relative;
|
|
left: -20px;
|
|
left: -20px;
|
|
width: calc(100% + 40px);
|
|
width: calc(100% + 40px);
|
|
@@ -99,7 +98,6 @@
|
|
|
|
|
|
@include for-mobile {
|
|
@include for-mobile {
|
|
float: none;
|
|
float: none;
|
|
- margin-bottom: 10px;
|
|
|
|
}
|
|
}
|
|
|
|
|
|
&.initialized {
|
|
&.initialized {
|
|
@@ -112,8 +110,18 @@
|
|
}
|
|
}
|
|
|
|
|
|
#searchbar {
|
|
#searchbar {
|
|
|
|
+ margin-bottom: 2px;
|
|
margin-right: 2px;
|
|
margin-right: 2px;
|
|
vertical-align: top;
|
|
vertical-align: top;
|
|
|
|
+
|
|
|
|
+ @include for-mobile {
|
|
|
|
+ margin-right: 5px;
|
|
|
|
+ margin-bottom: 5px;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ @include for-phone {
|
|
|
|
+ width: 100%;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
input[type="submit"] {
|
|
input[type="submit"] {
|
|
@@ -146,6 +154,11 @@
|
|
margin-bottom: 2px;
|
|
margin-bottom: 2px;
|
|
display: inline-block;
|
|
display: inline-block;
|
|
|
|
|
|
|
|
+ @include for-mobile {
|
|
|
|
+ margin-right: 5px;
|
|
|
|
+ margin-bottom: 5px;
|
|
|
|
+ }
|
|
|
|
+
|
|
.select2-container--jet {
|
|
.select2-container--jet {
|
|
min-width: 100px;
|
|
min-width: 100px;
|
|
}
|
|
}
|