From adae47ae04719cacccd1a9e7ebd3c3dec6c888f8 Mon Sep 17 00:00:00 2001 From: rjy7 Date: Mon, 15 Mar 2010 15:33:40 +0000 Subject: [PATCH] NIHVIVO-149 Styles for front end edit links on vitro namespace properties --- themes/vivo-basic/css/screen.css | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/themes/vivo-basic/css/screen.css b/themes/vivo-basic/css/screen.css index 20616ee0..4ae16338 100644 --- a/themes/vivo-basic/css/screen.css +++ b/themes/vivo-basic/css/screen.css @@ -203,13 +203,24 @@ Individual Pages div#label { margin-bottom: 1.5em; } + +#label div { + display: inline; +} + #label h2, #label h3 { display: inline; padding-right: 6px; } -em.moniker { color: #9c9c9c; } +#label .editLinks { + margin-top: -6px; +} + +em.moniker { + color: #9c9c9c; +} ul.externalLinks { margin: 0 0 1.5em 0; } @@ -596,8 +607,9 @@ ul.properties li { list-style-type: none; } -ul.properties li, +div.vitroNsPropertyValue, div.datatypePropertyValue, +ul.properties li, ul.datatypePropertyValue li { position: relative; } @@ -619,8 +631,8 @@ span.editLinks a:hover { color: #000; } span.editLinks a.edit { padding-right: 4px; } -span.statementWrap:hover span.editLinks, -span.statementWrap:hover em.nonEditable { +.statementWrap:hover span.editLinks, +.statementWrap:hover em.nonEditable { display: block; width: 6em; padding: 2px 0 4px 0;