Merge branch 'master' into valuepanel

This commit is contained in:
Torkel Ödegaard
2014-10-19 12:34:01 -04:00
8 changed files with 78 additions and 5 deletions
+7
View File
@@ -136,6 +136,7 @@
.main-view-container {
height: 0;
overflow: hidden;
padding: 0;
}
}
@@ -552,3 +553,9 @@ select.grafana-target-segment-input {
.grafana-tip {
padding-left: 5px;
}
.shortcut-table {
td { padding: 3px; }
th:last-child { text-align: left; }
td:first-child { text-align: right; }
}