mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
minor css tweaks
This commit is contained in:
parent
7fef460fa2
commit
0fe83d5198
@ -6,13 +6,14 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.panel-margin {
|
.panel-margin {
|
||||||
margin: 5px;
|
margin: 4px;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.panel-container {
|
.panel-container {
|
||||||
background: @grafanaPanelBackground;
|
background: @grafanaPanelBackground;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
border: 1px solid @grayDark;
|
||||||
&:hover {
|
&:hover {
|
||||||
.panel-actions {
|
.panel-actions {
|
||||||
display: block;
|
display: block;
|
||||||
|
@ -1,20 +1,3 @@
|
|||||||
// body {
|
|
||||||
// position: absolute;
|
|
||||||
// overflow: hidden;
|
|
||||||
// width: 100%;
|
|
||||||
// height: 100%;
|
|
||||||
// }
|
|
||||||
|
|
||||||
// .sidemenu-canvas {
|
|
||||||
// width: 100%;
|
|
||||||
// height: 100%;
|
|
||||||
// position: relative;
|
|
||||||
// -webkit-transform: translateX(0);
|
|
||||||
// transform: translateX(0);
|
|
||||||
// -webkit-transition: .3s ease all;
|
|
||||||
// transition: .3s ease all;
|
|
||||||
// }
|
|
||||||
|
|
||||||
.sidemenu-wrapper {
|
.sidemenu-wrapper {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
display: none;
|
display: none;
|
||||||
@ -39,14 +22,8 @@
|
|||||||
padding-left: 200px;
|
padding-left: 200px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidemenu-canvas {
|
.panel-fullscreen {
|
||||||
//-webkit-transform: translateX(200px);
|
left: 200px;
|
||||||
//transform: translateX(200px);
|
|
||||||
}
|
|
||||||
|
|
||||||
.dashboard-notice {
|
|
||||||
margin-left: 200px;
|
|
||||||
width: auto;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user