mirror of
https://github.com/nasa/openmct.git
synced 2024-12-20 05:37:53 +00:00
[Frontend] Fixes to scrolling and layout in Inspector
open #638 In progress;
This commit is contained in:
parent
e3a0cae5fd
commit
115ffe7963
@ -20,8 +20,7 @@
|
||||
at runtime from the About dialog for additional information.
|
||||
-->
|
||||
<div ng-controller="ObjectInspectorController as controller">
|
||||
<div class="pane-header flex-elem">Inspection</div>
|
||||
<ul class="flex-elem grows vscroll">
|
||||
<ul class="flex-elem grows l-inspector-part">
|
||||
<li>
|
||||
<em>Properties</em>
|
||||
<div class="inspector-properties"
|
||||
|
@ -57,7 +57,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
ul {
|
||||
.l-inspector-part {
|
||||
@include box-sizing(border-box);
|
||||
padding-right: $interiorMargin;
|
||||
}
|
||||
|
@ -22,12 +22,14 @@
|
||||
<span class="l-inspect">
|
||||
<div ng-controller="PaneController as modelPaneEdit">
|
||||
<mct-split-pane class='abs contents split-layout' anchor='bottom'>
|
||||
<div class="split-pane-component pane top" style="overflow-y:auto;">
|
||||
<div class="split-pane-component pane top">
|
||||
<div class="abs holder holder-inspector l-flex-col">
|
||||
<div class="pane-header flex-elem">Inspection</div>
|
||||
<mct-representation
|
||||
key="'inspector-region'"
|
||||
mct-object="domainObject"
|
||||
ng-model="ngModel">
|
||||
ng-model="ngModel"
|
||||
class="flex-elem grows vscroll l-flex-col">
|
||||
</mct-representation>
|
||||
</div><!--/ holder-inspector -->
|
||||
</div><!--/ split-pane-component -->
|
||||
|
@ -1486,7 +1486,7 @@ tr[class*="s-limit"].s-limit-lwr td:first-child:before {
|
||||
min-height: 20%;
|
||||
max-height: 80%; }
|
||||
/* line 60, ../../../../general/res/sass/_inspector.scss */
|
||||
.l-inspect ul {
|
||||
.l-inspect .l-inspector-part {
|
||||
-moz-box-sizing: border-box;
|
||||
-webkit-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
|
@ -1467,7 +1467,7 @@ tr[class*="s-limit"].s-limit-lwr td:first-child:before {
|
||||
min-height: 20%;
|
||||
max-height: 80%; }
|
||||
/* line 60, ../../../../general/res/sass/_inspector.scss */
|
||||
.l-inspect ul {
|
||||
.l-inspect .l-inspector-part {
|
||||
-moz-box-sizing: border-box;
|
||||
-webkit-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
|
@ -1,4 +1,4 @@
|
||||
<style>
|
||||
<!--<style>
|
||||
.l-inspect .inspector-plot-options .plot-options-form .label {
|
||||
text-transform: none;
|
||||
}
|
||||
@ -19,9 +19,9 @@
|
||||
.l-inspect .inspector-plot-options .plot-options-form .form .form-row.first {
|
||||
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
|
||||
}
|
||||
</style>-->
|
||||
|
||||
</style>
|
||||
<div ng-controller="PlotOptionsController" class="inspector-plot-options">
|
||||
<div ng-controller="PlotOptionsController" class="flex-elem grows l-inspector-part">
|
||||
<em>Display</em>
|
||||
<ul class="first flex-elem grows vscroll">
|
||||
<ul class="tree">
|
||||
|
Loading…
Reference in New Issue
Block a user