Pull default mobile styles.

This commit is contained in:
mmcwilliams 2018-02-06 17:34:58 -05:00
parent b5189a53eb
commit 4e69871d38
2 changed files with 9 additions and 2 deletions

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