mirror of
https://github.com/nasa/openmct.git
synced 2025-01-19 19:27:07 +00:00
parent
e96d3e3738
commit
44ed4e0e0d
@ -21,7 +21,6 @@
|
||||
-->
|
||||
<div class='object-header object-header-mobile'>
|
||||
<span class='type-icon ui-symbol'>{{type.getGlyph()}}</span>
|
||||
|
||||
<!--span class='type-name mobile-important-hide'>{{type.getName()}}</span-->
|
||||
<span class="l-elem-wrapper">
|
||||
<span ng-if="parameters.mode" class='action'>{{parameters.mode}}</span>
|
||||
|
@ -4573,23 +4573,24 @@ input[type="text"] {
|
||||
right: 10px;
|
||||
bottom: auto;
|
||||
left: 10px;
|
||||
height: 30px; }
|
||||
/* line 33, ../sass/user-environ/_top-bar.scss */
|
||||
height: 30px;
|
||||
line-height: 24px; }
|
||||
/* line 31, ../sass/user-environ/_top-bar.scss */
|
||||
.top-bar .title {
|
||||
color: #fff; }
|
||||
/* line 37, ../sass/user-environ/_top-bar.scss */
|
||||
/* line 35, ../sass/user-environ/_top-bar.scss */
|
||||
.top-bar .buttons-main {
|
||||
font-size: 0.8em;
|
||||
left: auto;
|
||||
text-align: right; }
|
||||
/* line 42, ../sass/user-environ/_top-bar.scss */
|
||||
/* line 40, ../sass/user-environ/_top-bar.scss */
|
||||
.top-bar .buttons-main .btn {
|
||||
margin-left: 5px; }
|
||||
|
||||
/* line 50, ../sass/user-environ/_top-bar.scss */
|
||||
/* line 48, ../sass/user-environ/_top-bar.scss */
|
||||
.edit-mode .top-bar .buttons-main {
|
||||
white-space: nowrap; }
|
||||
/* line 54, ../sass/user-environ/_top-bar.scss */
|
||||
/* line 52, ../sass/user-environ/_top-bar.scss */
|
||||
.edit-mode .top-bar .buttons-main.abs, .edit-mode .top-bar .btn-menu span.buttons-main.l-click-area, .btn-menu .edit-mode .top-bar span.buttons-main.l-click-area {
|
||||
bottom: auto;
|
||||
left: auto; }
|
||||
|
@ -25,11 +25,9 @@
|
||||
border-bottom: 1px solid $colorInteriorBorder;
|
||||
top: $bodyMargin; right: $bodyMargin; bottom: auto; left: $bodyMargin;
|
||||
height: $ueTopBarEditH;
|
||||
line-height: $ueTopBarH;
|
||||
}
|
||||
|
||||
.action {
|
||||
}
|
||||
|
||||
.title {
|
||||
color: #fff;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user