summaryrefslogtreecommitdiffstats
path: root/install/ui/Makefile.am
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2012-07-13 17:49:13 +0200
committerPetr Vobornik <pvoborni@redhat.com>2012-07-17 15:55:44 +0200
commita14d243fcdd18bb7bd5409d1a8804bf06929824d (patch)
tree0c56d2d4a933d911685163a40a707373848ab384 /install/ui/Makefile.am
parent7fcca4fa52196ea0082942f9ac39937c097a2064 (diff)
downloadfreeipa-a14d243fcdd18bb7bd5409d1a8804bf06929824d.tar.gz
freeipa-a14d243fcdd18bb7bd5409d1a8804bf06929824d.tar.xz
freeipa-a14d243fcdd18bb7bd5409d1a8804bf06929824d.zip
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
Diffstat (limited to 'install/ui/Makefile.am')
-rw-r--r--install/ui/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/install/ui/Makefile.am b/install/ui/Makefile.am
index 7eb9b04ce..73f746a39 100644
--- a/install/ui/Makefile.am
+++ b/install/ui/Makefile.am
@@ -30,6 +30,7 @@ app_DATA = \
host.js \
hostgroup.js \
index.html \
+ ie.css \
ipa.css \
ipa.js \
jquery-ui.css \