1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-26 09:45:23 +03:00

Continue to implement feature

- Tidied up units label to work with more tabs
- Added more fields in the PID Tuning to use the highlighting
- Converted the Rates tab over to use  data-i18n more. Will make sure all of the PIDs pages use it fully.
This commit is contained in:
Darren Lines 2022-02-21 22:19:06 +00:00
parent e7c7f2d342
commit 15282d8994
5 changed files with 83 additions and 27 deletions

View file

@ -1,11 +1,14 @@
.rate-tpa_input {
margin: 4px;
width: 5em;
width: 150px;
height: 20px;
line-height: 20px;
border: 1px solid silver;
border-radius: 3px;
padding-left: 3px;
text-align: left;
font-size: 12px;
font-weight: normal;
display: inline-block;
line-height: 20px;
text-align: right;
}
.settings-table.settings-table--inav td,
@ -75,6 +78,16 @@
border-top-right-radius: 5px;
}
.settings-table tr:last-child th {
border-bottom-left-radius: 5px;
border-bottom: none;
}
.settings-table tr:last-child td {
border-bottom-right-radius: 5px;
border-bottom: none;
}
.settings-table {
/*border: 0px solid #ccc; */
margin-bottom: 10px;
@ -294,6 +307,12 @@
border-bottom: 0;
}
.tab-pid_tuning .rates_number {
clear: left;
padding: 4px;
float: left;
}
.tab-pid_tuning .number input {
width: 50px;
padding-left: 3px;