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

Receiver Tab cleanup

This commit is contained in:
skaman82 2016-10-26 01:11:06 +02:00
parent 6876012745
commit d85a504cda
2 changed files with 21 additions and 8 deletions

View file

@ -306,20 +306,33 @@
.tab-receiver .rcInterpolation td { .tab-receiver .rcInterpolation td {
padding: 5px; padding: 5px;
width: 100%;
background-color: #f9f9f9 !important;
}
.tab-receiver .rcInterpolationInterval td {
padding: 5px;
width: 100%;
background-color: #f9f9f9 !important;
border-top: 1px solid silver;
} }
.tab-receiver .rcInterpolation td:first-child { .tab-receiver .rcInterpolation td:first-child {
width: 20%; width: 70px;
padding-bottom: 6px; padding-bottom: 10px;
padding-top: 5px; padding-top: 10px;
padding-left:8px;
border-right: none;
} }
.tab-receiver .rcInterpolation td:last-child { .tab-receiver .rcInterpolation td:last-child {
width: 80%; width: calc(100% - 78px);
} }
.tab-receiver .rcInterpolation td {
width: 20%; .tab-receiver .rcInterpolation select {
border: 1px solid silver;
width: 66px;
} }
.tab-receiver .rcInterpolation .slider input { .tab-receiver .rcInterpolation .slider input {

View file

@ -55,7 +55,7 @@
<div class="gui_box grey tunings topspacer rcInterpolation"> <div class="gui_box grey tunings topspacer rcInterpolation">
<table class="rcInterpolation" width="100%"> <table class="rcInterpolation" width="100%">
<tr> <tr>
<th colspan=2 i18n="receiverRcInterpolation"></th> <th colspan="2" i18n="receiverRcInterpolation"></th>
</tr> </tr>
<tr class="rcInterpolation"> <tr class="rcInterpolation">
<td> <td>
@ -71,7 +71,7 @@
<label> <label>
<span i18n="receiverRcInterpolation"></span> <span i18n="receiverRcInterpolation"></span>
</label> </label>
<div class="helpicon cf_tip" i18n_title="receiverRcInterpolationHelp"></div> <div class="helpicon cf_tip" i18n_title="receiverRcInterpolationHelp" style="margin-top:0px;"></div>
</div> </div>
</td> </td>
</tr> </tr>