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:
parent
594c74de0a
commit
b4fab40e26
2 changed files with 8 additions and 12 deletions
|
@ -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 {
|
||||||
|
|
|
@ -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="textleft">
|
|
||||||
<div class="pidTuningLevel" i18n="pidTuningLevel"></div>
|
<div class="pidTuningLevel" i18n="pidTuningLevel"></div>
|
||||||
<div class="helpicon cf_tip" i18n_title="pidTuningLevelHelp"></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 -->
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue