Merge branch 'master' into dashboard_tag_colors

This commit is contained in:
Torkel Ödegaard
2014-08-22 07:14:19 +02:00
33 changed files with 1542 additions and 596 deletions
+3
View File
@@ -52,6 +52,9 @@
}
.search-results-container {
max-height: 600px;
overflow: auto;
display: block;
.search-result-item a {
}
+14
View File
@@ -154,3 +154,17 @@
.annotation-tags {
color: @purple;
}
.graph-series-override {
input {
float: left;
margin-right: 10px;
}
.graph-series-override-option {
float: left;
padding: 2px 6px;
}
.graph-series-override-selector {
float: left;
}
}