From 00ff9e47756c171684bb5522977ab58165fa269f Mon Sep 17 00:00:00 2001 From: jeb228 Date: Sun, 21 Mar 2010 18:10:16 +0000 Subject: [PATCH] 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. --- themes/vivo-basic/css/screen.css | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/themes/vivo-basic/css/screen.css b/themes/vivo-basic/css/screen.css index f2b0ce17..100afc65 100644 --- a/themes/vivo-basic/css/screen.css +++ b/themes/vivo-basic/css/screen.css @@ -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; }