Small fixes to dasheditor and firefox fixes for search

This commit is contained in:
Torkel Ödegaard
2014-08-27 09:01:50 +02:00
parent 6502cff8fe
commit 7d6e04ac77
5 changed files with 40 additions and 16 deletions
+9 -4
View File
@@ -32,10 +32,6 @@
}
}
body {
overflow-y: hidden;
}
// Search
.grafana-search-panel {
.search-field-wrapper {
@@ -518,6 +514,7 @@ select.grafana-target-segment-input {
.dashboard-edit-view {
padding: 20px;
background-color: @grafanaPanelBackground;
position: relative;
}
.dashboard-editor-body {
@@ -554,3 +551,11 @@ select.grafana-target-segment-input {
}
}
.grafana-version-info {
position: absolute;
bottom: 2px;
left: 3px;
font-size: 80%;
color: darken(@gray, 25%);
a { color: darken(@gray, 25%); }
}