Unified to pid_titlebar_extended
parent
aef32bb63e
commit
32ecf851f9
|
@ -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>
|
||||
|
@ -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