Changed button style

This commit is contained in:
Thomas FORGIONE 2015-04-26 15:58:31 +02:00
parent b83ae12dad
commit f88a959b67
1 changed files with 2 additions and 2 deletions

View File

@ -17,8 +17,8 @@ when you come closer to them, and you can automatically move to them by
clicking on them. You can reset the camera at anytime by clicking on the reset clicking on them. You can reset the camera at anytime by clicking on the reset
button. button.
<button id="full" style="margin-bottom: 10px;">Fullscreen</button> <button class="btn btn-primary" id="full" style="margin-bottom: 10px;">Fullscreen</button>
<button id="reset" style="margin-bottom:10px">Reset camera</button> <button class="btn btn-primary" id="reset" style="margin-bottom:10px">Reset camera</button>
<input type="checkbox" id="fullarrow" style="margin-bottom:10px"> <input type="checkbox" id="fullarrow" style="margin-bottom:10px">
<label for="fullarrow">Full arrow</label> <label for="fullarrow">Full arrow</label>
<input type="checkbox" id="collisions" style="margin-bottom:10px" checked> <input type="checkbox" id="collisions" style="margin-bottom:10px" checked>