Graph: legend css tweaks

This commit is contained in:
Torkel Ödegaard
2014-11-11 07:51:52 +01:00
parent a301c96c9d
commit 381b9ee7ee
2 changed files with 13 additions and 9 deletions
+7 -3
View File
@@ -18,12 +18,12 @@
top: 1px;
}
.graph-legend-series,
.graph-legend-icon,
.graph-legend-alias,
.graph-legend-value {
float: left;
white-space: nowrap;
font-size: 85%;
text-align: left;
&.current:before {
content: "Current: "
@@ -43,6 +43,8 @@
}
.graph-legend-series {
float: left;
white-space: nowrap;
padding-left: 10px;
padding-top: 6px;
}
@@ -110,7 +112,8 @@
text-align: right;
padding: 5px 10px;
font-weight: bold;
color: @blue
color: @blue;
font-size: 85%;
}
}
@@ -131,7 +134,8 @@
display: table-cell;
vertical-align: top;
position: relative;
left: -4px;
left: 4px;
top: -20px;
}
.graph-legend {