[Frontend] Moved browse mode splitter settings to CSS file

WTD-1404
WTD-1399
This commit is contained in:
Charles Hacskaylo
2015-06-30 10:37:19 -07:00
parent af2ca49b23
commit abef44f37d
5 changed files with 61 additions and 56 deletions

View File

@@ -199,6 +199,8 @@
.pane {
position: absolute;
&.treeview {
min-width: 150px;
max-width: 50%;
.create-btn-holder {
bottom: auto; top: 0;
height: $ueTopBarH;
@@ -210,6 +212,7 @@
.tree-holder {
overflow: auto;
top: $ueTopBarH + $interiorMarginLg;
padding-right: $interiorMargin;
}
}
&.items {
@@ -257,7 +260,7 @@
&:first-child {
margin-left: 0;
.holder {
right: $interiorMargin;
right: $interiorMarginSm;
}
}
}