make the table above the filters match
parent
594c74de0a
commit
b4fab40e26
|
@ -346,7 +346,7 @@
|
|||
}
|
||||
|
||||
.tab-pid_tuning .helpicon {
|
||||
margin-top: -1px;
|
||||
margin-top: 1px;
|
||||
}
|
||||
|
||||
.tab-pid_tuning .number .helpicon {
|
||||
|
|
|
@ -159,18 +159,14 @@
|
|||
|
||||
<div class="gui_box grey topspacer">
|
||||
<table id="pid_accel" class="pid_tuning">
|
||||
<tr>
|
||||
<th colspan="4">
|
||||
<div class="pid_mode borderleft">
|
||||
<div class="textleft">
|
||||
<tr class="fancy header">
|
||||
<th>
|
||||
<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 i18n="pidTuningLevelP"></th>
|
||||
<th i18n="pidTuningLevelI"></th>
|
||||
<th i18n="pidTuningLevelD"></th>
|
||||
</tr>
|
||||
<tr class="LEVEL">
|
||||
<!-- 7 -->
|
||||
|
|
Loading…
Reference in New Issue