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