Fix Kapacitor Rule Builder weirdness

pull/856/head
Alex P 2017-02-09 09:53:48 -08:00
parent 4e24367b77
commit 7aafeaf8dd
1 changed files with 28 additions and 0 deletions

View File

@ -219,6 +219,34 @@ div.qeditor.kapacitor-metric-selector {
.kapacitor-tab-list {
background-color: $kapacitor-graphic-color;
border-radius: 0 0 $kap-radius-lg $kap-radius-lg;
.query-builder--column {
position: relative;
top: initial;
left: initial;
width: 100%;
height: 190px;
.qeditor--list-header {
width: 50%;
top: -34px;
right: 0;
z-index: 5;
}
.qeditor--list {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.group-by-time-dropdown {
width: 70px;
}
}
.query-builder--column-heading {
display: none;
}
}
.qeditor--list {
overflow: auto;