Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iNavFlight/inav-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorskaman82 <albert@wd-design.de>2015-10-24 07:53:48 +0300
committerskaman82 <albert@wd-design.de>2015-10-24 07:53:48 +0300
commitba23917ef782fdcff9138fabd616e98df111dca2 (patch)
tree0d329f15286f148ecef07fd6638c6440e51df2ea /main.html
parent71b9e6dad4cd2739f6a189f058f350c310ecf7be (diff)
Log bar upgrade to show scroll functionality to user
Diffstat (limited to 'main.html')
-rwxr-xr-xmain.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/main.html b/main.html
index 11576aae..4512814c 100755
--- a/main.html
+++ b/main.html
@@ -90,7 +90,7 @@
<body>
<div id="main-wrapper">
<div class="headerbar">
- <div class="logswitch"><a href="#" id="showlog">Show Log</a></div>
+
<div id="logo"></div>
<div id="port-picker">
@@ -176,7 +176,9 @@
</div> </div>
<div class="clear-both"></div>
- <div id="log">
+ <div class="logswitch"><a href="#" id="showlog">Show Log</a></div>
+
+ <div id="log"><div id="scrollicon"></div>
<div class="wrapper">
</div>
</div>