NIHVIVO-2280: Tweaked some styles.
This commit is contained in:
parent
09543cab5c
commit
33802ec2ff
1 changed files with 6 additions and 0 deletions
|
@ -1561,6 +1561,7 @@ form.customForm p.note{
|
||||||
}
|
}
|
||||||
#add-account p.note {
|
#add-account p.note {
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
|
width: 400px;
|
||||||
}
|
}
|
||||||
#add-account input[type="text"],
|
#add-account input[type="text"],
|
||||||
#create-account input[type="text"],
|
#create-account input[type="text"],
|
||||||
|
@ -1581,6 +1582,11 @@ form.customForm p.note{
|
||||||
/* MY ACCOUNT ------> */
|
/* MY ACCOUNT ------> */
|
||||||
#my-account p.note {
|
#my-account p.note {
|
||||||
padding-bottom: 10px;
|
padding-bottom: 10px;
|
||||||
|
width: 400px;
|
||||||
|
}
|
||||||
|
#my-account input#email-address,
|
||||||
|
#my-account input#new-password {
|
||||||
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
/* RESET PASSWORD ------> */
|
/* RESET PASSWORD ------> */
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue