Pull default mobile styles.
This commit is contained in:
parent
b5189a53eb
commit
4e69871d38
|
@ -9,7 +9,7 @@
|
||||||
<link rel="stylesheet" href="static/css/monokai.css" />-->
|
<link rel="stylesheet" href="static/css/monokai.css" />-->
|
||||||
<link rel="stylesheet" href="static/css/index.css" />
|
<link rel="stylesheet" href="static/css/index.css" />
|
||||||
</head>
|
</head>
|
||||||
<body class="mobile">
|
<body>
|
||||||
<div id="overlay">
|
<div id="overlay">
|
||||||
<div id="spinner"></div>
|
<div id="spinner"></div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -144,7 +144,7 @@
|
||||||
<input readonly id="bol_iso" type="text" />
|
<input readonly id="bol_iso" type="text" />
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<label>0.8</label>
|
<label><span class="pos">+0.8</span></label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -386,6 +386,7 @@ footer > div.selected{
|
||||||
margin: 12px auto;
|
margin: 12px auto;
|
||||||
width: 69%;
|
width: 69%;
|
||||||
display: block;
|
display: block;
|
||||||
|
border-color: #666;
|
||||||
}
|
}
|
||||||
#camera_exposure h3,
|
#camera_exposure h3,
|
||||||
#bolex_exposure h3{
|
#bolex_exposure h3{
|
||||||
|
@ -401,3 +402,9 @@ footer > div.selected{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-left: -50%;
|
margin-left: -50%;
|
||||||
}
|
}
|
||||||
|
span.neg{
|
||||||
|
color: #f32121;;
|
||||||
|
}
|
||||||
|
span.pos{
|
||||||
|
color: #20ce45;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue