moved button
This commit is contained in:
parent
23ebcbfb82
commit
24601c2c6c
@ -125,12 +125,6 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="btn-group">
|
<div class="btn-group">
|
||||||
<button id="addPageToCanvasBtn" title="Add a page to this canvas" type="button" class="whiteboardBtn">
|
|
||||||
<i class="far fa-file-alt"></i>
|
|
||||||
<i style="position: absolute; top: 3px; left: 2px; color: #000000; font-size: 0.5em; "
|
|
||||||
class="fas fa-upload"></i>
|
|
||||||
</button>
|
|
||||||
|
|
||||||
|
|
||||||
<button id="addImgToCanvasBtn" title="Upload Image to whiteboard" type="button" class="whiteboardBtn">
|
<button id="addImgToCanvasBtn" title="Upload Image to whiteboard" type="button" class="whiteboardBtn">
|
||||||
<i class="fas fa-image"></i>
|
<i class="fas fa-image"></i>
|
||||||
@ -138,8 +132,14 @@
|
|||||||
class="fas fa-upload"></i>
|
class="fas fa-upload"></i>
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
<button style="position: relative;" id="uploadJsonBtn" title="Load saved JSON to whiteboard" type="button"
|
<button style="position: relative;" id="addPageBtn" title="Add a page to this canvas" type="button" class="whiteboardBtn">
|
||||||
class="whiteboardBtn">
|
|
||||||
|
<i class="far fa-file-alt"></i>
|
||||||
|
<i style="position: absolute; top: 3px; left: 2px; color: #000000; font-size: 0.5em; "
|
||||||
|
class="fas fa-upload"></i>
|
||||||
|
</button>
|
||||||
|
|
||||||
|
<button style="position: relative;" id="uploadJsonBtn" title="Load saved JSON to whiteboard" type="button" class="whiteboardBtn">
|
||||||
|
|
||||||
<i class="far fa-file-alt"></i>
|
<i class="far fa-file-alt"></i>
|
||||||
<i style="position: absolute; top: 3px; left: 2px; color: #000000; font-size: 0.5em; "
|
<i style="position: absolute; top: 3px; left: 2px; color: #000000; font-size: 0.5em; "
|
||||||
|
Loading…
Reference in New Issue
Block a user