diff --git a/themes/wilma/css/wilma.css b/themes/wilma/css/wilma.css index a7eb9105..3e7f5e17 100644 --- a/themes/wilma/css/wilma.css +++ b/themes/wilma/css/wilma.css @@ -96,6 +96,7 @@ input.block { } label { margin-top: .5em; + margin-bottom: .5em; } label.inline { display: inline; @@ -399,6 +400,12 @@ a.account-menu:active { text-decoration: none; color: #5E6363; } +ul.ingestMenu { + margin-bottom: 1.5em; +} +.toBeDeleted { + margin-bottom: 0; +} /* -------------------------------------------------> */ /* HOMEPAGE AND INTERIOR PAGES STYLES --------------> */ @@ -1513,7 +1520,8 @@ article.property h3 { margin: 0; } h2#personInPosition .verbosePropertyListing, -h2#hasResearchArea .verbosePropertyListing { +h2#hasResearchArea .verbosePropertyListing, +h2#preferredTitle .verbosePropertyListing { display: block; }