mirror of
https://github.com/nasa/openmct.git
synced 2025-05-11 13:03:03 +00:00
[Frontend] Fixed plot display
open #199 open #293 Added .abs to plot.html to allow plot to layout properly when viewed in main view area; Removed .test class from time-controller;
This commit is contained in:
parent
5b325a9698
commit
1058648e76
@ -19,7 +19,7 @@ mct-include.l-time-controller {
|
|||||||
$r3H: nth($ueTimeControlH,3);
|
$r3H: nth($ueTimeControlH,3);
|
||||||
|
|
||||||
//@include absPosDefault();
|
//@include absPosDefault();
|
||||||
@include test();
|
//@include test();
|
||||||
display: block;
|
display: block;
|
||||||
//top: auto;
|
//top: auto;
|
||||||
height: $r1H + $r2H + $r3H + ($interiorMargin * 2);
|
height: $r1H + $r2H + $r3H + ($interiorMargin * 2);
|
||||||
|
@ -238,11 +238,7 @@
|
|||||||
border-width: 2px;
|
border-width: 2px;
|
||||||
border-style: dotted;
|
border-style: dotted;
|
||||||
.l-object-wrapper-inner {
|
.l-object-wrapper-inner {
|
||||||
$m: 3px;
|
@include absPosDefault(3px, hidden);
|
||||||
top: $m;
|
|
||||||
right: $m;
|
|
||||||
bottom: $m;
|
|
||||||
left: $m;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
* 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 5, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
|
/* line 5, ../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
|
||||||
html, body, div, span, applet, object, iframe,
|
html, body, div, span, applet, object, iframe,
|
||||||
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
|
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
|
||||||
a, abbr, acronym, address, big, cite, code,
|
a, abbr, acronym, address, big, cite, code,
|
||||||
@ -41,38 +41,38 @@ time, mark, audio, video {
|
|||||||
font-size: 100%;
|
font-size: 100%;
|
||||||
vertical-align: baseline; }
|
vertical-align: baseline; }
|
||||||
|
|
||||||
/* line 22, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
|
/* line 22, ../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
|
||||||
html {
|
html {
|
||||||
line-height: 1; }
|
line-height: 1; }
|
||||||
|
|
||||||
/* line 24, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
|
/* line 24, ../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
|
||||||
ol, ul {
|
ol, ul {
|
||||||
list-style: none; }
|
list-style: none; }
|
||||||
|
|
||||||
/* line 26, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
|
/* line 26, ../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
|
||||||
table {
|
table {
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
border-spacing: 0; }
|
border-spacing: 0; }
|
||||||
|
|
||||||
/* line 28, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
|
/* line 28, ../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
|
||||||
caption, th, td {
|
caption, th, td {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
vertical-align: middle; }
|
vertical-align: middle; }
|
||||||
|
|
||||||
/* line 30, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
|
/* line 30, ../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
|
||||||
q, blockquote {
|
q, blockquote {
|
||||||
quotes: none; }
|
quotes: none; }
|
||||||
/* line 103, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
|
/* line 103, ../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
|
||||||
q:before, q:after, blockquote:before, blockquote:after {
|
q:before, q:after, blockquote:before, blockquote:after {
|
||||||
content: "";
|
content: "";
|
||||||
content: none; }
|
content: none; }
|
||||||
|
|
||||||
/* line 32, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
|
/* line 32, ../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
|
||||||
a img {
|
a img {
|
||||||
border: none; }
|
border: none; }
|
||||||
|
|
||||||
/* line 116, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
|
/* line 116, ../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
|
||||||
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
|
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
|
||||||
display: block; }
|
display: block; }
|
||||||
|
|
||||||
@ -3462,7 +3462,6 @@ label.checkbox.custom {
|
|||||||
|
|
||||||
/* line 9, ../../../../general/res/sass/controls/_time-controller.scss */
|
/* line 9, ../../../../general/res/sass/controls/_time-controller.scss */
|
||||||
mct-include.l-time-controller {
|
mct-include.l-time-controller {
|
||||||
background-color: rgba(255, 204, 0, 0.2) !important;
|
|
||||||
display: block;
|
display: block;
|
||||||
height: 83px;
|
height: 83px;
|
||||||
min-width: 500px;
|
min-width: 500px;
|
||||||
@ -4645,12 +4644,16 @@ span.req {
|
|||||||
border-color: #0099cc; } }
|
border-color: #0099cc; } }
|
||||||
/* line 240, ../../../../general/res/sass/user-environ/_layout.scss */
|
/* line 240, ../../../../general/res/sass/user-environ/_layout.scss */
|
||||||
.l-object-wrapper.active .l-object-wrapper-inner {
|
.l-object-wrapper.active .l-object-wrapper-inner {
|
||||||
|
overflow: hidden;
|
||||||
|
position: absolute;
|
||||||
top: 3px;
|
top: 3px;
|
||||||
right: 3px;
|
right: 3px;
|
||||||
bottom: 3px;
|
bottom: 3px;
|
||||||
left: 3px; }
|
left: 3px;
|
||||||
|
width: auto;
|
||||||
|
height: auto; }
|
||||||
|
|
||||||
/* line 250, ../../../../general/res/sass/user-environ/_layout.scss */
|
/* line 246, ../../../../general/res/sass/user-environ/_layout.scss */
|
||||||
.l-object-wrapper-inner {
|
.l-object-wrapper-inner {
|
||||||
-moz-transition-property: height, width, top, right, bottom, left, opacity;
|
-moz-transition-property: height, width, top, right, bottom, left, opacity;
|
||||||
-o-transition-property: height, width, top, right, bottom, left, opacity;
|
-o-transition-property: height, width, top, right, bottom, left, opacity;
|
||||||
@ -4665,7 +4668,7 @@ span.req {
|
|||||||
-webkit-transition-timing-function: ease-in-out;
|
-webkit-transition-timing-function: ease-in-out;
|
||||||
transition-timing-function: ease-in-out; }
|
transition-timing-function: ease-in-out; }
|
||||||
|
|
||||||
/* line 254, ../../../../general/res/sass/user-environ/_layout.scss */
|
/* line 250, ../../../../general/res/sass/user-environ/_layout.scss */
|
||||||
.l-edit-controls {
|
.l-edit-controls {
|
||||||
-moz-transition-property: height, width, top, right, bottom, left, opacity;
|
-moz-transition-property: height, width, top, right, bottom, left, opacity;
|
||||||
-o-transition-property: height, width, top, right, bottom, left, opacity;
|
-o-transition-property: height, width, top, right, bottom, left, opacity;
|
||||||
@ -4682,14 +4685,14 @@ span.req {
|
|||||||
height: 0;
|
height: 0;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
overflow: hidden; }
|
overflow: hidden; }
|
||||||
/* line 259, ../../../../general/res/sass/user-environ/_layout.scss */
|
/* line 255, ../../../../general/res/sass/user-environ/_layout.scss */
|
||||||
.l-edit-controls.active {
|
.l-edit-controls.active {
|
||||||
border-bottom: 1px solid rgba(153, 153, 153, 0.1);
|
border-bottom: 1px solid rgba(153, 153, 153, 0.1);
|
||||||
height: 30px;
|
height: 30px;
|
||||||
line-height: 25px;
|
line-height: 25px;
|
||||||
opacity: 1; }
|
opacity: 1; }
|
||||||
|
|
||||||
/* line 267, ../../../../general/res/sass/user-environ/_layout.scss */
|
/* line 263, ../../../../general/res/sass/user-environ/_layout.scss */
|
||||||
.object-browse-bar .s-btn, .object-browse-bar .s-menu-btn,
|
.object-browse-bar .s-btn, .object-browse-bar .s-menu-btn,
|
||||||
.top-bar .buttons-main .s-btn,
|
.top-bar .buttons-main .s-btn,
|
||||||
.top-bar .buttons-main .s-menu-btn,
|
.top-bar .buttons-main .s-menu-btn,
|
||||||
@ -4701,13 +4704,13 @@ span.req {
|
|||||||
line-height: 25px;
|
line-height: 25px;
|
||||||
vertical-align: top; }
|
vertical-align: top; }
|
||||||
|
|
||||||
/* line 280, ../../../../general/res/sass/user-environ/_layout.scss */
|
/* line 276, ../../../../general/res/sass/user-environ/_layout.scss */
|
||||||
.object-browse-bar .view-switcher,
|
.object-browse-bar .view-switcher,
|
||||||
.top-bar .view-switcher {
|
.top-bar .view-switcher {
|
||||||
margin-right: 20px; }
|
margin-right: 20px; }
|
||||||
|
|
||||||
/***************************************************** OBJECT BROWSE BAR */
|
/***************************************************** OBJECT BROWSE BAR */
|
||||||
/* line 286, ../../../../general/res/sass/user-environ/_layout.scss */
|
/* line 282, ../../../../general/res/sass/user-environ/_layout.scss */
|
||||||
.object-browse-bar {
|
.object-browse-bar {
|
||||||
-moz-box-sizing: border-box;
|
-moz-box-sizing: border-box;
|
||||||
-webkit-box-sizing: border-box;
|
-webkit-box-sizing: border-box;
|
||||||
@ -4715,20 +4718,20 @@ span.req {
|
|||||||
height: 24px;
|
height: 24px;
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
white-space: nowrap; }
|
white-space: nowrap; }
|
||||||
/* line 294, ../../../../general/res/sass/user-environ/_layout.scss */
|
/* line 290, ../../../../general/res/sass/user-environ/_layout.scss */
|
||||||
.object-browse-bar .left {
|
.object-browse-bar .left {
|
||||||
padding-right: 10px; }
|
padding-right: 10px; }
|
||||||
/* line 296, ../../../../general/res/sass/user-environ/_layout.scss */
|
/* line 292, ../../../../general/res/sass/user-environ/_layout.scss */
|
||||||
.object-browse-bar .left .l-back {
|
.object-browse-bar .left .l-back {
|
||||||
margin-right: 10px; }
|
margin-right: 10px; }
|
||||||
|
|
||||||
/* line 307, ../../../../general/res/sass/user-environ/_layout.scss */
|
/* line 303, ../../../../general/res/sass/user-environ/_layout.scss */
|
||||||
.pane-tree-hidden .tree-holder,
|
.pane-tree-hidden .tree-holder,
|
||||||
.pane-tree-hidden .splitter-treeview,
|
.pane-tree-hidden .splitter-treeview,
|
||||||
.pane-tree-hidden .holder-treeview-elements {
|
.pane-tree-hidden .holder-treeview-elements {
|
||||||
opacity: 0; }
|
opacity: 0; }
|
||||||
|
|
||||||
/* line 316, ../../../../general/res/sass/user-environ/_layout.scss */
|
/* line 312, ../../../../general/res/sass/user-environ/_layout.scss */
|
||||||
.pane-tree-showing .tree-holder,
|
.pane-tree-showing .tree-holder,
|
||||||
.pane-tree-showing .splitter-treeview {
|
.pane-tree-showing .splitter-treeview {
|
||||||
-moz-transition-property: opacity;
|
-moz-transition-property: opacity;
|
||||||
@ -4748,7 +4751,7 @@ span.req {
|
|||||||
-webkit-transition-delay: 250ms;
|
-webkit-transition-delay: 250ms;
|
||||||
transition-delay: 250ms;
|
transition-delay: 250ms;
|
||||||
opacity: 1; }
|
opacity: 1; }
|
||||||
/* line 322, ../../../../general/res/sass/user-environ/_layout.scss */
|
/* line 318, ../../../../general/res/sass/user-environ/_layout.scss */
|
||||||
.pane-tree-showing .holder-treeview-elements {
|
.pane-tree-showing .holder-treeview-elements {
|
||||||
-moz-transition-property: opacity;
|
-moz-transition-property: opacity;
|
||||||
-o-transition-property: opacity;
|
-o-transition-property: opacity;
|
||||||
@ -4767,7 +4770,7 @@ span.req {
|
|||||||
-webkit-transition-delay: 200ms;
|
-webkit-transition-delay: 200ms;
|
||||||
transition-delay: 200ms; }
|
transition-delay: 200ms; }
|
||||||
|
|
||||||
/* line 329, ../../../../general/res/sass/user-environ/_layout.scss */
|
/* line 325, ../../../../general/res/sass/user-environ/_layout.scss */
|
||||||
.pane-inspect-showing .l-object-and-inspector .l-inspect,
|
.pane-inspect-showing .l-object-and-inspector .l-inspect,
|
||||||
.pane-inspect-showing .l-object-and-inspector .splitter-inspect {
|
.pane-inspect-showing .l-object-and-inspector .splitter-inspect {
|
||||||
-moz-transition-property: opacity;
|
-moz-transition-property: opacity;
|
||||||
@ -4788,44 +4791,44 @@ span.req {
|
|||||||
transition-delay: 250ms;
|
transition-delay: 250ms;
|
||||||
opacity: 1; }
|
opacity: 1; }
|
||||||
|
|
||||||
/* line 339, ../../../../general/res/sass/user-environ/_layout.scss */
|
/* line 335, ../../../../general/res/sass/user-environ/_layout.scss */
|
||||||
.pane-inspect-hidden .l-object-and-inspector .t-inspect {
|
.pane-inspect-hidden .l-object-and-inspector .t-inspect {
|
||||||
z-index: 1 !important; }
|
z-index: 1 !important; }
|
||||||
/* line 342, ../../../../general/res/sass/user-environ/_layout.scss */
|
/* line 338, ../../../../general/res/sass/user-environ/_layout.scss */
|
||||||
.pane-inspect-hidden .l-object-and-inspector .l-inspect,
|
.pane-inspect-hidden .l-object-and-inspector .l-inspect,
|
||||||
.pane-inspect-hidden .l-object-and-inspector .splitter-inspect {
|
.pane-inspect-hidden .l-object-and-inspector .splitter-inspect {
|
||||||
opacity: 0; }
|
opacity: 0; }
|
||||||
|
|
||||||
@media screen and (min-device-width: 800px) and (min-device-height: 1025px), screen and (min-device-width: 1025px) and (min-device-height: 800px) {
|
@media screen and (min-device-width: 800px) and (min-device-height: 1025px), screen and (min-device-width: 1025px) and (min-device-height: 800px) {
|
||||||
/* line 350, ../../../../general/res/sass/user-environ/_layout.scss */
|
/* line 346, ../../../../general/res/sass/user-environ/_layout.scss */
|
||||||
.holder-all {
|
.holder-all {
|
||||||
min-width: 600px; }
|
min-width: 600px; }
|
||||||
|
|
||||||
/* line 355, ../../../../general/res/sass/user-environ/_layout.scss */
|
/* line 351, ../../../../general/res/sass/user-environ/_layout.scss */
|
||||||
.split-layout .split-pane-component.pane.treeview.left {
|
.split-layout .split-pane-component.pane.treeview.left {
|
||||||
min-width: 150px;
|
min-width: 150px;
|
||||||
max-width: 35%;
|
max-width: 35%;
|
||||||
width: 25%; }
|
width: 25%; }
|
||||||
/* line 360, ../../../../general/res/sass/user-environ/_layout.scss */
|
/* line 356, ../../../../general/res/sass/user-environ/_layout.scss */
|
||||||
.split-layout .split-pane-component.pane.t-inspect.right {
|
.split-layout .split-pane-component.pane.t-inspect.right {
|
||||||
min-width: 200px;
|
min-width: 200px;
|
||||||
max-width: 35%;
|
max-width: 35%;
|
||||||
width: 20%;
|
width: 20%;
|
||||||
z-index: 3; }
|
z-index: 3; }
|
||||||
|
|
||||||
/* line 368, ../../../../general/res/sass/user-environ/_layout.scss */
|
/* line 364, ../../../../general/res/sass/user-environ/_layout.scss */
|
||||||
.pane.treeview.left .tree-holder {
|
.pane.treeview.left .tree-holder {
|
||||||
padding-right: 5px; }
|
padding-right: 5px; }
|
||||||
|
|
||||||
/* line 372, ../../../../general/res/sass/user-environ/_layout.scss */
|
/* line 368, ../../../../general/res/sass/user-environ/_layout.scss */
|
||||||
.pane-tree-hidden .pane.right.primary-pane {
|
.pane-tree-hidden .pane.right.primary-pane {
|
||||||
left: 22px !important; }
|
left: 22px !important; }
|
||||||
|
|
||||||
/* line 375, ../../../../general/res/sass/user-environ/_layout.scss */
|
/* line 371, ../../../../general/res/sass/user-environ/_layout.scss */
|
||||||
.pane-inspect-hidden .l-object-and-inspector .pane.left {
|
.pane-inspect-hidden .l-object-and-inspector .pane.left {
|
||||||
right: 22px !important; }
|
right: 22px !important; }
|
||||||
|
|
||||||
/* line 377, ../../../../general/res/sass/user-environ/_layout.scss */
|
/* line 373, ../../../../general/res/sass/user-environ/_layout.scss */
|
||||||
.pane:not(.resizing) {
|
.pane:not(.resizing) {
|
||||||
-moz-transition-property: width, left, right;
|
-moz-transition-property: width, left, right;
|
||||||
-o-transition-property: width, left, right;
|
-o-transition-property: width, left, right;
|
||||||
@ -4844,7 +4847,7 @@ span.req {
|
|||||||
-webkit-transition-delay: 0;
|
-webkit-transition-delay: 0;
|
||||||
transition-delay: 0; }
|
transition-delay: 0; }
|
||||||
|
|
||||||
/* line 380, ../../../../general/res/sass/user-environ/_layout.scss */
|
/* line 376, ../../../../general/res/sass/user-environ/_layout.scss */
|
||||||
.pane.primary-pane .object-browse-bar {
|
.pane.primary-pane .object-browse-bar {
|
||||||
min-width: 200px; } }
|
min-width: 200px; } }
|
||||||
/*****************************************************************************
|
/*****************************************************************************
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
* 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 5, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
|
/* line 5, ../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
|
||||||
html, body, div, span, applet, object, iframe,
|
html, body, div, span, applet, object, iframe,
|
||||||
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
|
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
|
||||||
a, abbr, acronym, address, big, cite, code,
|
a, abbr, acronym, address, big, cite, code,
|
||||||
@ -41,38 +41,38 @@ time, mark, audio, video {
|
|||||||
font-size: 100%;
|
font-size: 100%;
|
||||||
vertical-align: baseline; }
|
vertical-align: baseline; }
|
||||||
|
|
||||||
/* line 22, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
|
/* line 22, ../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
|
||||||
html {
|
html {
|
||||||
line-height: 1; }
|
line-height: 1; }
|
||||||
|
|
||||||
/* line 24, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
|
/* line 24, ../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
|
||||||
ol, ul {
|
ol, ul {
|
||||||
list-style: none; }
|
list-style: none; }
|
||||||
|
|
||||||
/* line 26, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
|
/* line 26, ../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
|
||||||
table {
|
table {
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
border-spacing: 0; }
|
border-spacing: 0; }
|
||||||
|
|
||||||
/* line 28, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
|
/* line 28, ../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
|
||||||
caption, th, td {
|
caption, th, td {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
vertical-align: middle; }
|
vertical-align: middle; }
|
||||||
|
|
||||||
/* line 30, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
|
/* line 30, ../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
|
||||||
q, blockquote {
|
q, blockquote {
|
||||||
quotes: none; }
|
quotes: none; }
|
||||||
/* line 103, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
|
/* line 103, ../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
|
||||||
q:before, q:after, blockquote:before, blockquote:after {
|
q:before, q:after, blockquote:before, blockquote:after {
|
||||||
content: "";
|
content: "";
|
||||||
content: none; }
|
content: none; }
|
||||||
|
|
||||||
/* line 32, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
|
/* line 32, ../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
|
||||||
a img {
|
a img {
|
||||||
border: none; }
|
border: none; }
|
||||||
|
|
||||||
/* line 116, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
|
/* line 116, ../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
|
||||||
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
|
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
|
||||||
display: block; }
|
display: block; }
|
||||||
|
|
||||||
@ -3401,7 +3401,6 @@ label.checkbox.custom {
|
|||||||
|
|
||||||
/* line 9, ../../../../general/res/sass/controls/_time-controller.scss */
|
/* line 9, ../../../../general/res/sass/controls/_time-controller.scss */
|
||||||
mct-include.l-time-controller {
|
mct-include.l-time-controller {
|
||||||
background-color: rgba(255, 204, 0, 0.2) !important;
|
|
||||||
display: block;
|
display: block;
|
||||||
height: 83px;
|
height: 83px;
|
||||||
min-width: 500px;
|
min-width: 500px;
|
||||||
@ -4567,12 +4566,16 @@ span.req {
|
|||||||
border-color: #0099cc; } }
|
border-color: #0099cc; } }
|
||||||
/* line 240, ../../../../general/res/sass/user-environ/_layout.scss */
|
/* line 240, ../../../../general/res/sass/user-environ/_layout.scss */
|
||||||
.l-object-wrapper.active .l-object-wrapper-inner {
|
.l-object-wrapper.active .l-object-wrapper-inner {
|
||||||
|
overflow: hidden;
|
||||||
|
position: absolute;
|
||||||
top: 3px;
|
top: 3px;
|
||||||
right: 3px;
|
right: 3px;
|
||||||
bottom: 3px;
|
bottom: 3px;
|
||||||
left: 3px; }
|
left: 3px;
|
||||||
|
width: auto;
|
||||||
|
height: auto; }
|
||||||
|
|
||||||
/* line 250, ../../../../general/res/sass/user-environ/_layout.scss */
|
/* line 246, ../../../../general/res/sass/user-environ/_layout.scss */
|
||||||
.l-object-wrapper-inner {
|
.l-object-wrapper-inner {
|
||||||
-moz-transition-property: height, width, top, right, bottom, left, opacity;
|
-moz-transition-property: height, width, top, right, bottom, left, opacity;
|
||||||
-o-transition-property: height, width, top, right, bottom, left, opacity;
|
-o-transition-property: height, width, top, right, bottom, left, opacity;
|
||||||
@ -4587,7 +4590,7 @@ span.req {
|
|||||||
-webkit-transition-timing-function: ease-in-out;
|
-webkit-transition-timing-function: ease-in-out;
|
||||||
transition-timing-function: ease-in-out; }
|
transition-timing-function: ease-in-out; }
|
||||||
|
|
||||||
/* line 254, ../../../../general/res/sass/user-environ/_layout.scss */
|
/* line 250, ../../../../general/res/sass/user-environ/_layout.scss */
|
||||||
.l-edit-controls {
|
.l-edit-controls {
|
||||||
-moz-transition-property: height, width, top, right, bottom, left, opacity;
|
-moz-transition-property: height, width, top, right, bottom, left, opacity;
|
||||||
-o-transition-property: height, width, top, right, bottom, left, opacity;
|
-o-transition-property: height, width, top, right, bottom, left, opacity;
|
||||||
@ -4604,14 +4607,14 @@ span.req {
|
|||||||
height: 0;
|
height: 0;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
overflow: hidden; }
|
overflow: hidden; }
|
||||||
/* line 259, ../../../../general/res/sass/user-environ/_layout.scss */
|
/* line 255, ../../../../general/res/sass/user-environ/_layout.scss */
|
||||||
.l-edit-controls.active {
|
.l-edit-controls.active {
|
||||||
border-bottom: 1px solid rgba(102, 102, 102, 0.2);
|
border-bottom: 1px solid rgba(102, 102, 102, 0.2);
|
||||||
height: 30px;
|
height: 30px;
|
||||||
line-height: 25px;
|
line-height: 25px;
|
||||||
opacity: 1; }
|
opacity: 1; }
|
||||||
|
|
||||||
/* line 267, ../../../../general/res/sass/user-environ/_layout.scss */
|
/* line 263, ../../../../general/res/sass/user-environ/_layout.scss */
|
||||||
.object-browse-bar .s-btn, .object-browse-bar .s-menu-btn,
|
.object-browse-bar .s-btn, .object-browse-bar .s-menu-btn,
|
||||||
.top-bar .buttons-main .s-btn,
|
.top-bar .buttons-main .s-btn,
|
||||||
.top-bar .buttons-main .s-menu-btn,
|
.top-bar .buttons-main .s-menu-btn,
|
||||||
@ -4623,13 +4626,13 @@ span.req {
|
|||||||
line-height: 25px;
|
line-height: 25px;
|
||||||
vertical-align: top; }
|
vertical-align: top; }
|
||||||
|
|
||||||
/* line 280, ../../../../general/res/sass/user-environ/_layout.scss */
|
/* line 276, ../../../../general/res/sass/user-environ/_layout.scss */
|
||||||
.object-browse-bar .view-switcher,
|
.object-browse-bar .view-switcher,
|
||||||
.top-bar .view-switcher {
|
.top-bar .view-switcher {
|
||||||
margin-right: 20px; }
|
margin-right: 20px; }
|
||||||
|
|
||||||
/***************************************************** OBJECT BROWSE BAR */
|
/***************************************************** OBJECT BROWSE BAR */
|
||||||
/* line 286, ../../../../general/res/sass/user-environ/_layout.scss */
|
/* line 282, ../../../../general/res/sass/user-environ/_layout.scss */
|
||||||
.object-browse-bar {
|
.object-browse-bar {
|
||||||
-moz-box-sizing: border-box;
|
-moz-box-sizing: border-box;
|
||||||
-webkit-box-sizing: border-box;
|
-webkit-box-sizing: border-box;
|
||||||
@ -4637,20 +4640,20 @@ span.req {
|
|||||||
height: 24px;
|
height: 24px;
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
white-space: nowrap; }
|
white-space: nowrap; }
|
||||||
/* line 294, ../../../../general/res/sass/user-environ/_layout.scss */
|
/* line 290, ../../../../general/res/sass/user-environ/_layout.scss */
|
||||||
.object-browse-bar .left {
|
.object-browse-bar .left {
|
||||||
padding-right: 10px; }
|
padding-right: 10px; }
|
||||||
/* line 296, ../../../../general/res/sass/user-environ/_layout.scss */
|
/* line 292, ../../../../general/res/sass/user-environ/_layout.scss */
|
||||||
.object-browse-bar .left .l-back {
|
.object-browse-bar .left .l-back {
|
||||||
margin-right: 10px; }
|
margin-right: 10px; }
|
||||||
|
|
||||||
/* line 307, ../../../../general/res/sass/user-environ/_layout.scss */
|
/* line 303, ../../../../general/res/sass/user-environ/_layout.scss */
|
||||||
.pane-tree-hidden .tree-holder,
|
.pane-tree-hidden .tree-holder,
|
||||||
.pane-tree-hidden .splitter-treeview,
|
.pane-tree-hidden .splitter-treeview,
|
||||||
.pane-tree-hidden .holder-treeview-elements {
|
.pane-tree-hidden .holder-treeview-elements {
|
||||||
opacity: 0; }
|
opacity: 0; }
|
||||||
|
|
||||||
/* line 316, ../../../../general/res/sass/user-environ/_layout.scss */
|
/* line 312, ../../../../general/res/sass/user-environ/_layout.scss */
|
||||||
.pane-tree-showing .tree-holder,
|
.pane-tree-showing .tree-holder,
|
||||||
.pane-tree-showing .splitter-treeview {
|
.pane-tree-showing .splitter-treeview {
|
||||||
-moz-transition-property: opacity;
|
-moz-transition-property: opacity;
|
||||||
@ -4670,7 +4673,7 @@ span.req {
|
|||||||
-webkit-transition-delay: 250ms;
|
-webkit-transition-delay: 250ms;
|
||||||
transition-delay: 250ms;
|
transition-delay: 250ms;
|
||||||
opacity: 1; }
|
opacity: 1; }
|
||||||
/* line 322, ../../../../general/res/sass/user-environ/_layout.scss */
|
/* line 318, ../../../../general/res/sass/user-environ/_layout.scss */
|
||||||
.pane-tree-showing .holder-treeview-elements {
|
.pane-tree-showing .holder-treeview-elements {
|
||||||
-moz-transition-property: opacity;
|
-moz-transition-property: opacity;
|
||||||
-o-transition-property: opacity;
|
-o-transition-property: opacity;
|
||||||
@ -4689,7 +4692,7 @@ span.req {
|
|||||||
-webkit-transition-delay: 200ms;
|
-webkit-transition-delay: 200ms;
|
||||||
transition-delay: 200ms; }
|
transition-delay: 200ms; }
|
||||||
|
|
||||||
/* line 329, ../../../../general/res/sass/user-environ/_layout.scss */
|
/* line 325, ../../../../general/res/sass/user-environ/_layout.scss */
|
||||||
.pane-inspect-showing .l-object-and-inspector .l-inspect,
|
.pane-inspect-showing .l-object-and-inspector .l-inspect,
|
||||||
.pane-inspect-showing .l-object-and-inspector .splitter-inspect {
|
.pane-inspect-showing .l-object-and-inspector .splitter-inspect {
|
||||||
-moz-transition-property: opacity;
|
-moz-transition-property: opacity;
|
||||||
@ -4710,44 +4713,44 @@ span.req {
|
|||||||
transition-delay: 250ms;
|
transition-delay: 250ms;
|
||||||
opacity: 1; }
|
opacity: 1; }
|
||||||
|
|
||||||
/* line 339, ../../../../general/res/sass/user-environ/_layout.scss */
|
/* line 335, ../../../../general/res/sass/user-environ/_layout.scss */
|
||||||
.pane-inspect-hidden .l-object-and-inspector .t-inspect {
|
.pane-inspect-hidden .l-object-and-inspector .t-inspect {
|
||||||
z-index: 1 !important; }
|
z-index: 1 !important; }
|
||||||
/* line 342, ../../../../general/res/sass/user-environ/_layout.scss */
|
/* line 338, ../../../../general/res/sass/user-environ/_layout.scss */
|
||||||
.pane-inspect-hidden .l-object-and-inspector .l-inspect,
|
.pane-inspect-hidden .l-object-and-inspector .l-inspect,
|
||||||
.pane-inspect-hidden .l-object-and-inspector .splitter-inspect {
|
.pane-inspect-hidden .l-object-and-inspector .splitter-inspect {
|
||||||
opacity: 0; }
|
opacity: 0; }
|
||||||
|
|
||||||
@media screen and (min-device-width: 800px) and (min-device-height: 1025px), screen and (min-device-width: 1025px) and (min-device-height: 800px) {
|
@media screen and (min-device-width: 800px) and (min-device-height: 1025px), screen and (min-device-width: 1025px) and (min-device-height: 800px) {
|
||||||
/* line 350, ../../../../general/res/sass/user-environ/_layout.scss */
|
/* line 346, ../../../../general/res/sass/user-environ/_layout.scss */
|
||||||
.holder-all {
|
.holder-all {
|
||||||
min-width: 600px; }
|
min-width: 600px; }
|
||||||
|
|
||||||
/* line 355, ../../../../general/res/sass/user-environ/_layout.scss */
|
/* line 351, ../../../../general/res/sass/user-environ/_layout.scss */
|
||||||
.split-layout .split-pane-component.pane.treeview.left {
|
.split-layout .split-pane-component.pane.treeview.left {
|
||||||
min-width: 150px;
|
min-width: 150px;
|
||||||
max-width: 35%;
|
max-width: 35%;
|
||||||
width: 25%; }
|
width: 25%; }
|
||||||
/* line 360, ../../../../general/res/sass/user-environ/_layout.scss */
|
/* line 356, ../../../../general/res/sass/user-environ/_layout.scss */
|
||||||
.split-layout .split-pane-component.pane.t-inspect.right {
|
.split-layout .split-pane-component.pane.t-inspect.right {
|
||||||
min-width: 200px;
|
min-width: 200px;
|
||||||
max-width: 35%;
|
max-width: 35%;
|
||||||
width: 20%;
|
width: 20%;
|
||||||
z-index: 3; }
|
z-index: 3; }
|
||||||
|
|
||||||
/* line 368, ../../../../general/res/sass/user-environ/_layout.scss */
|
/* line 364, ../../../../general/res/sass/user-environ/_layout.scss */
|
||||||
.pane.treeview.left .tree-holder {
|
.pane.treeview.left .tree-holder {
|
||||||
padding-right: 5px; }
|
padding-right: 5px; }
|
||||||
|
|
||||||
/* line 372, ../../../../general/res/sass/user-environ/_layout.scss */
|
/* line 368, ../../../../general/res/sass/user-environ/_layout.scss */
|
||||||
.pane-tree-hidden .pane.right.primary-pane {
|
.pane-tree-hidden .pane.right.primary-pane {
|
||||||
left: 22px !important; }
|
left: 22px !important; }
|
||||||
|
|
||||||
/* line 375, ../../../../general/res/sass/user-environ/_layout.scss */
|
/* line 371, ../../../../general/res/sass/user-environ/_layout.scss */
|
||||||
.pane-inspect-hidden .l-object-and-inspector .pane.left {
|
.pane-inspect-hidden .l-object-and-inspector .pane.left {
|
||||||
right: 22px !important; }
|
right: 22px !important; }
|
||||||
|
|
||||||
/* line 377, ../../../../general/res/sass/user-environ/_layout.scss */
|
/* line 373, ../../../../general/res/sass/user-environ/_layout.scss */
|
||||||
.pane:not(.resizing) {
|
.pane:not(.resizing) {
|
||||||
-moz-transition-property: width, left, right;
|
-moz-transition-property: width, left, right;
|
||||||
-o-transition-property: width, left, right;
|
-o-transition-property: width, left, right;
|
||||||
@ -4766,7 +4769,7 @@ span.req {
|
|||||||
-webkit-transition-delay: 0;
|
-webkit-transition-delay: 0;
|
||||||
transition-delay: 0; }
|
transition-delay: 0; }
|
||||||
|
|
||||||
/* line 380, ../../../../general/res/sass/user-environ/_layout.scss */
|
/* line 376, ../../../../general/res/sass/user-environ/_layout.scss */
|
||||||
.pane.primary-pane .object-browse-bar {
|
.pane.primary-pane .object-browse-bar {
|
||||||
min-width: 200px; } }
|
min-width: 200px; } }
|
||||||
/*****************************************************************************
|
/*****************************************************************************
|
||||||
|
@ -20,7 +20,8 @@
|
|||||||
at runtime from the About dialog for additional information.
|
at runtime from the About dialog for additional information.
|
||||||
-->
|
-->
|
||||||
<span ng-controller="PlotController as plot"
|
<span ng-controller="PlotController as plot"
|
||||||
ng-mouseleave="representation.showControls = false">
|
ng-mouseleave="representation.showControls = false"
|
||||||
|
class="abs holder holder-plot">
|
||||||
|
|
||||||
<div class="gl-plot"
|
<div class="gl-plot"
|
||||||
ng-style="{ height: 100 / plot.getSubPlots().length + '%'}"
|
ng-style="{ height: 100 / plot.getSubPlots().length + '%'}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user