diff --git a/themes/vivo-basic/css/screen.css b/themes/vivo-basic/css/screen.css index 4ae16338..16eda538 100644 --- a/themes/vivo-basic/css/screen.css +++ b/themes/vivo-basic/css/screen.css @@ -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;