Tweak photo editing icons

This commit is contained in:
Graham Triggs 2017-09-30 10:37:50 +01:00
parent b4e6f0a1b5
commit 0c3511e331

View file

@ -109,7 +109,7 @@ ul#individual-facultyMemberships li {
.edit-mainImage { .edit-mainImage {
position: absolute; position: absolute;
background: rgba(255, 255, 255, 0.6); background: rgba(255, 255, 255, 0.6);
padding: 0 6px 0 0; padding: 0 6px 0 6px;
top: 6px; top: 6px;
left: 21px; left: 21px;
} }
@ -121,9 +121,9 @@ a.edit-mainImage img.edit-individual {
.delete-mainImage { .delete-mainImage {
position: absolute; position: absolute;
top: 6px; top: 6px;
left: 51px; left: 55px;
background: rgba(255, 255, 255, 0.6); background: rgba(255, 255, 255, 0.6);
padding: 0 6px 0 8px; padding: 0 6px 0 6px;
} }
#admin { #admin {