mirror of
https://github.com/nasa/openmct.git
synced 2025-03-21 03:25:44 +00:00
[Frontend] Minor sanding
WTD-894 Fix to correct spacing problem in object-header
This commit is contained in:
parent
424d60440c
commit
068518b535
@ -1,6 +1,6 @@
|
||||
<div class='object-header'>
|
||||
<span class='type-icon icon ui-symbol'>{{type.getGlyph()}}</span>
|
||||
<span class='action'>{{parameters.mode}}</span>
|
||||
<span ng-if="parameters.mode" class='action'>{{parameters.mode}}</span>
|
||||
<span class='type'>{{type.getName()}}</span>
|
||||
<span class='title'>{{model.name}}</span>
|
||||
<a id='actions-menu' class='ui-symbol invoke-menu' onclick="alert('Not yet functional. This will display a dropdown menu of options for this object.');">v</a>
|
||||
|
@ -629,9 +629,10 @@ span {
|
||||
|
||||
/* line 57, ../sass/_icons.scss */
|
||||
.object-header .type-icon {
|
||||
color: #ffc700; }
|
||||
color: #ffc700;
|
||||
margin-right: 5px; }
|
||||
|
||||
/* line 64, ../sass/_icons.scss */
|
||||
/* line 65, ../sass/_icons.scss */
|
||||
.menu .type-icon,
|
||||
.tree-item .type-icon,
|
||||
.icon-btn .menu.dropdown .icon,
|
||||
@ -1366,12 +1367,11 @@ label.checkbox.custom {
|
||||
/* line 366, ../sass/controls/_controls.scss */
|
||||
.top-bar .object-header,
|
||||
.object-browse-bar .object-header {
|
||||
font-size: 1.2em; }
|
||||
font-size: 1.1em; }
|
||||
/* line 368, ../sass/controls/_controls.scss */
|
||||
.top-bar .object-header span,
|
||||
.object-browse-bar .object-header span {
|
||||
display: inline-block;
|
||||
margin-right: 5px; }
|
||||
display: inline-block; }
|
||||
|
||||
/******************************************************** VIEW-CONTROLS */
|
||||
/* line 377, ../sass/controls/_controls.scss */
|
||||
|
@ -56,6 +56,7 @@
|
||||
|
||||
.object-header .type-icon {
|
||||
color: $colorAlt1;
|
||||
margin-right: $interiorMargin;
|
||||
}
|
||||
|
||||
.menu .type-icon,
|
||||
|
@ -364,10 +364,10 @@ label.checkbox.custom {
|
||||
.top-bar,
|
||||
.object-browse-bar {
|
||||
.object-header {
|
||||
font-size: 1.2em;
|
||||
font-size: 1.1em;
|
||||
span {
|
||||
display: inline-block;
|
||||
margin-right: $interiorMargin;
|
||||
// margin-right: $interiorMargin;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user