[Frontend] Allow Inspector to utilize split pane during editing

open #279
IN-PROGRESS
Split pane markup added to object-inspector.html;
Tweaks to layout CSS;
This commit is contained in:
Charles Hacskaylo
2015-11-10 14:40:14 -08:00
parent 62e7adc0b0
commit d712a79ba4
6 changed files with 439 additions and 7403 deletions

View File

@@ -309,12 +309,17 @@
top: $bodyMargin;
bottom: $bodyMargin;
}
.holder-inspector-elements {
.holder-inspector {
top: $bodyMargin;
bottom: $bodyMargin;
left: $bodyMargin;
right: $bodyMargin;
}
.holder-elements {
top: 0;
bottom: $bodyMargin;
left: $bodyMargin;
right: $bodyMargin;
}
}
}