Minor css changes to graph panel & full edito mode
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user