|
@@ -101,6 +101,7 @@
|
|
|
.display-flex();
|
|
.display-flex();
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
height: 100%;
|
|
height: 100%;
|
|
|
|
|
+ position: relative;
|
|
|
|
|
|
|
|
.search-bar-logo {
|
|
.search-bar-logo {
|
|
|
.flex(1 0 160px);
|
|
.flex(1 0 160px);
|
|
@@ -110,6 +111,7 @@
|
|
|
.flex(1 1 100%);
|
|
.flex(1 1 100%);
|
|
|
padding: 0;
|
|
padding: 0;
|
|
|
white-space: nowrap;
|
|
white-space: nowrap;
|
|
|
|
|
+ position: relative;
|
|
|
|
|
|
|
|
.search-bar-query-container {
|
|
.search-bar-query-container {
|
|
|
.display-flex();
|
|
.display-flex();
|
|
@@ -117,14 +119,20 @@
|
|
|
height: 100%;
|
|
height: 100%;
|
|
|
|
|
|
|
|
.search-bar-collection {
|
|
.search-bar-collection {
|
|
|
- .flex(1 1 120px);
|
|
|
|
|
|
|
+ .flex(1 0 200px);
|
|
|
white-space: nowrap;
|
|
white-space: nowrap;
|
|
|
-
|
|
|
|
|
|
|
+ min-width: 200px;
|
|
|
|
|
+ position: relative;
|
|
|
|
|
|
|
|
> div {
|
|
> div {
|
|
|
border-radius: 4px 0 0 4px;
|
|
border-radius: 4px 0 0 4px;
|
|
|
border-right: none;
|
|
border-right: none;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+ .selectize-control {
|
|
|
|
|
+ width: 100% !important;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
&.report-mode {
|
|
&.report-mode {
|
|
|
.flex(none);
|
|
.flex(none);
|
|
|
> div {
|
|
> div {
|
|
@@ -135,13 +143,20 @@
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.search-bar-query-operations {
|
|
.search-bar-query-operations {
|
|
|
- .flex(1);
|
|
|
|
|
|
|
+ .flex(0 0 200px);
|
|
|
white-space: nowrap;
|
|
white-space: nowrap;
|
|
|
padding-right: 45px;
|
|
padding-right: 45px;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.search-bar-query {
|
|
.search-bar-query {
|
|
|
.flex(1 1 100%);
|
|
.flex(1 1 100%);
|
|
|
|
|
+ position: relative;
|
|
|
|
|
+ white-space: nowrap;
|
|
|
|
|
+
|
|
|
|
|
+ > div {
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ position: relative;
|
|
|
|
|
+ }
|
|
|
|
|
|
|
|
.simple-ace-single-line {
|
|
.simple-ace-single-line {
|
|
|
height: 30px;
|
|
height: 30px;
|
|
@@ -161,7 +176,7 @@
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.search-bar-operations {
|
|
.search-bar-operations {
|
|
|
- .flex(none);
|
|
|
|
|
|
|
+ .flex(0 0 138px);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -890,4 +905,4 @@
|
|
|
display: none;
|
|
display: none;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
-}
|
|
|
|
|
|
|
+}
|