mirror of https://gitee.com/bigwinds/arangodb
added confirmation div
This commit is contained in:
parent
c6d4d7de08
commit
4cebb1a752
|
@ -21,5 +21,10 @@
|
|||
<button id="modalButton<%=key%>" class="button-<%=type%>" <%=disabled%>><%=title%></button>
|
||||
<%});%>
|
||||
</div>
|
||||
<div class="alert alert-error modal-delete-confirmation" id="modal-delete-confirmation">
|
||||
<strong>Really delete?</strong>
|
||||
<button id="modal-confirm-delete" class="button-danger pull-right modal-confirm-delete">Yes</button>
|
||||
<button id="modal-abort-delete" class="button-neutral pull-right">No</button>
|
||||
</div>
|
||||
</div>
|
||||
</script>
|
||||
|
|
|
@ -181,3 +181,16 @@ pre.gv-object-view {
|
|||
.modal-body input[type='checkbox'] {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.modal-delete-confirmation {
|
||||
display: none;
|
||||
|
||||
button {
|
||||
margin-top: -4px;
|
||||
margin-right: 10px;
|
||||
|
||||
.modal-confirm-delete {
|
||||
margin-right: -18px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2586,6 +2586,14 @@ pre.gv-object-view {
|
|||
.modal-body input[type='checkbox'] {
|
||||
margin-bottom: 10px; }
|
||||
|
||||
.modal-delete-confirmation {
|
||||
display: none; }
|
||||
.modal-delete-confirmation button {
|
||||
margin-top: -4px;
|
||||
margin-right: 10px; }
|
||||
.modal-delete-confirmation button .modal-confirm-delete {
|
||||
margin-right: -18px; }
|
||||
|
||||
.navlogo .stat_cpu {
|
||||
height: 26px;
|
||||
margin-top: 1px;
|
||||
|
|
Loading…
Reference in New Issue