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

make the table above the filters match

This commit is contained in:
nathan 2016-06-24 02:32:43 -07:00
parent 594c74de0a
commit b4fab40e26
2 changed files with 8 additions and 12 deletions

View file

@ -346,7 +346,7 @@
} }
.tab-pid_tuning .helpicon { .tab-pid_tuning .helpicon {
margin-top: -1px; margin-top: 1px;
} }
.tab-pid_tuning .number .helpicon { .tab-pid_tuning .number .helpicon {

View file

@ -159,18 +159,14 @@
<div class="gui_box grey topspacer"> <div class="gui_box grey topspacer">
<table id="pid_accel" class="pid_tuning"> <table id="pid_accel" class="pid_tuning">
<tr> <tr class="fancy header">
<th colspan="4"> <th>
<div class="pid_mode borderleft"> <div class="pidTuningLevel" i18n="pidTuningLevel"></div>
<div class="textleft"> <div class="helpicon cf_tip" i18n_title="pidTuningLevelHelp"></div>
<div class="pidTuningLevel" i18n="pidTuningLevel"></div>
<div class="helpicon cf_tip" i18n_title="pidTuningLevelHelp"></div>
</div>
<div class="pids" i18n="pidTuningLevelP"></div>
<div class="pids" i18n="pidTuningLevelI"></div>
<div class="pids" i18n="pidTuningLevelD"></div>
</div>
</th> </th>
<th i18n="pidTuningLevelP"></th>
<th i18n="pidTuningLevelI"></th>
<th i18n="pidTuningLevelD"></th>
</tr> </tr>
<tr class="LEVEL"> <tr class="LEVEL">
<!-- 7 --> <!-- 7 -->