From a9bc9fcfda039bdc3583c14f8cf2dc3756c82087 Mon Sep 17 00:00:00 2001 From: manolobevia Date: Wed, 25 May 2011 02:30:07 +0000 Subject: [PATCH] NIHVIVO-2280. Worked on markup and styles for account main page, add account, and edit account. Work in progress. --- themes/wilma/css/wilma.css | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/themes/wilma/css/wilma.css b/themes/wilma/css/wilma.css index f50b1de8..3ad89178 100644 --- a/themes/wilma/css/wilma.css +++ b/themes/wilma/css/wilma.css @@ -1459,7 +1459,7 @@ h2#hasResearchArea .verbosePropertyListing { display: block; } /* -------------------------------------------------> */ -/* ACCOUNTS ----------------------------------------> */ +/* ACCOUNTS PAGE -----------------------------------> */ /* -------------------------------------------------> */ .account-feedback p { padding: 10px; @@ -1517,4 +1517,21 @@ table#account td { } .accounts-per-page-form { display: inline-block; -} \ No newline at end of file +} +/* -------------------------------------------------> */ +/* ADD ACCOUNTS -----------------------------------> */ +/* -------------------------------------------------> */ +#add-account p { + margin-top: 15px; +} +#reset-password { + background-color: green; +} +form.customForm #reset-password { + margin-top: 20px; +} +#add-account .note { + padding-bottom: 20px; + padding-top: 0; + margin-top: 5px; +}