[Frontend] Edit mode refactored to use new mct-split-pane
WTD-1404 WTD-1399
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user