diff --git a/js/apps/system/aardvark/frontend/js/templates/modalBase.ejs b/js/apps/system/aardvark/frontend/js/templates/modalBase.ejs index 53a819e319..a2dbc14889 100644 --- a/js/apps/system/aardvark/frontend/js/templates/modalBase.ejs +++ b/js/apps/system/aardvark/frontend/js/templates/modalBase.ejs @@ -21,5 +21,10 @@ <%});%> + diff --git a/js/apps/system/aardvark/frontend/scss/_modals.scss b/js/apps/system/aardvark/frontend/scss/_modals.scss index c160649828..9e20ea2914 100644 --- a/js/apps/system/aardvark/frontend/scss/_modals.scss +++ b/js/apps/system/aardvark/frontend/scss/_modals.scss @@ -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; + } + } +} diff --git a/js/apps/system/aardvark/frontend/scss/generated.css b/js/apps/system/aardvark/frontend/scss/generated.css index ec0c33b02e..85d43c6c3c 100644 --- a/js/apps/system/aardvark/frontend/scss/generated.css +++ b/js/apps/system/aardvark/frontend/scss/generated.css @@ -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;