NIHVIVO-2280. Worked on markup and styles for account main page, add account, and edit account. Work in progress.
This commit is contained in:
parent
9593b175a8
commit
a9bc9fcfda
1 changed files with 19 additions and 2 deletions
|
@ -1459,7 +1459,7 @@ h2#hasResearchArea .verbosePropertyListing {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
/* -------------------------------------------------> */
|
/* -------------------------------------------------> */
|
||||||
/* ACCOUNTS ----------------------------------------> */
|
/* ACCOUNTS PAGE -----------------------------------> */
|
||||||
/* -------------------------------------------------> */
|
/* -------------------------------------------------> */
|
||||||
.account-feedback p {
|
.account-feedback p {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
@ -1518,3 +1518,20 @@ table#account td {
|
||||||
.accounts-per-page-form {
|
.accounts-per-page-form {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
/* -------------------------------------------------> */
|
||||||
|
/* ADD ACCOUNTS -----------------------------------> */
|
||||||
|
/* -------------------------------------------------> */
|
||||||
|
#add-account p {
|
||||||
|
margin-top: 15px;
|
||||||
|
}
|
||||||
|
#reset-password {
|
||||||
|
background-color: green;
|
||||||
|
}
|
||||||
|
form.customForm #reset-password {
|
||||||
|
margin-top: 20px;
|
||||||
|
}
|
||||||
|
#add-account .note {
|
||||||
|
padding-bottom: 20px;
|
||||||
|
padding-top: 0;
|
||||||
|
margin-top: 5px;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue