Added new delete method dialog

This commit is contained in:
PeekabooSteam
2023-10-27 17:26:41 +01:00
parent d14741f3b1
commit f954338c27
8 changed files with 148 additions and 43 deletions

View File

@@ -140,6 +140,16 @@
align-items: center;
}
#slow-delete-popup {
align-self: center;
display:flex;
justify-self: center;
position: absolute;
width: fit-content;
height: fit-content;
z-index: 9999999999;
}
#log-panel {
position: absolute;
right: 0px;

View File

@@ -699,7 +699,7 @@ nav.ol-panel> :last-child {
overflow: hidden;
width: 70%;
max-width: 1200px;
z-index: 99999;
z-index: 999999;
}
@media (min-width: 1700px) {
@@ -796,7 +796,7 @@ nav.ol-panel> :last-child {
position: fixed;
top: 0px;
width: 100%;
z-index: 9999;
z-index: 99999;
}
#authentication-form {
@@ -1148,7 +1148,7 @@ dl.ol-data-grid dd {
background-color: var(--background-slate-blue);
color: white;
position: absolute;
z-index: 9999;
z-index: 999999;
}
.ol-panel.ol-dialog {
@@ -1178,8 +1178,10 @@ dl.ol-data-grid dd {
}
.ol-dialog-footer {
align-content: center;
border-top: 1px solid var(--background-grey);
display: flex;
justify-content: center;
padding-top: 15px;
row-gap: 10px;
}