alert: alerting annotation improvements, fixes #8421

This commit is contained in:
Torkel Ödegaard
2017-05-22 13:02:19 +02:00
parent 370db82238
commit a0b9dcad4d
11 changed files with 115 additions and 78 deletions

View File

@@ -56,3 +56,9 @@ $easing: cubic-bezier(0, 0, 0.265, 1.00);
max-width: none;
}
}
.drop-element.drop-popover--annotation {
.drop-content {
padding: 0;
}
}

View File

@@ -287,10 +287,29 @@
margin-top: 8px;
}
.graph-annotation-header {
background-color: $input-label-bg;
padding: 0.40rem 0.65rem;
}
.graph-annotation-title {
font-weight: $font-weight-semi-bold;
padding-right: $spacer;
position: relative;
top: -0.4rem;
top: 2px;
}
.graph-annotation-time {
color: $text-muted;
font-style: italic;
font-weight: normal;
display: inline-block;
position: relative;
top: 1px;
}
.graph-annotation-body {
padding: 0.65rem;
}
a {
@@ -298,11 +317,6 @@
text-decoration: underline;
}
.graph-annotation-time {
position: relative;
text-align: center;
top: 0.6rem;
}
}
.left-yaxis-label {