1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-24 16:55:24 +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 {
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 {
width: 20%;
padding-bottom: 6px;
padding-top: 5px;
width: 70px;
padding-bottom: 10px;
padding-top: 10px;
padding-left:8px;
border-right: none;
}
.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 {

View file

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