[Frontend] Expand/collapse styling

open #90
Modding mini-tab look, just started;
This commit is contained in:
Charles Hacskaylo
2015-10-23 15:36:52 -07:00
parent efd209826d
commit 17b3378655
5 changed files with 491 additions and 168 deletions

View File

@@ -214,6 +214,7 @@
&.t-inspect.right {
min-width: 100px;
max-width: 800px;
padding-left: 15px; // Allow room for mini-tab element
width: $ueBrowseRightPaneInspectW;
}
}
@@ -233,6 +234,7 @@
}
.pane {
@include box-sizing(border-box);
position: absolute;
.pane-header {