NIHVIVO-2199: Restored alpha transparency to white background of edit links for image on individual page. Also added the same alpha transparency for adding a photo

This commit is contained in:
mb863 2011-03-09 16:30:34 +00:00
parent d07e7d7005
commit a7ad714ea1

View file

@ -85,7 +85,7 @@ img.individual-photo {
#mainImage { #mainImage {
position: absolute; position: absolute;
padding: 5px 5px 8px 5px; padding: 5px 5px 8px 5px;
background-color: #fff; background-color: rgba(255, 255, 255, 0.6);
top: 6px; top: 6px;
left: 6px; left: 6px;
} }
@ -332,7 +332,7 @@ article.property ul.subclass-property-list li {
} }
.edit-mainImage { .edit-mainImage {
position: absolute; position: absolute;
background: #fff; background: rgba(255, 255, 255, 0.6);
padding: 0 6px 0 0; padding: 0 6px 0 0;
top: 6px; top: 6px;
left: 6px; left: 6px;
@ -346,7 +346,7 @@ a.edit-mainImage img.edit-individual {
position: absolute; position: absolute;
top: 6px; top: 6px;
left: 36px; left: 36px;
background: #fff; background: rgba(255, 255, 255, 0.6);
padding: 0 6px 0 8px; padding: 0 6px 0 8px;
} }
.middle { .middle {