new template system is starting to work 100%, not all features are in, like regex selection, influxdb support, and other stuff

This commit is contained in:
Torkel Ödegaard
2014-08-29 12:34:04 +02:00
parent 61a618e473
commit 3185db9609
6 changed files with 137 additions and 72 deletions
+26 -5
View File
@@ -24,11 +24,32 @@
td:last-child {
border-right: 1px solid @grafanaListBorderBottom;
}
}
.max-width {
overflow: hidden;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
white-space: nowrap;
.max-width {
overflow: hidden;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
white-space: nowrap;
}
.grafana-options-list {
list-style: none;
margin: 0;
max-width: 450px;
li:nth-child(odd) {
background-color: lighten(@grayDarker, 2%);
}
li {
float: left;
margin: 2px;
padding: 5px 10px;
border: 1px solid @grafanaListBorderBottom;
border: 1px solid @grafanaListBorderBottom;
}
li:first-child {
border: 1px solid @grafanaListBorderBottom;
}
}