[Frontend] Allow Inspector to utilize split pane during editing

open #279
IN-PROGRESS
Split pane markup added to object-inspector.html;
Tweaks to layout CSS;
This commit is contained in:
Charles Hacskaylo
2015-11-10 14:40:14 -08:00
parent 62e7adc0b0
commit d712a79ba4
6 changed files with 439 additions and 7403 deletions

View File

@@ -43,6 +43,16 @@
vertical-align: bottom;
}
}
.split-layout {
.split-pane-component.pane {
&.bottom {
height: 30%;
min-height: 20%;
max-height: 80%;
}
}
}
ul {
@include box-sizing(border-box);
@@ -109,4 +119,10 @@
width: 4px;
}
}
}
.holder-elements {
.current-elements {
position: relative;
}
}
}