[Frontend] Fixed plot display

open #199
open #293
Added .abs to plot.html to allow plot
to layout properly when viewed in
main view area;
Removed .test class from time-controller;
This commit is contained in:
Charles Hacskaylo
2015-11-12 08:57:02 -08:00
parent 5b325a9698
commit 1058648e76
5 changed files with 76 additions and 73 deletions

View File

@@ -19,7 +19,7 @@ mct-include.l-time-controller {
$r3H: nth($ueTimeControlH,3);
//@include absPosDefault();
@include test();
//@include test();
display: block;
//top: auto;
height: $r1H + $r2H + $r3H + ($interiorMargin * 2);

View File

@@ -238,11 +238,7 @@
border-width: 2px;
border-style: dotted;
.l-object-wrapper-inner {
$m: 3px;
top: $m;
right: $m;
bottom: $m;
left: $m;
@include absPosDefault(3px, hidden);
}
}
}