Minor css changes to graph panel & full edito mode

This commit is contained in:
Torkel Ödegaard
2015-02-01 19:59:53 +01:00
parent 56aa8ae6e0
commit cefdd86634
4 changed files with 12 additions and 15 deletions
+4
View File
@@ -5,6 +5,10 @@
border: 1px solid @grafanaTargetFuncBackground;
}
.gf-box-full-edit {
margin: 30px 0 0 0;
}
.gf-box-header-close-btn {
float: right;
padding: 0;
+6 -4
View File
@@ -88,11 +88,11 @@
position: fixed;
left: 0px;
right: 0px;
top: 51px;
top: 55px;
height: 100%;
padding: 0 10px;
padding: 0;
background: @grafanaPanelBackground;
overflow-y: scroll;
overflow-y: auto;
height: 100%;
.panel-content {
@@ -102,10 +102,12 @@
.dropdown-menu {
margin-bottom: 70px;
}
.panel-menu {
top: 0px;
}
.panel-title-container {
padding: 8px;
}
}
.panel-menu {