Push dev work to master #2

Merged
sixteenmillimeter merged 416 commits from dev into master 2018-07-19 15:29:02 +00:00
2 changed files with 9 additions and 2 deletions
Showing only changes of commit 4e69871d38 - Show all commits

View File

@ -9,7 +9,7 @@
<link rel="stylesheet" href="static/css/monokai.css" />-->
<link rel="stylesheet" href="static/css/index.css" />
</head>
<body class="mobile">
<body>
<div id="overlay">
<div id="spinner"></div>
</div>
@ -144,7 +144,7 @@
<input readonly id="bol_iso" type="text" />
</div>
<div>
<label>0.8</label>
<label><span class="pos">+0.8</span></label>
</div>
</div>
</div>

View File

@ -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;
}