From 4e69871d3820d959f96bc23593ec01787c361b7d Mon Sep 17 00:00:00 2001 From: mmcwilliams Date: Tue, 6 Feb 2018 17:34:58 -0500 Subject: [PATCH] Pull default mobile styles. --- app/www/index.html | 4 ++-- app/www/static/css/index.css | 7 +++++++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/app/www/index.html b/app/www/index.html index e7dd9a5..35b6af6 100644 --- a/app/www/index.html +++ b/app/www/index.html @@ -9,7 +9,7 @@ --> - +
@@ -144,7 +144,7 @@
- +
diff --git a/app/www/static/css/index.css b/app/www/static/css/index.css index 1ff4e98..8866890 100644 --- a/app/www/static/css/index.css +++ b/app/www/static/css/index.css @@ -386,6 +386,7 @@ footer > div.selected{ margin: 12px auto; width: 69%; display: block; + border-color: #666; } #camera_exposure h3, #bolex_exposure h3{ @@ -401,3 +402,9 @@ footer > div.selected{ width: 100%; margin-left: -50%; } +span.neg{ + color: #f32121;; +} +span.pos{ + color: #20ce45; +}