From 286c0eec4cb278f16e487c3b58e6d295d19bb2b3 Mon Sep 17 00:00:00 2001 From: mmcwilliams Date: Fri, 2 Feb 2018 13:02:15 -0500 Subject: [PATCH] Pull mscript features for now --- app/www/index.html | 16 ++++++++-------- app/www/static/css/index.css | 10 +++++++--- 2 files changed, 15 insertions(+), 11 deletions(-) diff --git a/app/www/index.html b/app/www/index.html index a9aeac4..500d7ca 100644 --- a/app/www/index.html +++ b/app/www/index.html @@ -5,8 +5,8 @@ - - + @@ -94,12 +94,12 @@ -
+

CAMERA EXPOSURE

ISO
@@ -115,20 +115,20 @@
-
+
- + - + \ No newline at end of file diff --git a/app/www/static/css/index.css b/app/www/static/css/index.css index 6fd528b..8e3ab64 100644 --- a/app/www/static/css/index.css +++ b/app/www/static/css/index.css @@ -245,7 +245,8 @@ footer{ } footer .icon { - width: 33.33%; + /*width: 33.33%;*/ + width: 50%; height: 50px; float: left; box-sizing: border-box; @@ -253,7 +254,8 @@ footer .icon { } body.mobile footer .icon{ - width: 25%; + /*width: 25%;*/ + width: 33.33%; } footer .icon:last-child{ @@ -329,7 +331,9 @@ footer > div.selected{ #password,#wifi,#ip{ display: none; } -#password.active,#ip.active,#wifi.active{ +#password.active, +#ip.active, +#wifi.active{ display: block; }