Allow regular users to unlink tags from photos.
This commit is contained in:
@@ -588,14 +588,16 @@ a#previous_photo:hover, a#next_photo:hover {
|
||||
}
|
||||
#sub_photo #tag_list li {
|
||||
display: inline;
|
||||
padding-right: 0.75em;
|
||||
}
|
||||
#sub_photo #tag_list li:after {
|
||||
content: ', ';
|
||||
#tag_list .delete-tag {
|
||||
opacity: 0.25;
|
||||
}
|
||||
#sub_photo #tag_list li:last-child:after {
|
||||
content: '';
|
||||
#tag_list .delete-tag:hover {
|
||||
opacity: 1.0;
|
||||
}
|
||||
|
||||
|
||||
#photo_exif_box {
|
||||
background: #fff;
|
||||
box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
|
||||
|
||||
Reference in New Issue
Block a user