diff --git a/.gitignore b/.gitignore index dd23eb4..144d0e3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ node_modules run_dev.sh -state \ No newline at end of file +state +*.DS_Store diff --git a/app/.gitignore b/app/.gitignore new file mode 100644 index 0000000..5509140 --- /dev/null +++ b/app/.gitignore @@ -0,0 +1 @@ +*.DS_Store diff --git a/app/www/index.html b/app/www/index.html index 7278ec3..c669ad5 100644 --- a/app/www/index.html +++ b/app/www/index.html @@ -30,11 +30,6 @@ text-align: center; font-weight: normal; } - #bar{ - height: 60px; - border-bottom: 1px solid #444; - width: 100%; - } /* The switch - the box around the slider */ .switch { position: relative; @@ -157,40 +152,8 @@ margin-top: 6px; margin-bottom: 9px; } - #settingsIcon{ - display: block; - position: absolute; - top: 20px; - left: 10px; - opacity: 0.8; - } - #settingsIcon:active, - #settingsIcon.selected{ - opacity: 1.0; - } - #mscriptIcon{ - display: block; - position: absolute; - top: 20px; - right: 10px; - opacity: 0.8; - } - #mscriptIcon:active, - #mscriptIcon.selected{ - opacity: 1.0; - } - #bar h1 { - font-size: 28px; - text-align: center; - display: block; - box-sizing: border-box; - padding: 20px 0 0 0; - margin: 0; - font-weight: normal; - opacity: 0.8; - } - #bar h1.selected{ - opacity: 1.0; + .icon{ + } #exposure, #delay{ @@ -212,11 +175,6 @@
-