Merge branch 'master' into develop

This commit is contained in:
Torkel Ödegaard
2017-10-09 16:01:54 +02:00
176 changed files with 5940 additions and 2717 deletions

View File

@@ -35,3 +35,14 @@
float: left;
z-index: 0;
}
.gf-color-picker__body {
padding-bottom: 10px;
padding-left: 6px;
}
.drop-popover.gf-color-picker {
.drop-content {
width: 210px;
}
}

View File

@@ -51,9 +51,16 @@ $easing: cubic-bezier(0, 0, 0.265, 1.00);
}
}
.drop-element.drop-popover {
.drop-content {
box-shadow: $popover-shadow;
}
}
.drop-element.drop-popover--form {
.drop-content {
max-width: none;
padding: 0;
}
}

View File

@@ -176,6 +176,12 @@ $gf-form-margin: 1px;
pointer-events: none;
}
}
&--small {
padding-top: 4px;
padding-bottom: 4px;
font-size: $font-size-sm;
}
}
.gf-form-hint {

View File

@@ -0,0 +1,26 @@
.gf-icon-picker {
width: 400px;
height: 450px;
.icon-filter {
padding-bottom: 10px;
margin: auto;
width: 50%;
}
.icon-container {
max-height: 350px;
overflow: auto;
.gf-event-icon {
margin: 0.4rem;
height: 1.5rem;
}
}
}
.gf-icon-picker-button {
.gf-event-icon {
height: 1.2rem;
}
}

View File

@@ -287,19 +287,27 @@
margin-top: 8px;
}
.graph-annotation-header {
background-color: $input-label-bg;
.graph-annotation__header {
background-color: $popover-border-color;
padding: 0.40rem 0.65rem;
display: flex;
}
.graph-annotation-title {
.graph-annotation__title {
font-weight: $font-weight-semi-bold;
padding-right: $spacer;
position: relative;
top: 2px;
overflow: hidden;
display: inline-block;
white-space: nowrap;
text-overflow: ellipsis;
flex-grow: 1;
}
.graph-annotation-time {
.graph-annotation__edit-icon {
padding-left: $spacer;
}
.graph-annotation__time {
color: $text-muted;
font-style: italic;
font-weight: normal;
@@ -308,15 +316,22 @@
top: 1px;
}
.graph-annotation-body {
.graph-annotation__body {
padding: 0.65rem;
}
a {
.graph-annotation__user {
img {
border-radius: 50%;
width: 16px;
height: 16px;
}
}
a[href] {
color: $blue;
text-decoration: underline;
}
}
.left-yaxis-label {