mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-16 04:45:20 +03:00
status bar UI (alpha version)
This commit is contained in:
parent
78efe0df5b
commit
de13f77135
2 changed files with 17 additions and 0 deletions
|
@ -353,6 +353,20 @@ a:hover {
|
|||
width: 880px;
|
||||
height: 250px;
|
||||
}
|
||||
#status-bar {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
|
||||
width: 940px;
|
||||
height: 20px;
|
||||
line-height: 20px;
|
||||
|
||||
padding: 0 10px 0 10px;
|
||||
|
||||
border-top: 1px solid #7d7d79;
|
||||
background-color: #bfbeb5;
|
||||
}
|
||||
|
||||
/* Flotr related styles */
|
||||
.flotr-legend {
|
||||
|
|
|
@ -83,6 +83,9 @@
|
|||
</div>
|
||||
<div id="content">
|
||||
</div>
|
||||
<div id="status-bar">
|
||||
<!-- port usage, flight software version info and other stuff goes here -->
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue