forked from Public/pics
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:
@@ -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
|
||||
---------------------------------------*/
|
||||
|
||||
Reference in New Issue
Block a user