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