diff --git a/themes/wilma/css/wilma.css b/themes/wilma/css/wilma.css index dfaf98fc..83f96e24 100644 --- a/themes/wilma/css/wilma.css +++ b/themes/wilma/css/wilma.css @@ -97,6 +97,11 @@ input.block { label { margin-top: .5em; } +label.inline { + display: inline; + font-weight: normal; + font-size: .9em; +} .verbose-toggle, .verbose-toggle:visited, #showAddFormButton, @@ -365,15 +370,19 @@ form select { border: 1px dotted #FFD324; } a.ingestMenu:link, -a.ingestMenu:visited { - text-decoration: none; - color: #5E6363; -} -a.ingestMenu:hover, -a.ingestMenu:active { +a.ingestMenu:visited, +a.account-menu:link, +a.account-menu:visited { text-decoration: none; color: #2485AE; } +a.ingestMenu:hover, +a.ingestMenu:active, +a.account-menu:hover, +a.account-menu:active { + text-decoration: none; + color: #5E6363; +} /* -------------------------------------------------> */ /* HOMEPAGE AND INTERIOR PAGES STYLES --------------> */ @@ -1467,7 +1476,7 @@ h2#hasResearchArea .verbosePropertyListing { display: block; } /* -------------------------------------------------> */ -/* ACCOUNTS PAGE -----------------------------------> */ +/* ACCOUNT PAGE ------------------------------------> */ /* -------------------------------------------------> */ .account-feedback p { line-height: 1.5em; @@ -1552,6 +1561,9 @@ form.customForm #reset-password { padding-top: 0; margin-top: 25px; } +#add-account input[type="text"] { + width: 20em; +} /* -------------------------------------------------> */ /* DROP DOWN USER MENU ----------------------------> */ /* -------------------------------------------------> */