NIHVIVO-2280: Styled 'user account EDIT' page, and added breadcrumbs.
This commit is contained in:
parent
1fe01e5afc
commit
438bf7d637
1 changed files with 10 additions and 4 deletions
|
@ -1546,13 +1546,11 @@ section.accounts .delete-account{
|
||||||
}
|
}
|
||||||
/* ADD ACCOUNTS ------> */
|
/* ADD ACCOUNTS ------> */
|
||||||
#add-account p {
|
#add-account p {
|
||||||
margin-top: 15px;
|
margin-top: 8px;
|
||||||
}
|
|
||||||
#reset-password {
|
|
||||||
background-color: green;
|
|
||||||
}
|
}
|
||||||
form.customForm #reset-password {
|
form.customForm #reset-password {
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
form.customForm p.note{
|
form.customForm p.note{
|
||||||
padding-bottom: 20px;
|
padding-bottom: 20px;
|
||||||
|
@ -1567,6 +1565,14 @@ form.customForm p.note{
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
padding-bottom: 10px;
|
padding-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
/* EDIT ACCOUNT ------> */
|
||||||
|
#edit-account p.note {
|
||||||
|
margin-top: 5px;
|
||||||
|
padding-bottom: 10px;
|
||||||
|
}
|
||||||
|
#edit-account p {
|
||||||
|
margin-top: 8px;
|
||||||
|
}
|
||||||
/* -------------------------------------------------> */
|
/* -------------------------------------------------> */
|
||||||
/* DROP DOWN USER MENU ----------------------------> */
|
/* DROP DOWN USER MENU ----------------------------> */
|
||||||
/* -------------------------------------------------> */
|
/* -------------------------------------------------> */
|
||||||
|
|
Loading…
Add table
Reference in a new issue