[Frontend] Edit mode refactored to use new mct-split-pane

WTD-1404
WTD-1399
This commit is contained in:
Charles Hacskaylo
2015-06-30 13:23:56 -07:00
parent c24a459f66
commit 9d25e3081f
9 changed files with 163 additions and 154 deletions

View File

@@ -196,11 +196,31 @@
}
}
.browse-mode {
.split-layout {
.pane.left {
min-width: 150px;
max-width: 50%;
}
}
}
.edit-mode {
.split-layout {
.pane.right {
min-width: 150px;
max-width: 50%;
.pane.bottom {
min-height: 50px;
max-height: 80%;
}
}
}
}
.pane {
position: absolute;
&.treeview {
min-width: 150px;
max-width: 50%;
&.treeview.left {
.create-btn-holder {
bottom: auto; top: 0;
height: $ueTopBarH;
@@ -226,13 +246,6 @@
top: $ueTopBarH + $interiorMarginLg;
}
}
&.edit-main {
.object-holder {
top: 0;
}
}
&.edit-objects {
}
.object-holder {
overflow: auto;
}