[Treeview] Rename layout to pane

To better reflect what the file is modifying
This commit is contained in:
slhale 2015-08-20 12:05:48 -07:00
parent 83c86c748c
commit 570e0f31b2
3 changed files with 15 additions and 15 deletions

View File

@ -5126,31 +5126,31 @@ input[type="text"] {
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/* line 30, ../sass/tree/_layout.scss */ /* line 30, ../sass/tree/_pane.scss */
.pane.left.inactive { .pane.left.inactive {
width: 0 !important; width: 0 !important;
min-width: 0 !important; } min-width: 0 !important; }
/* line 39, ../sass/tree/_layout.scss */ /* line 39, ../sass/tree/_pane.scss */
.splitter-bar.left { .splitter-bar.left {
opacity: 1; opacity: 1;
transition: opacity 0.35s, visibility 0.35s; transition: opacity 0.35s, visibility 0.35s;
top: 0; } top: 0; }
/* line 46, ../sass/tree/_layout.scss */ /* line 46, ../sass/tree/_pane.scss */
.splitter-bar.left.inactive { .splitter-bar.left.inactive {
visibility: hidden; visibility: hidden;
opacity: 0; opacity: 0;
transition: opacity 0s, visibility 0s; } transition: opacity 0s, visibility 0s; }
/* line 52, ../sass/tree/_layout.scss */ /* line 52, ../sass/tree/_pane.scss */
.splitter-bar.left.inactive:before { .splitter-bar.left.inactive:before {
border-width: 0; } border-width: 0; }
/* line 59, ../sass/tree/_layout.scss */ /* line 59, ../sass/tree/_pane.scss */
.create-btn.major { .create-btn.major {
top: 0; top: 0;
left: 0; left: 0;
transition: all 0.35s; } transition: all 0.35s; }
/* line 64, ../sass/tree/_layout.scss */ /* line 64, ../sass/tree/_pane.scss */
.create-btn.major.inactivePane { .create-btn.major.inactivePane {
top: 0; top: 0;
left: 0; left: 0;
@ -5163,22 +5163,22 @@ input[type="text"] {
line-height: 14px; line-height: 14px;
left: -11px; left: -11px;
top: 20px; } top: 20px; }
/* line 82, ../sass/tree/_layout.scss */ /* line 82, ../sass/tree/_pane.scss */
.create-btn.major.inactivePane span { .create-btn.major.inactivePane span {
display: none; } display: none; }
/* line 89, ../sass/tree/_layout.scss */ /* line 89, ../sass/tree/_pane.scss */
.items.pane { .items.pane {
transition: left 0.35s; transition: left 0.35s;
transition-timing-function: ease-out; } transition-timing-function: ease-out; }
/* line 93, ../sass/tree/_layout.scss */ /* line 93, ../sass/tree/_pane.scss */
.items.pane.leftInactive { .items.pane.leftInactive {
left: 0 !important; } left: 0 !important; }
/* line 99, ../sass/tree/_layout.scss */ /* line 99, ../sass/tree/_pane.scss */
.object-browse-bar { .object-browse-bar {
position: relative; } position: relative; }
/* line 102, ../sass/tree/_layout.scss */ /* line 102, ../sass/tree/_pane.scss */
.object-browse-bar .left-pane-tabs { .object-browse-bar .left-pane-tabs {
position: relative; position: relative;
cursor: pointer; cursor: pointer;
@ -5193,9 +5193,9 @@ input[type="text"] {
background-color: lightgrey; background-color: lightgrey;
border: 1px solid grey; border: 1px solid grey;
border-left-width: 0; } border-left-width: 0; }
/* line 121, ../sass/tree/_layout.scss */ /* line 121, ../sass/tree/_pane.scss */
.object-browse-bar .left-pane-tabs.inactivePane { .object-browse-bar .left-pane-tabs.inactivePane {
left: -16px; } left: -16px; }
/* line 126, ../sass/tree/_layout.scss */ /* line 126, ../sass/tree/_pane.scss */
.object-browse-bar .items-select { .object-browse-bar .items-select {
margin-left: 10px; } margin-left: 10px; }

View File

@ -72,4 +72,4 @@
@import "initialization"; @import "initialization";
@import "hide-non-functional"; @import "hide-non-functional";
@import "views"; @import "views";
@import "tree/layout"; @import "tree/pane";