summaryrefslogtreecommitdiffstats
path: root/install/ui/less/widgets.less
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2014-07-22 14:15:11 +0200
committerPetr Vobornik <pvoborni@redhat.com>2014-07-28 10:20:15 +0200
commitfb975bba2076758f0615dae042aed2cde705a1b0 (patch)
treea9d4edd8a63abfa1c8507892f2b4e1e959593073 /install/ui/less/widgets.less
parent4059aa12a4487c925472751b132842bdb0b16a02 (diff)
downloadfreeipa-fb975bba2076758f0615dae042aed2cde705a1b0.tar.gz
freeipa-fb975bba2076758f0615dae042aed2cde705a1b0.tar.xz
freeipa-fb975bba2076758f0615dae042aed2cde705a1b0.zip
webui: internet explorer fixes
Fixed: 1. IE doesn't support value 'initial' in CSS rule. 2. setting innerHTML='' also destroys content of child nodes in LoginScreen in IE -> reattached buttons have no text. Reviewed-By: Endi Sukma Dewata <edewata@redhat.com>
Diffstat (limited to 'install/ui/less/widgets.less')
-rw-r--r--install/ui/less/widgets.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/ui/less/widgets.less b/install/ui/less/widgets.less
index c21a163a1..7876307f1 100644
--- a/install/ui/less/widgets.less
+++ b/install/ui/less/widgets.less
@@ -4,7 +4,7 @@
.global-activity-indicator {
- bottom: initial;
+ bottom: auto;
height: auto;
background-color: rgba(0, 0, 0, 0.3);
color: white;