mirror of
https://github.com/nasa/openmct.git
synced 2025-01-02 11:26:42 +00:00
8662689974
Begin breaking apart template to allow multiple types of fixed position elements, WTD-879.
8 lines
316 B
HTML
8 lines
316 B
HTML
<div style="background: #444;">
|
|
<div style="position: absolute; left: 0px; top: 0px; bottom: 0px; width: 50%; overflow: hidden;">
|
|
{{ngModel.name}}
|
|
</div>
|
|
<div style="position: absolute; right: 0px; top: 0px; bottom: 0px; width: 50%; overflow: hidden;">
|
|
{{ngModel.value}}
|
|
</div>
|
|
</div> |