NIHVIVO-2280: Styled 'create new password' page for new user accounts.
This commit is contained in:
parent
72e178f68f
commit
1fe01e5afc
1 changed files with 7 additions and 4 deletions
|
@ -1544,9 +1544,7 @@ section.accounts .delete-account{
|
|||
.accounts-per-page-form {
|
||||
display: inline-block;
|
||||
}
|
||||
/* -------------------------------------------------> */
|
||||
/* ADD ACCOUNTS -----------------------------------> */
|
||||
/* -------------------------------------------------> */
|
||||
/* ADD ACCOUNTS ------> */
|
||||
#add-account p {
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
@ -1556,7 +1554,7 @@ section.accounts .delete-account{
|
|||
form.customForm #reset-password {
|
||||
margin-top: 20px;
|
||||
}
|
||||
#add-account .note {
|
||||
form.customForm p.note{
|
||||
padding-bottom: 20px;
|
||||
padding-top: 0;
|
||||
margin-top: 25px;
|
||||
|
@ -1564,6 +1562,11 @@ form.customForm #reset-password {
|
|||
#add-account input[type="text"] {
|
||||
width: 20em;
|
||||
}
|
||||
/* CREATE PASSWORD ------> */
|
||||
#create-password p.note {
|
||||
margin-top: 0;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
/* -------------------------------------------------> */
|
||||
/* DROP DOWN USER MENU ----------------------------> */
|
||||
/* -------------------------------------------------> */
|
||||
|
|
Loading…
Add table
Reference in a new issue