change order so border is always visible
This commit is contained in:
parent
c0ae6031d5
commit
7994ba9342
@ -109,12 +109,6 @@
|
|||||||
<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; "
|
||||||
class="fas fa-save"></i>
|
class="fas fa-save"></i>
|
||||||
</button>
|
</button>
|
||||||
<button style="position: relative;" id="saveAsJSONBtn" title="Save whiteboard as JSON" 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-save"></i>
|
|
||||||
</button>
|
|
||||||
<button style="position: relative; display: none;" id="uploadWebDavBtn" title="Save whiteboard to webdav"
|
<button style="position: relative; display: none;" id="uploadWebDavBtn" title="Save whiteboard to webdav"
|
||||||
type="button" class="whiteboardBtn">
|
type="button" class="whiteboardBtn">
|
||||||
|
|
||||||
@ -122,6 +116,12 @@
|
|||||||
<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; "
|
||||||
class="fas fa-save"></i>
|
class="fas fa-save"></i>
|
||||||
</button>
|
</button>
|
||||||
|
<button style="position: relative;" id="saveAsJSONBtn" title="Save whiteboard as JSON" 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-save"></i>
|
||||||
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="btn-group">
|
<div class="btn-group">
|
||||||
|
Loading…
Reference in New Issue
Block a user