Merge pull request #1904 from Asizon/unifiedPidTitlebarExtended
Unified pid_titlebar_extended css style10.7.0-preview
commit
35951c6f25
|
@ -388,7 +388,7 @@
|
|||
height: 20px;
|
||||
}
|
||||
|
||||
.tab-pid_tuning .pid_titlebar.needed_by_LEVEL {
|
||||
.tab-pid_tuning .pid_titlebar.pid_titlebar_extended {
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
|
|
|
@ -325,7 +325,7 @@
|
|||
</th>
|
||||
</tr>
|
||||
</table>
|
||||
<table class="pid_titlebar needed_by_LEVEL">
|
||||
<table class="pid_titlebar pid_titlebar_extended needed_by_LEVEL">
|
||||
<tr class="needed_by_LEVEL">
|
||||
<th class="third"></th>
|
||||
<th class="third" i18n="pidTuningStrength" style="width: 33%;"></th>
|
||||
|
@ -346,7 +346,7 @@
|
|||
<td class="third"><input type="number" name="d" step="1" min="0" max="255" /></td>
|
||||
</tr>
|
||||
</table>
|
||||
<table class="needed_by_LEVEL pid_titlebar pid_sensitivity">
|
||||
<table class="needed_by_LEVEL pid_titlebar pid_titlebar_extended pid_sensitivity">
|
||||
<tr class="needed_by_LEVEL">
|
||||
<th class="third"></th>
|
||||
<th class="third" i18n="pidTuningLevelAngleLimit" style="width: 33%;"></th>
|
||||
|
@ -361,7 +361,7 @@
|
|||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<div class="gui_box grey topspacer pid_tuning">
|
||||
<div class="gui_box grey topspacer pid_tuning motorOutputLimit">
|
||||
<table class="pid_tuning motorOutputLimit">
|
||||
<tr>
|
||||
<th colspan="3">
|
||||
|
@ -371,7 +371,7 @@
|
|||
</th>
|
||||
</tr>
|
||||
</table>
|
||||
<table class="pid_titlebar motorOutputLimit">
|
||||
<table class="pid_titlebar pid_titlebar_extended motorOutputLimit">
|
||||
<tr>
|
||||
<th class="third"></th>
|
||||
<th class="third" style="width: 33%;">
|
||||
|
|
Loading…
Reference in New Issue