[Frontend] Significant mods to main layout strategy

open #90
IN-PROGRESS
To support desired edge-to-edge styling of Inspector pane;
Removed superflous .scss file;
Enhancements to splitter .scss to allow flush edging and
edge shadows;
This commit is contained in:
Charles Hacskaylo
2015-10-29 17:31:35 -07:00
parent ddebbf119f
commit 1dbd721b14
11 changed files with 583 additions and 526 deletions

View File

@@ -173,7 +173,7 @@ $pad: $interiorMargin * $baseRatio;
// |<
text-align: right;
&:before {
content:'\e613'; // Collapse left icon
content:'\3c'; // Collapse left icon e613
right: $iconInnerLR;
}
//&:hover:before { right: $arwAnimOffsetX; }
@@ -191,7 +191,7 @@ $pad: $interiorMargin * $baseRatio;
// >|
text-align: left;
&:before {
content:'\e614'; // Collapse right icon
content:'\3e'; // Collapse right icon e614
left: $iconInnerLR;
}
//&:hover:before { left: $arwAnimOffsetX; }