Added informatio & help blocks to graphite metric editor

This commit is contained in:
Torkel Ödegaard
2014-09-11 09:27:49 +02:00
parent 99009a11ed
commit a640d55297
3 changed files with 120 additions and 23 deletions
+19
View File
@@ -485,3 +485,22 @@ select.grafana-target-segment-input {
color: @variable;
}
.grafana-info-box:before {
content: "\f05a";
font-family:'FontAwesome';
position: absolute;
top: -8px;
left: -8px;
font-size: 20px;
color: @blue;
}
.grafana-info-box {
position: relative;
padding: 5px 15px;
background-color: @grafanaTargetBackground;
border: 1px solid @grafanaTargetBorder;
h5 {
margin-top: 5px;
}
}