1
0
Fork 0
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:
cTn 2013-04-10 11:49:41 +02:00
parent 78efe0df5b
commit de13f77135
2 changed files with 17 additions and 0 deletions

View file

@ -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 {

View file

@ -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>