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

Merge branch 'master' into MrD-Highlight-parameters-that-change-with-profiles-or-battery-profiles

This commit is contained in:
Darren Lines 2022-02-21 18:05:08 +00:00
commit e7c7f2d342
17 changed files with 490 additions and 315 deletions

View file

@ -28,12 +28,12 @@
text-align: left;
border: 1px solid silver;
border-radius: 3px;
margin-right: 11px;
font-size: 12px;
font-weight: normal;
}
.config-section .number input,
.config-section .checkbox input,
.tab-configuration .number input {
width: 106px;
}
@ -221,7 +221,7 @@ hr {
.config-section label {
position: absolute;
left: 118px;
left: 108px;
}
.config-section .radio label {

View file

@ -26,7 +26,6 @@
text-align: left;
border: 1px solid silver;
border-radius: 3px;
margin-right: 11px;
font-size: 12px;
font-weight: normal;
}
@ -253,10 +252,12 @@
height: 90px;
}
.tab-failsafe .minimumDistance {
width: 100px !important;
padding-left: 3px;
margin-right: 11px;
.tab-failsafe input {
width: 75px !important;
}
.tab-failsafe select {
width: 79px;
}
@media only screen and (max-width: 1055px) , only screen and (max-device-width: 1055px) {

View file

@ -271,7 +271,6 @@
text-align: left;
border: 1px solid silver;
border-radius: 3px;
margin-right: 11px;
margin-bottom: 5px;
font-size: 12px;
font-weight: normal;

View file

@ -477,21 +477,19 @@ button {
}
.tab-osd .settings input {
width: 55px;
width: 75px;
padding-left: 3px;
height: 18px;
line-height: 20px;
text-align: left;
border: 1px solid silver;
border-radius: 3px;
margin-right: 11px;
font-size: 11px;
font-weight: normal;
}
.tab-osd .settings select {
width: 75px;
margin-right: 11px;
}
.tab-osd .settings .switchery {

View file

@ -302,7 +302,6 @@
text-align: left;
border: 1px solid silver;
border-radius: 3px;
margin-right: 11px;
font-weight: normal;
}

View file

@ -12,7 +12,6 @@
text-align: left;
border: 1px solid silver;
border-radius: 3px;
margin-right: 11px;
font-size: 12px;
font-weight: normal;
}