NIHVIVO-2280: Tweaked some styles.

This commit is contained in:
manolobevia 2011-06-15 19:30:32 +00:00
parent 09543cab5c
commit 33802ec2ff

View file

@ -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 ------> */