Fixed influxdb and opentsdb editors to use latest markup and css, #1331

This commit is contained in:
Torkel Ödegaard
2015-01-12 16:18:35 +01:00
parent a3da11c5bc
commit 4544f79471
4 changed files with 50 additions and 77 deletions
-31
View File
@@ -203,37 +203,6 @@ input[type=text].grafana-function-param-input {
padding: 0;
}
.grafana-target-controls {
float: right;
list-style: none;
margin: 0;
text-align: right;
>li {
display: inline-block;
white-space: nowrap;
}
.fa {
position: relative;
top: 8px;
}
a {
padding: 8px 7px;
color: @grafanaTargetColor;
font-size: 16px;
.grafana-target-hidden & {
color: @grafanaTargetColorHide;
}
&:hover, &:focus {
text-decoration: none;
}
}
}
input[type=text].grafana-target-text-input {
padding: 8px 7px;
border: none;