From a14d243fcdd18bb7bd5409d1a8804bf06929824d Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Fri, 13 Jul 2012 17:49:13 +0200 Subject: Fixed display of attributes_widget in IE9 Attributes widget is using overflow css rule in tbody element. IE9 doesn't handle it well. To fix the issue, attributes widget was slightly modified and conditional css stylesheet was added just for fixing IE problems. https://fedorahosted.org/freeipa/ticket/2822 --- install/ui/index.html | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'install/ui/index.html') diff --git a/install/ui/index.html b/install/ui/index.html index cfa7a4c81..24e8cac36 100644 --- a/install/ui/index.html +++ b/install/ui/index.html @@ -4,6 +4,15 @@ IPA: Identity Policy Audit + + + + + + + @@ -48,9 +57,6 @@ - - - -- cgit