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:
parent
e81d304489
commit
00ff9e4775
1 changed files with 13 additions and 5 deletions
|
@ -208,6 +208,10 @@ div#labelAndMoniker { margin-bottom: 1.5em; }
|
||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.editing #labelAndMoniker div {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
#label h2,
|
#label h2,
|
||||||
#label h3 {
|
#label h3 {
|
||||||
display: inline;
|
display: inline;
|
||||||
|
@ -218,6 +222,11 @@ em.moniker {
|
||||||
color: #9c9c9c;
|
color: #9c9c9c;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.editing #moniker {
|
||||||
|
display: block;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
ul.externalLinks { margin: 0 0 1.5em 0; }
|
ul.externalLinks { margin: 0 0 1.5em 0; }
|
||||||
|
|
||||||
ul.externalLinks li {
|
ul.externalLinks li {
|
||||||
|
@ -603,7 +612,6 @@ ul.properties li {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*div.vitroNsPropertyValue,*/
|
|
||||||
div.datatypePropertyValue,
|
div.datatypePropertyValue,
|
||||||
ul.properties li,
|
ul.properties li,
|
||||||
ul.datatypePropertyValue li {
|
ul.datatypePropertyValue li {
|
||||||
|
@ -647,10 +655,10 @@ span.editLinks a.edit { padding-right: 4px; }
|
||||||
margin-top: -6px;
|
margin-top: -6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#moniker .statementWrap:hover span.editLinks {
|
/* Needed when citation appears without a thumbnail, at the bottom of
|
||||||
position: static;
|
the individual display page. */
|
||||||
display: inline;
|
.statementWrap .citation {
|
||||||
margin-left: 6px;
|
clear: both;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue