Tweak photo editing icons
This commit is contained in:
parent
b4e6f0a1b5
commit
0c3511e331
1 changed files with 3 additions and 3 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue