Adds a Delete button to the ViewPhotoPage.

The Delete button is non functional yet and is only available for
admins and the photo owner.
This commit is contained in:
2018-07-02 18:32:59 +00:00
parent fcbbc7106d
commit 344db6e4c5
3 changed files with 33 additions and 0 deletions

View File

@@ -619,6 +619,16 @@ a#previous_photo:hover, a#next_photo:hover {
margin: 0;
}
#user_actions_box {
background: #fff;
box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
margin: 25px 0 25px 0;
overflow: auto;
padding: 2%;
float: right;
width: 20%;
}
/* Responsive: smartphone in portrait
---------------------------------------*/