[Styles] Merge in style updates

Merge in style updates and split pane updates related
to timeline view into open-source-friendly branch,
WTD-901
This commit is contained in:
Victor Woeltjen
2015-02-25 11:25:20 -08:00
parent a3685d0c6b
commit f523022a2a
20 changed files with 304 additions and 122 deletions

View File

@@ -62,14 +62,16 @@ $plotDisplayArea: ($legendH + $interiorMargin, 0, $xBarH + $interiorMargin, $yBa
border: 1px solid $colorInteriorBorder;
}
.gl-plot-label {
.gl-plot-label,
.l-plot-label {
// @include test(yellow);
color: lighten($colorBodyFg, 20%);
position: absolute;
text-align: center;
// text-transform: uppercase;
&.gl-plot-x-label {
&.gl-plot-x-label,
&.l-plot-x-label {
top: auto;
right: 0;
bottom: 0;
@@ -77,7 +79,8 @@ $plotDisplayArea: ($legendH + $interiorMargin, 0, $xBarH + $interiorMargin, $yBa
height: auto;
}
&.gl-plot-y-label {
&.gl-plot-y-label,
&.l-plot-y-label {
$x: -50%;
$r: -90deg;
@include transform-origin(50%, 0);