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 {
|
label {
|
||||||
margin-top: .5em;
|
margin-top: .5em;
|
||||||
}
|
}
|
||||||
|
label.inline {
|
||||||
|
display: inline;
|
||||||
|
font-weight: normal;
|
||||||
|
font-size: .9em;
|
||||||
|
}
|
||||||
.verbose-toggle,
|
.verbose-toggle,
|
||||||
.verbose-toggle:visited,
|
.verbose-toggle:visited,
|
||||||
#showAddFormButton,
|
#showAddFormButton,
|
||||||
|
@ -365,15 +370,19 @@ form select {
|
||||||
border: 1px dotted #FFD324;
|
border: 1px dotted #FFD324;
|
||||||
}
|
}
|
||||||
a.ingestMenu:link,
|
a.ingestMenu:link,
|
||||||
a.ingestMenu:visited {
|
a.ingestMenu:visited,
|
||||||
text-decoration: none;
|
a.account-menu:link,
|
||||||
color: #5E6363;
|
a.account-menu:visited {
|
||||||
}
|
|
||||||
a.ingestMenu:hover,
|
|
||||||
a.ingestMenu:active {
|
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: #2485AE;
|
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 --------------> */
|
/* HOMEPAGE AND INTERIOR PAGES STYLES --------------> */
|
||||||
|
@ -1467,7 +1476,7 @@ h2#hasResearchArea .verbosePropertyListing {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
/* -------------------------------------------------> */
|
/* -------------------------------------------------> */
|
||||||
/* ACCOUNTS PAGE -----------------------------------> */
|
/* ACCOUNT PAGE ------------------------------------> */
|
||||||
/* -------------------------------------------------> */
|
/* -------------------------------------------------> */
|
||||||
.account-feedback p {
|
.account-feedback p {
|
||||||
line-height: 1.5em;
|
line-height: 1.5em;
|
||||||
|
@ -1552,6 +1561,9 @@ form.customForm #reset-password {
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
margin-top: 25px;
|
margin-top: 25px;
|
||||||
}
|
}
|
||||||
|
#add-account input[type="text"] {
|
||||||
|
width: 20em;
|
||||||
|
}
|
||||||
/* -------------------------------------------------> */
|
/* -------------------------------------------------> */
|
||||||
/* DROP DOWN USER MENU ----------------------------> */
|
/* DROP DOWN USER MENU ----------------------------> */
|
||||||
/* -------------------------------------------------> */
|
/* -------------------------------------------------> */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue