Sfoglia il codice sorgente

small css tweak to legend and padding between edit tabs

Torkel Ödegaard 11 anni fa
parent
commit
68e520fa2d
2 ha cambiato i file con 3 aggiunte e 2 eliminazioni
  1. 1 1
      src/css/less/grafana.less
  2. 2 1
      src/css/less/graph.less

+ 1 - 1
src/css/less/grafana.less

@@ -155,7 +155,7 @@
 }
 
 .panel-full-edit-tabs {
-  margin-top: 10px;
+  margin-top: 30px;
   min-height: 250px;
   margin-left: -10px;
   margin-right: -10px;

+ 2 - 1
src/css/less/graph.less

@@ -4,7 +4,7 @@
 
 .graph-legend {
   margin: 0 20px;
-  text-align: left;
+  text-align: center;
   position: relative;
   top: 2px;
 
@@ -44,6 +44,7 @@
 
 .graph-legend-series {
   padding-left: 10px;
+  padding-top: 2px;
 }
 
 .graph-legend-value {