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