Adds a Confirm Delete page and actually delete the assets.

This commit is contained in:
2018-07-07 12:21:12 +00:00
parent 344db6e4c5
commit e40c05c1f8
7 changed files with 114 additions and 2 deletions

View File

@@ -629,6 +629,14 @@ a#previous_photo:hover, a#next_photo:hover {
width: 20%;
}
#confirm_box {
background: #fff;
box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
padding: 2%;
margin: 25px 0 25px 0;
text-align: center;
}
/* Responsive: smartphone in portrait
---------------------------------------*/