NIHVIVO-3291: Grouped ingest tools page links

This commit is contained in:
manolobevia 2011-11-09 16:40:46 +00:00
parent eaa20487ff
commit 2fa8218134

View file

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