diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 57033e3a..15c27258 100755 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -1323,13 +1323,13 @@ "message": "Failsafe Throttle" }, "failsafeFeaturesHelpNew": { - "message": "Failsafe has two stages. Stage 1 is entered when a flightchannel has an invalid pulse length, the receiver reports failsafe mode or there is no signal from the receiver at all, the channel fallback settings are applied to all channels and a short amount of time is provided to allow for recovery. Stage 2 is entered when the error condition takes longer then the configured guard time while the craft is armed, all channels will remain at the applied channel fallback setting unless overruled by the chosen procedure.
Note: Prior to entering stage 1, channel fallback settings are also applied to individual AUX channels that have invalid pulses." + "message": "Failsafe has two stages. Stage 1 is entered when a flightchannel has an invalid pulse length, the receiver reports failsafe mode or there is no signal from the receiver at all, the channel fallback settings are applied to all channels and a short amount of time is provided to allow for recovery. Stage 2 is entered when the error condition takes longer than the configured guard time while the craft is armed, all channels will remain at the applied channel fallback setting unless overruled by the chosen procedure.
Note: Prior to entering stage 1, channel fallback settings are also applied to individual AUX channels that have invalid pulses." }, "failsafePulsrangeTitle": { "message": "Valid Pulse Range Settings" }, "failsafePulsrangeHelp": { - "message": "Pulses shorter then minimum or longer then maximum are invalid and will trigger application of individual channel fallback settings for AUX channels or entering stage 1 for flightchannels" + "message": "Pulses shorter than minimum or longer than maximum are invalid and will trigger application of individual channel fallback settings for AUX channels or entering stage 1 for flightchannels" }, "failsafeRxMinUsecItem": { "message": "Minimum length" diff --git a/tabs/adjustments.css b/tabs/adjustments.css index d0a4f96b..4379828e 100644 --- a/tabs/adjustments.css +++ b/tabs/adjustments.css @@ -67,8 +67,7 @@ .tab-adjustments .adjustment select { /* outline: 1px solid silver; */ border-radius: 3px; - border: 1px solid silver; - # + border: 1px solid silver; } .tab-adjustments .adjustment td { diff --git a/tabs/auxiliary.css b/tabs/auxiliary.css index e332d926..383e354e 100644 --- a/tabs/auxiliary.css +++ b/tabs/auxiliary.css @@ -58,7 +58,7 @@ } .tab-auxiliary .mode.off .info, .tab-auxiliary .mode.on .info { - color:; + } .tab-auxiliary .mode .info { diff --git a/tabs/configuration.css b/tabs/configuration.css index ad1eb302..be975331 100644 --- a/tabs/configuration.css +++ b/tabs/configuration.css @@ -187,7 +187,8 @@ width: 100%; } -.tab-configuration .spacer_box {padding-bottom 10px; +.tab-configuration .spacer_box { + padding-bottom: 10px; float: left; width: calc(100% - 20px); } diff --git a/tabs/setup.css b/tabs/setup.css index c43122b5..6515827c 100644 --- a/tabs/setup.css +++ b/tabs/setup.css @@ -56,7 +56,7 @@ font-weight: bold; border: 1px solid silver; background-color: #ececec; - border-radius: 3px: + border-radius: 3px; z-index: 100; }