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:
parent
d07e7d7005
commit
a7ad714ea1
1 changed files with 3 additions and 3 deletions
|
@ -85,7 +85,7 @@ img.individual-photo {
|
|||
#mainImage {
|
||||
position: absolute;
|
||||
padding: 5px 5px 8px 5px;
|
||||
background-color: #fff;
|
||||
background-color: rgba(255, 255, 255, 0.6);
|
||||
top: 6px;
|
||||
left: 6px;
|
||||
}
|
||||
|
@ -332,7 +332,7 @@ article.property ul.subclass-property-list li {
|
|||
}
|
||||
.edit-mainImage {
|
||||
position: absolute;
|
||||
background: #fff;
|
||||
background: rgba(255, 255, 255, 0.6);
|
||||
padding: 0 6px 0 0;
|
||||
top: 6px;
|
||||
left: 6px;
|
||||
|
@ -346,7 +346,7 @@ a.edit-mainImage img.edit-individual {
|
|||
position: absolute;
|
||||
top: 6px;
|
||||
left: 36px;
|
||||
background: #fff;
|
||||
background: rgba(255, 255, 255, 0.6);
|
||||
padding: 0 6px 0 8px;
|
||||
}
|
||||
.middle {
|
||||
|
|
Loading…
Add table
Reference in a new issue