NIHVIVO-142 replicate revisions 230 and 231 which were not copied when the repository was renamed: Fixed alignment of citation when it appears at the bottom of the individual display plage, without a thumbnail; Markup and styles for adding a new moniker from the front end when there isn't already one present.

This commit is contained in:
jeb228 2010-03-21 18:10:16 +00:00
parent e81d304489
commit 00ff9e4775

View file

@ -208,6 +208,10 @@ div#labelAndMoniker { margin-bottom: 1.5em; }
display: inline;
}
.editing #labelAndMoniker div {
display: block;
}
#label h2,
#label h3 {
display: inline;
@ -218,6 +222,11 @@ em.moniker {
color: #9c9c9c;
}
.editing #moniker {
display: block;
margin-top: 1em;
}
ul.externalLinks { margin: 0 0 1.5em 0; }
ul.externalLinks li {
@ -603,7 +612,6 @@ ul.properties li {
list-style-type: none;
}
/*div.vitroNsPropertyValue,*/
div.datatypePropertyValue,
ul.properties li,
ul.datatypePropertyValue li {
@ -647,10 +655,10 @@ span.editLinks a.edit { padding-right: 4px; }
margin-top: -6px;
}
#moniker .statementWrap:hover span.editLinks {
position: static;
display: inline;
margin-left: 6px;
/* Needed when citation appears without a thumbnail, at the bottom of
the individual display page. */
.statementWrap .citation {
clear: both;
}