mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-16 13:20:01 +01:00
Format the "Take a Photo" button (#739)
* Update index.html added bootstrap classes btn brn-default btn-md for Take a photo button * changed brn-default btn-primary * changed button color and size
This commit is contained in:
@@ -63,7 +63,7 @@
|
|||||||
</p>
|
</p>
|
||||||
<center>
|
<center>
|
||||||
<input type="file" id="fileInput" value="" accept="image/*"><br />
|
<input type="file" id="fileInput" value="" accept="image/*"><br />
|
||||||
<button type="button" id="take-photo">Take a Photo</button>
|
<button type="button" id="take-photo" class="btn btn-primary btn-block btn-lg ">Take a Photo</button>
|
||||||
<video id="video" width="400" height="300" style="display:none"></video>
|
<video id="video" width="400" height="300" style="display:none"></video>
|
||||||
<a href="#" id="capture" style="display:none" class="btn btn-primary btn-md">Click Picture</a>
|
<a href="#" id="capture" style="display:none" class="btn btn-primary btn-md">Click Picture</a>
|
||||||
<a href="#" id="close" style="display:none" class="btn btn-default btn-md">Close</a>
|
<a href="#" id="close" style="display:none" class="btn btn-default btn-md">Close</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user