1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-24 16:55:22 +03:00

Move RX configuration to Receiver tab

This commit is contained in:
Pawel Spychalski (DzikuVx) 2020-02-25 17:52:42 +01:00
parent 31cf34bda9
commit 180bc84e2c
9 changed files with 102 additions and 243 deletions

View file

@ -1,4 +1,3 @@
/*.rate-tpa.rate-tpa--inav input[type="number"],*/
.rate-tpa_input {
margin: 4px;
width: 5em;
@ -9,20 +8,20 @@
text-align: right;
}
.rate-tpa.rate-tpa--inav td,
.rate-tpa.rate-tpa--filtering td,
.rate-tpa.rate-tpa--misc td {
.settings-table.settings-table--inav td,
.settings-table.settings-table--filtering td,
.settings-table.settings-table--misc td {
background-color: #f3f3f3;
width: auto;
border-bottom: 1px solid #ccc;
}
.tab-pid_tuning .rate-tpa.rate-tpa--filtering th,
.tab-pid_tuning .rate-tpa.rate-tpa--misc th {
.settings-table.settings-table--filtering th,
.settings-table.settings-table--misc th {
width: 18em;
}
.tab-pid_tuning .rate-tpa th {
.settings-table th {
background-color: #828885;
padding: 4px;
border-left: 0 solid #ccc;
@ -68,15 +67,15 @@
width: calc(100% - 10px);
}
.tab-pid_tuning .rate-tpa tr:first-child th {
.settings-table tr:first-child th {
border-top-left-radius: 5px;
}
.tab-pid_tuning .rate-tpa tr:first-child td {
.settings-table tr:first-child td {
border-top-right-radius: 5px;
}
.tab-pid_tuning .rate-tpa {
.settings-table {
/*border: 0px solid #ccc; */
margin-bottom: 10px;
}
@ -101,13 +100,6 @@
border-bottom: 0 solid #ccc;
}
.tab-pid_tuning table th {
padding: 0;
border: 0;
height: 10px;
font-weight: normal;
}
.tab-pid_tuning .pid_titlebar th {
padding: 5px;
text-align: left;
@ -200,9 +192,11 @@
width: 25%;
}
.tab-pid_tuning .rate-tpa {
.settings-table {
float: right;
width: calc(100% - 2px); /* - ( "virtual" margin) */
margin: 0;
border-collapse: collapse;
}
.tab-pid_tuning .top-buttons {
@ -372,11 +366,11 @@
margin-top:15px;
}
.rate-tpa .helpicon {
.settings-table .helpicon {
top: 10px;
position: relative;
}
.rate-tpa tbody {
.settings-table tbody {
/* background: #D6D6D6 linear-gradient(-45deg, rgba(255, 255, 255, .2) 10%, transparent 10%, transparent 20%, rgba(255, 255, 255, .2) 20%, rgba(255, 255, 255, .2) 30%, transparent 30%, transparent 40%, rgba(255, 255, 255, .2) 40%, rgba(255, 255, 255, .2) 50%, transparent 50%, transparent 60%, rgba(255, 255, 255, .2) 60%, rgba(255, 255, 255, .2) 70%, transparent 70%, transparent 80%, rgba(255, 255, 255, .2) 80%, rgba(255, 255, 255, .2) 90%, transparent 90%, transparent 100%, rgba(255, 255, 255, .2) 100%, transparent); */
}