diff --git a/app/www/index.html b/app/www/index.html index 53038a9..ea4737a 100644 --- a/app/www/index.html +++ b/app/www/index.html @@ -96,6 +96,7 @@ } input[type=number], input[type=text], + input[type=password], select{ width: 100%; border: 2px solid #fff; @@ -191,13 +192,27 @@ #bar h1.selected{ opacity: 1.0; } + #exposure, + #delay{ + width: 70%; + display: inline-block; + } + #scale, + #delayScale{ + width: 25%; + display: inline-block; + float: right; + } + #str{ + color: #fff; + }