mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
small css tweak to legend and padding between edit tabs
This commit is contained in:
parent
c48df8522a
commit
68e520fa2d
@ -155,7 +155,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.panel-full-edit-tabs {
|
.panel-full-edit-tabs {
|
||||||
margin-top: 10px;
|
margin-top: 30px;
|
||||||
min-height: 250px;
|
min-height: 250px;
|
||||||
margin-left: -10px;
|
margin-left: -10px;
|
||||||
margin-right: -10px;
|
margin-right: -10px;
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
.graph-legend {
|
.graph-legend {
|
||||||
margin: 0 20px;
|
margin: 0 20px;
|
||||||
text-align: left;
|
text-align: center;
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 2px;
|
top: 2px;
|
||||||
|
|
||||||
@ -44,6 +44,7 @@
|
|||||||
|
|
||||||
.graph-legend-series {
|
.graph-legend-series {
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
|
padding-top: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.graph-legend-value {
|
.graph-legend-value {
|
||||||
|
Loading…
Reference in New Issue
Block a user