small css tweak to legend and padding between edit tabs

This commit is contained in:
Torkel Ödegaard 2014-08-12 19:59:20 +02:00
parent c48df8522a
commit 68e520fa2d
2 changed files with 3 additions and 2 deletions

View File

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

View File

@ -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 {