[Frontend] Mobile and margin tweaks

open #90
Margin off of right scrollbar added for treeview
in desktop only;
Repositioned nav to parent arrow button in
object-browse-bar;
This commit is contained in:
Charles Hacskaylo
2015-10-30 17:22:41 -07:00
parent c913f173e3
commit fe8d9f6717
4 changed files with 117 additions and 149 deletions

View File

@@ -42,19 +42,9 @@
}
}
/* .user-environ .browse-area,
.user-environ .edit-area,
.user-environ .editor {
top: 0; left: 0; right: 0; bottom: $ueFooterH;
}
.holder.holder-object-and-inspector,
.holder.holder-create-and-search {
top: $bodyMargin !important;
right: $bodyMargin !important;
bottom: $bodyMargin !important;
left: $bodyMargin !important;
}*/
}
// When the tree is hidden, these are the
@@ -111,7 +101,7 @@
.object-browse-bar {
//@include test();
left: 30px !important;
left: 45px !important;
.context-available {
opacity: 1 !important;
}

View File

@@ -316,11 +316,6 @@
right: $interiorMargin;
}
}
/* &.toggle-search.anchor-left {
&:before {
content:"M"
}
}*/
}
}
@@ -510,6 +505,9 @@
}
@include desktop {
.pane.treeview.left .tree-holder {
padding-right: $interiorMargin;
}
.pane-tree-hidden {
.pane.right.primary-pane { left: $ueCollapsedPaneEdgeM !important; }
}