minifix for spacing of question sign tooltips when html is minified

This commit is contained in:
Torkel Ödegaard
2014-09-11 14:01:37 +02:00
parent 4883b2a296
commit a65c61442e
4 changed files with 8 additions and 4 deletions
+4
View File
@@ -504,3 +504,7 @@ select.grafana-target-segment-input {
margin-top: 5px;
}
}
.grafana-tip {
padding-left: 5px;
}
+1 -1
View File
@@ -35,7 +35,7 @@
// Graphite Target Editor
@grafanaTargetBorder: @black;
@grafanaTargetBackground: @grayDark;
@grafana-info-box grafanaTargetBackground: @grayDark;
@grafanaTargetColor: #c8c8c8;
@grafanaTargetColorHide: darken(#c8c8c8, 25%);
@grafanaTargetSegmentBorder: #050505;