NIHVIVO-2093: Deleted height property for keeping aspect ratio. Aligned editing links at the top left of the individual photo.

This commit is contained in:
mb863 2011-02-09 19:53:24 +00:00
parent 2318738bda
commit 98a6f81ef7

View file

@ -77,7 +77,6 @@ ul#links-additional{
} }
img.individual-photo { img.individual-photo {
width: 160px; width: 160px;
height: 160px;
margin-left: 0; margin-left: 0;
float: left; float: left;
margin-right: 20px; margin-right: 20px;
@ -87,13 +86,12 @@ img.individual-photo {
position: absolute; position: absolute;
padding: 5px 5px 8px 5px; padding: 5px 5px 8px 5px;
background-color: #fff; background-color: #fff;
top: 126px; top: 6px;
right: 27px; left: 6px;
} }
h2#mainImage, #share-contact h2 { h2#mainImage, #share-contact h2 {
font-size: 1em; font-size: 1em;
line-height: 1em; line-height: 1em;
margin-top: 15px;
padding-bottom: 0.3em padding-bottom: 0.3em
} }
ul#individual-tools-people { ul#individual-tools-people {
@ -332,8 +330,8 @@ article.property ul.subclass-property-list li {
position: absolute; position: absolute;
background: #fff; background: #fff;
padding: 0 6px 0 0; padding: 0 6px 0 0;
top: 143px; top: 6px;
left: 110px; left: 6px;
} }
a.edit-mainImage img.edit-individual { a.edit-mainImage img.edit-individual {
border: 0; border: 0;
@ -342,8 +340,8 @@ a.edit-mainImage img.edit-individual {
} }
.delete-mainImage { .delete-mainImage {
position: absolute; position: absolute;
top: 143px; top: 6px;
left: 140px; left: 36px;
background: #fff; background: #fff;
padding: 0 6px 0 8px; padding: 0 6px 0 8px;
} }