1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-25 01:05:15 +03:00

Improved label texts and help positioning in receiver tab.

This commit is contained in:
mikeller 2017-09-14 00:27:56 +12:00
parent bcd9cb7487
commit 4a642adfb5
2 changed files with 17 additions and 23 deletions

View file

@ -41,19 +41,16 @@
</tr>
<tr>
<td>
<div class="cf_tip" i18n_title="receiverHelpStickMin">
<input type="number" name="stick_min" min="1000" max="1200" />
</div>
<input type="number" name="stick_min" min="1000" max="1200" style="width:80%;"/>
<div class="helpicon cf_tip" i18n_title="receiverHelpStickMin"/>
</td>
<td>
<div class="cf_tip" i18n_title="receiverHelpStickCenter">
<input type="number" name="stick_center" min="1401" max="1599" />
</div>
<input type="number" name="stick_center" min="1401" max="1599" style="width:70%;"/>
<div class="helpicon cf_tip" i18n_title="receiverHelpStickCenter"/>
</td>
<td>
<div class="cf_tip" i18n_title="receiverHelpStickMax">
<input type="number" name="stick_max" min="1800" max="2000" />
</div>
<input type="number" name="stick_max" min="1800" max="2000" style="width:80%;"/>
<div class="helpicon cf_tip" i18n_title="receiverHelpStickMax"/>
</td>
</tr>
</table>
@ -67,19 +64,16 @@
</tr>
<tr>
<td>
<div class="cf_tip" i18n_title="receiverHelpDeadband">
<input type="number" name="deadband" step="1" min="0" max="32" />
</div>
<input type="number" name="deadband" step="1" min="0" max="32" style="width:70%;"/>
<div class="helpicon cf_tip" i18n_title="receiverHelpDeadband"/>
</td>
<td>
<div class="cf_tip" i18n_title="receiverHelpYawDeadband">
<input type="number" name="yaw_deadband" step="1" min="0" max="100" />
</div>
<input type="number" name="yaw_deadband" step="1" min="0" max="100" style="width:80%;"/>
<div class="helpicon cf_tip" i18n_title="receiverHelpYawDeadband"/>
</td>
<td>
<div class="cf_tip" i18n_title="receiverHelp3dDeadbandThrottle">
<input type="number" name="3ddeadbandthrottle" step="1" min="0" max="1000" />
</div>
<input type="number" name="3ddeadbandthrottle" step="1" min="0" max="1000" style="width:80%;"/>
<div class="helpicon cf_tip" i18n_title="receiverHelp3dDeadbandThrottle"/>
</td>
</tr>
</table>