From cf26240fc44bbde3cccb7874bf8cc11e64e5a5c8 Mon Sep 17 00:00:00 2001
From: manolobevia
Date: Thu, 21 Jul 2011 20:42:03 +0000
Subject: [PATCH] NIHVIVO-2280: Changed div for sections, removed inline
styles, fixed display isuses for IE6 and 7 on add/edit account pages
---
webapp/web/css/account/account.css | 7 +++++++
webapp/web/css/vitroIE6.css | 6 +++---
webapp/web/css/vitroIE7.css | 7 +++++--
.../freemarker/body/accounts/userAccounts-add.ftl | 8 ++++----
.../freemarker/body/accounts/userAccounts-edit.ftl | 12 ++++++------
5 files changed, 25 insertions(+), 15 deletions(-)
diff --git a/webapp/web/css/account/account.css b/webapp/web/css/account/account.css
index 1a3f164ff..e883917d6 100644
--- a/webapp/web/css/account/account.css
+++ b/webapp/web/css/account/account.css
@@ -266,3 +266,10 @@ form.customForm input[name="confirmPassword"] {
a.disable-delete {
padding-left: 24px;
}
+#passwordContainer p.note {
+ margin-top: -10px;
+ padding-bottom: 5px;
+}
+#passwordContainer {
+ margin-top: 20px;
+}
\ No newline at end of file
diff --git a/webapp/web/css/vitroIE6.css b/webapp/web/css/vitroIE6.css
index bb033a39f..d93251553 100644
--- a/webapp/web/css/vitroIE6.css
+++ b/webapp/web/css/vitroIE6.css
@@ -209,12 +209,12 @@ table#account th {
p.requiredHint {
clear: left;
}
-add-account span.requiredHint {
+#add-account span.requiredHint {
float: none;
}
input#externalAuthChkBox {
- height: 18px;
- width: 18px;
+ margin-top: 0;
+ margin-bottom: 0;
}
#associated {
display: none;
diff --git a/webapp/web/css/vitroIE7.css b/webapp/web/css/vitroIE7.css
index 191736b90..cfc4fcca4 100644
--- a/webapp/web/css/vitroIE7.css
+++ b/webapp/web/css/vitroIE7.css
@@ -148,12 +148,15 @@ table#account th {
margin-top: 0;
margin-left: 5px;
}
+#add-account span.requiredHint {
+ float: none;
+}
p.requiredHint {
clear: left;
}
input#externalAuthChkBox {
- height: 18px;
- width: 18px;
+ margin-top: 0;
+ margin-bottom: 0;
}
#associated {
display: none;
diff --git a/webapp/web/templates/freemarker/body/accounts/userAccounts-add.ftl b/webapp/web/templates/freemarker/body/accounts/userAccounts-add.ftl
index c4db184a4..b3e1ffec5 100644
--- a/webapp/web/templates/freemarker/body/accounts/userAccounts-add.ftl
+++ b/webapp/web/templates/freemarker/body/accounts/userAccounts-add.ftl
@@ -79,14 +79,14 @@
It will include instructions for activating the account and creating a password.
<#else>
-
+
#if>
or Cancel
diff --git a/webapp/web/templates/freemarker/body/accounts/userAccounts-edit.ftl b/webapp/web/templates/freemarker/body/accounts/userAccounts-edit.ftl
index dd227d803..2b1ada680 100644
--- a/webapp/web/templates/freemarker/body/accounts/userAccounts-edit.ftl
+++ b/webapp/web/templates/freemarker/body/accounts/userAccounts-edit.ftl
@@ -75,7 +75,7 @@
#if>
<#if emailIsEnabled??>
- class="hidden"#if> >
+
+
<#else>
-
+
#if>
or Cancel