mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 06:15:16 +03:00
more UI changes
This commit is contained in:
parent
3508319e15
commit
96ea6bcdb5
2 changed files with 4 additions and 9 deletions
|
@ -46,8 +46,6 @@
|
||||||
#interactive_block {
|
#interactive_block {
|
||||||
float: left;
|
float: left;
|
||||||
|
|
||||||
margin-top: 10px;
|
|
||||||
|
|
||||||
height: 300px;
|
height: 300px;
|
||||||
width: 400px;
|
width: 400px;
|
||||||
|
|
||||||
|
@ -162,7 +160,6 @@
|
||||||
float: left;
|
float: left;
|
||||||
display: block;
|
display: block;
|
||||||
|
|
||||||
margin-top: 10px;
|
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
|
|
||||||
width: 145px;
|
width: 145px;
|
||||||
|
@ -174,7 +171,6 @@
|
||||||
|
|
||||||
display: block;
|
display: block;
|
||||||
|
|
||||||
margin-top: 10px;
|
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
|
|
||||||
width: 145px;
|
width: 145px;
|
||||||
|
|
|
@ -2,27 +2,26 @@
|
||||||
<div class="section">
|
<div class="section">
|
||||||
<a class="calibrateAccel" href="#">Calibrate Accelerometer</a>
|
<a class="calibrateAccel" href="#">Calibrate Accelerometer</a>
|
||||||
<p>
|
<p>
|
||||||
Place frame on a <strong style="color: green;">level</strong> surface, proceed with calibration, ensure it is <strong style="color: red;">not</strong> moving during this period.
|
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.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="section">
|
<div class="section">
|
||||||
<a class="calibrateMag" href="#">Calibrate Magnetometer</a>
|
<a class="calibrateMag" href="#">Calibrate Magnetometer</a>
|
||||||
<p>
|
<p>
|
||||||
Click the button, move multirotor atleast <strong>360</strong> degrees on all axis of rotation. <br />
|
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.
|
||||||
You have <strong style="color: red;">30 seconds</strong> to perform this task.
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="section">
|
<div class="section">
|
||||||
<a class="resetSettings" href="#">Reset Settings</a>
|
<a class="resetSettings" href="#">Reset Settings</a>
|
||||||
<p>
|
<p>
|
||||||
Reset <span style="color: red">all</span> settings to <strong>default</strong>
|
Restore <span style="color: red">all</span> settings to <strong>default</strong>.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="section">
|
<div class="section">
|
||||||
<a class="backup" href="#">Backup</a>
|
<a class="backup" href="#">Backup</a>
|
||||||
<a class="restore" href="#">Restore</a>
|
<a class="restore" href="#">Restore</a>
|
||||||
<p>
|
<p>
|
||||||
<strong>Backup</strong> your configuration in case of an accident. (<strong>CLI</strong> settings <strong style="color: red;">not</strong> included)
|
<strong>Backup</strong> your configuration in case of an accident. (<strong>CLI</strong> settings are <strong style="color: red;">not</strong> included).
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div id="interactive_block">
|
<div id="interactive_block">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue