1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-20 14:55:21 +03:00

another attempt to cleanup the initial tab

This commit is contained in:
cTn 2014-09-18 14:44:42 +02:00
parent 90cd5aa69b
commit 1d3b2e57fc
2 changed files with 9 additions and 6 deletions

View file

@ -165,19 +165,19 @@
"message": "Calibrate Accelerometer" "message": "Calibrate Accelerometer"
}, },
"initialSetupCalibrateAccelText": { "initialSetupCalibrateAccelText": {
"message": "Place board or frame on <strong style=\"color: green\">leveled</strong> surface, proceed with calibration, ensure platform is <strong style=\"color: red\">not</strong> moving during calibration period." "message": "Place board or frame on <strong>leveled</strong> surface, proceed with calibration, ensure platform is not moving during calibration period"
}, },
"initialSetupButtonCalibrateMag": { "initialSetupButtonCalibrateMag": {
"message": "Calibrate Magnetometer" "message": "Calibrate Magnetometer"
}, },
"initialSetupCalibrateMagText": { "initialSetupCalibrateMagText": {
"message": "Move multirotor atleast <strong>360</strong> degrees on all axis of rotation. You have <strong style=\"color: red\">30 seconds</strong> to perform this task." "message": "Move multirotor atleast <strong>360</strong> degrees on all axis of rotation, you have 30 seconds to perform this task"
}, },
"initialSetupButtonReset": { "initialSetupButtonReset": {
"message": "Reset Settings" "message": "Reset Settings"
}, },
"initialSetupResetText": { "initialSetupResetText": {
"message": "Restore <span style=\"color: red\">all</span> settings to <strong>default</strong>." "message": "Restore settings to <strong>default</strong>"
}, },
"initialSetupButtonBackup": { "initialSetupButtonBackup": {
"message": "Backup" "message": "Backup"
@ -186,7 +186,7 @@
"message": "Restore" "message": "Restore"
}, },
"initialSetupBackupRestoreText": { "initialSetupBackupRestoreText": {
"message": "<strong>Backup</strong> your configuration in case of an accident. (<strong>CLI</strong> settings are <strong style=\"color: red\">not</strong> included)." "message": "<strong>Backup</strong> your configuration in case of an accident, <strong>CLI</strong> settings are not included"
}, },
"initialSetupButtonResetZaxis": { "initialSetupButtonResetZaxis": {
"message": "Reset Z axis, offset: 0 deg" "message": "Reset Z axis, offset: 0 deg"

View file

@ -81,9 +81,12 @@
.tab-initial_setup .section p { .tab-initial_setup .section p {
margin-left: 180px; margin-left: 180px;
padding: 5px; padding: 0 0 0 5px;
border: 1px dotted silver; height: 25px;
line-height: 25px;
border-bottom: 1px solid #e5e5e5;
} }
#interactive_block { #interactive_block {
float: left; float: left;