NIHVIVO-143 Add front end edit links to moniker

This commit is contained in:
rjy7 2010-03-15 20:49:01 +00:00
parent 8b5c82cb6c
commit e8d091b22d

View file

@ -201,10 +201,10 @@ div#breadcrumbs a:hover { color: #000; }
Individual Pages
************************/
div#label { margin-bottom: 1.5em; }
div#labelAndMoniker { margin-bottom: 1.5em; }
#label div {
#labelAndMoniker div {
display: inline;
}
@ -214,10 +214,6 @@ div#label { margin-bottom: 1.5em; }
padding-right: 6px;
}
#label .editLinks {
margin-top: -6px;
}
em.moniker {
color: #9c9c9c;
}
@ -614,6 +610,7 @@ ul.datatypePropertyValue li {
position: relative;
}
span.editLinks,
em.nonEditable {
display: none;
@ -645,6 +642,18 @@ span.editLinks a.edit { padding-right: 4px; }
text-align: center;
}
#label .editLinks {
margin-top: -6px;
}
#moniker .statementWrap:hover span.editLinks {
position: static;
display: inline;
margin-left: 6px;
}
span.statementWrap:hover em.nonEditable {
padding-top: 5px;
width: 8em;