Minor tweaks

This commit is contained in:
Charles Hacskaylo 2017-03-16 15:59:51 -07:00
parent c36ce15a00
commit ba243e9093
2 changed files with 2 additions and 1 deletions

View File

@ -77,6 +77,7 @@
table, ul {
margin-bottom: $interiorMarginLg;
width: auto;
}
.themed {

View File

@ -28,7 +28,7 @@
<p>Absolute positioning is used in Open MCT in the main envelope interface to handle layout and draggable pane splitters, for elements that must be dynamically created and positioned (like context menus) and for buttons that are placed over other elements, such as a plot's zoom/pan history and reset buttons. When using absolute positioning, follow these guidelines:</p>
<ul>
<li>Don't specify a z-index if you don't have to.</li>
<li>If you must specify a z-index, use the lowest number you can that prevents your element from being covered and puts it at the right level per the table below.</li>
<li>If you must specify a z-index, use the lowest number you that prevents your element from being covered and puts it at the correct level per the table below.</li>
</ul>
<!-- This content maintained at https://docs.google.com/spreadsheets/d/1AzhUY0P3hLCfT8yPa2Cb1dwOOsQXBuSgCrOkhIoVm0A/edit#gid=0 -->
<table>