From 7a392aba0e92edb8985fdca3ba3a32e5c26b7a23 Mon Sep 17 00:00:00 2001 From: mmcwilliams Date: Sat, 3 Feb 2018 16:46:32 -0500 Subject: [PATCH] Bold title on main screen --- app/www/static/css/index.css | 44 +++++++++++++++++++++++++++++++++--- 1 file changed, 41 insertions(+), 3 deletions(-) diff --git a/app/www/static/css/index.css b/app/www/static/css/index.css index 7f2977e..1ff4e98 100644 --- a/app/www/static/css/index.css +++ b/app/www/static/css/index.css @@ -44,7 +44,7 @@ html,body,button,h2,label,input{ } body.mobile{ - padding-top: 35px; + padding-top: 5px; } .page{ padding: 5px 10% 0 10%; @@ -192,6 +192,16 @@ button.focus{ margin-top: 6px; margin-bottom: 9px; } + +/* MAIN */ +#app{ + +} + +#app > h2{ + font-weight: bold; +} + #exposure, #delay{ width: 70%; @@ -360,6 +370,34 @@ footer > div.selected{ .setting select{ width: 90%; } -#camera{ +.setting .label{ + margin-bottom: 3px; +} +#cameraBtn{ margin-top: 20px; -} \ No newline at end of file +} +#camera_exposure, +#bolex_exposure{ + width: 50%; + float: left; +} +#camera_exposure input, +#bolex_exposure input{ + margin: 12px auto; + width: 69%; + display: block; +} +#camera_exposure h3, +#bolex_exposure h3{ + text-align: center; + font-weight: normal; +} +#camera_exposure div label, +#bolex_exposure div label{ + color: #666; + position: absolute; + margin-top: 8px; + text-align: center; + width: 100%; + margin-left: -50%; +}