NIHVIVO-2280: Worked on Add new account page: Added breadcrumbs, changed text size for radio buttons, and added style for Cancel button.
This commit is contained in:
parent
ab07708376
commit
72e178f68f
1 changed files with 19 additions and 7 deletions
|
@ -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 ----------------------------> */
|
||||
/* -------------------------------------------------> */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue