From 1fe01e5afcf0fd8006b7bfa23925efc31ae8063f Mon Sep 17 00:00:00 2001 From: manolobevia Date: Mon, 13 Jun 2011 18:12:43 +0000 Subject: [PATCH] NIHVIVO-2280: Styled 'create new password' page for new user accounts. --- themes/wilma/css/wilma.css | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/themes/wilma/css/wilma.css b/themes/wilma/css/wilma.css index 83f96e24..e88c7974 100644 --- a/themes/wilma/css/wilma.css +++ b/themes/wilma/css/wilma.css @@ -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 ----------------------------> */ /* -------------------------------------------------> */