Explorar el Código

small css tweak to legend and padding between edit tabs

Torkel Ödegaard hace 11 años
padre
commit
68e520fa2d
Se han modificado 2 ficheros con 3 adiciones y 2 borrados
  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 {