From 10d59d339eb8f8504dbc84ae117dcafb1f23c55c Mon Sep 17 00:00:00 2001 From: manolobevia Date: Wed, 20 Jul 2011 18:46:34 +0000 Subject: [PATCH] NIHVIVO-2992: Putting the fix for IE6 and IE 7 of account profile association in vitroIE6.css and vitroIE7.css --- webapp/web/css/vitroIE6.css | 36 +++++++++++++++++++++++++++++++++++- webapp/web/css/vitroIE7.css | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 69 insertions(+), 1 deletion(-) diff --git a/webapp/web/css/vitroIE6.css b/webapp/web/css/vitroIE6.css index 2d08d1ff8..35ec0c82a 100644 --- a/webapp/web/css/vitroIE6.css +++ b/webapp/web/css/vitroIE6.css @@ -212,4 +212,38 @@ p.requiredHint { } add-account span.requiredHint { float: none; - } \ No newline at end of file +} +input#externalAuthChkBox { + height: 18px; + width: 18px; +} +#associated { + display: none; + float: none; +} +#associationOptions { + display: none; + float: none; +} +#associateProfileBackgroundOne { + width: 443px; + border-bottom: none; +} +#associateProfileBackgroundTwo { + width: 435px; + padding-left: 8px; + padding-top: 8px; + padding-bottom: 14px; + border-top: none; +} +#associateProfileBackgroundThree { + width: 435px; + padding-left: 8px; + padding-top: 8px; + border-top: none; +} +#associateProfileBackgroundFour { + width: 435px; + padding-left: 8px; + padding-top: 4px; +} \ No newline at end of file diff --git a/webapp/web/css/vitroIE7.css b/webapp/web/css/vitroIE7.css index 7f709257e..fa548d6b8 100644 --- a/webapp/web/css/vitroIE7.css +++ b/webapp/web/css/vitroIE7.css @@ -150,4 +150,38 @@ table#account th { } p.requiredHint { clear: left; +} +input#externalAuthChkBox { + height: 18px; + width: 18px; +} +#associated { + display: none; + float: none; +} +#associationOptions { + display: none; + float: none; +} +#associateProfileBackgroundOne { + width: 443px; + border-bottom: none; +} +#associateProfileBackgroundTwo { + width: 435px; + padding-left: 8px; + padding-top: 8px; + padding-bottom: 14px; + border-top: none; +} +#associateProfileBackgroundThree { + width: 435px; + padding-left: 8px; + padding-top: 8px; + border-top: none; +} +#associateProfileBackgroundFour { + width: 435px; + padding-left: 8px; + padding-top: 4px; } \ No newline at end of file