Hide BLE functions but don't hide footer on web

This commit is contained in:
mmcwilliams 2018-02-09 12:25:22 -05:00
parent 2c40fa4e0e
commit 65cdf44105
2 changed files with 4 additions and 5 deletions

View File

@ -80,8 +80,7 @@
<button id="wifi" class="" onclick="mobile.setWifi();">CONNECT</button>
<button id="wifiRefresh" class="" onclick="mobile.getWifi();">REFRESH WIFI</button>
</div>
<div class="ble">
<br />
<div>
<button id="reset" onclick="mobile.reset();">RESET</button>
<button id="restart" onclick="mobile.restart();">RESTART</button>
<button id="update" onclick="mobile.update();">UPDATE</button>
@ -113,10 +112,10 @@
</select>
</div>
</div>
<button id="cameraBtn" onclick="mobile.getCamera();">
<button id="cameraBtn" class="ble" onclick="mobile.getCamera();">
<i class="cameraIcon"></i>
</button>
<div class="clearfix">
<div class="clearfix ble">
<div id="camera_exposure">
<h3>PHONE</h3>
<div>

View File

@ -254,7 +254,7 @@ button i {
}
footer{
display: none;
/*display: none;*/
width: 100%;
height: 50px;
position: fixed;