[Frontend] Misc CSS and markup updates, converting to flex

open #199
IN-PROGRESS
IMPORTANT: plots are not laying out correctly,
need to figure out why
This commit is contained in:
Charles Hacskaylo
2015-11-10 18:33:58 -08:00
parent 08ecf00916
commit 6d2fe9d7eb
6 changed files with 173 additions and 214 deletions

View File

@@ -225,10 +225,10 @@
.l-object-wrapper {
@extend .abs;
top: $ueTopBarH + $interiorMarginLg;
//top: $ueTopBarH + $interiorMarginLg;
.object-holder-main {
position: relative;
@extend .abs;
}
&.active {
@@ -248,8 +248,6 @@
}
.l-object-wrapper-inner {
@extend .abs;
@include display-flex(column nowrap);
@include trans-prop-nice-resize(0.25s);
}
@@ -286,7 +284,8 @@
/***************************************************** OBJECT BROWSE BAR */
.object-browse-bar {
@include absPosDefault(0, visible); // Must use visible to avoid hiding view switcher menu
// Converting to use flexbox layout
//@include absPosDefault(0, visible); // Must use visible to avoid hiding view switcher menu
@include box-sizing(border-box);
height: $ueTopBarH;
line-height: $ueTopBarH;