From 78667bd13e07fb8ecef40803e4f6a574533eda66 Mon Sep 17 00:00:00 2001 From: manolobevia Date: Wed, 20 Jul 2011 19:33:35 +0000 Subject: [PATCH] NIHVIVO-2993: Fixed display issues in menu management main page for IE6 and IE7 --- webapp/web/css/vitroIE6.css | 7 ++++++- webapp/web/css/vitroIE7.css | 5 +++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/webapp/web/css/vitroIE6.css b/webapp/web/css/vitroIE6.css index 35ec0c82a..fad967f8e 100644 --- a/webapp/web/css/vitroIE6.css +++ b/webapp/web/css/vitroIE6.css @@ -246,4 +246,9 @@ input#externalAuthChkBox { width: 435px; padding-left: 8px; padding-top: 4px; -} \ No newline at end of file +} +/* Fix menu management main page */ +span.controls { + margin-top: -30px; + padding-right: 5px; +} diff --git a/webapp/web/css/vitroIE7.css b/webapp/web/css/vitroIE7.css index fa548d6b8..191736b90 100644 --- a/webapp/web/css/vitroIE7.css +++ b/webapp/web/css/vitroIE7.css @@ -184,4 +184,9 @@ input#externalAuthChkBox { width: 435px; padding-left: 8px; padding-top: 4px; +} +/* Fix menu management main page */ +span.controls { + margin-top: -30px; + padding-right: 5px; } \ No newline at end of file