From fe33d1a670ea9429dbfb66952c96d33c6521dfea Mon Sep 17 00:00:00 2001 From: manolobevia Date: Mon, 13 Jun 2011 19:59:11 +0000 Subject: [PATCH] NIHVIVO-2280: Styled 'my account' page. If changes are successful in this page, the feedback message has to be treated as a feedback not as error alert. Need to ask Jim to handle this in a different way. --- themes/wilma/css/wilma.css | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/themes/wilma/css/wilma.css b/themes/wilma/css/wilma.css index 778d4504..2386e360 100644 --- a/themes/wilma/css/wilma.css +++ b/themes/wilma/css/wilma.css @@ -1523,7 +1523,7 @@ table#account tr:nth-child(2n+1) { } .accounts { clear: left; - overflow: hidden; + height: 60px; border-top: 1px dotted #e1e5e7; padding-top: 0; border-bottom: 1px dotted #e1e5e7; @@ -1557,7 +1557,11 @@ form.customForm p.note{ padding-top: 0; margin-top: 25px; } -#add-account input[type="text"] { +#add-account input[type="text"], +#create-account input[type="text"], +#edit-account input[type="text"], +#my-account input[type="text"], +#my-account input[type="password"] { width: 20em; } /* CREATE PASSWORD ------> */ @@ -1573,6 +1577,12 @@ form.customForm p.note{ #edit-account p { margin-top: 8px; } +/* MY ACCOUNT ------> */ +#my-account p.note { + margin-top: 0; + padding-top: 0; + padding-bottom: 10px; +} /* -------------------------------------------------> */ /* DROP DOWN USER MENU ----------------------------> */ /* -------------------------------------------------> */