[Frontend] Inspector styling, in progress

open #90
Significant styling in object-inspector.html;
This commit is contained in:
Charles Hacskaylo
2015-10-23 15:14:07 -07:00
parent a7ea4c3c6e
commit efd209826d
12 changed files with 6689 additions and 206 deletions

View File

@@ -212,7 +212,7 @@
width: $ueBrowseLeftPaneTreeW;
}
&.t-inspect.right {
min-width: 150px;
min-width: 100px;
max-width: 800px;
width: $ueBrowseRightPaneInspectW;
}
@@ -234,6 +234,14 @@
.pane {
position: absolute;
.pane-header {
text-transform: uppercase;
height: $ueTopBarH;
line-height: $ueTopBarH;
margin-bottom: $interiorMargin;
}
&.treeview.left {
.create-btn-holder {
bottom: auto;
@@ -381,7 +389,6 @@
}
}
// MOVED from mobile/_layout.scss
// When the tree is hidden, these are the
// classes used for the left menu and the
// right representation.