summaryrefslogtreecommitdiffstats
path: root/install/ui/widget.js
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2011-10-25 15:53:06 +0200
committerEndi S. Dewata <edewata@redhat.com>2011-10-25 15:13:30 +0000
commit4833b208b2337678148acc945fbe9825beebf5e2 (patch)
tree8ae8fe3979e52935948141f9cc3f691d8ca56bdd /install/ui/widget.js
parent09f3e9869a27adc8c07c305a2aa5107690aa1d04 (diff)
downloadfreeipa-4833b208b2337678148acc945fbe9825beebf5e2.tar.gz
freeipa-4833b208b2337678148acc945fbe9825beebf5e2.tar.xz
freeipa-4833b208b2337678148acc945fbe9825beebf5e2.zip
Minor visual enhancement of required indicator
https://fedorahosted.org/freeipa/ticket/1696 Changes: * in details table facet '*' don't break colon alignment * bolder, bigger (-> IMHO nicer) asteriks * float (visual style) moved to css file
Diffstat (limited to 'install/ui/widget.js')
-rw-r--r--install/ui/widget.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/ui/widget.js b/install/ui/widget.js
index 1d3d31b38..feaf7b209 100644
--- a/install/ui/widget.js
+++ b/install/ui/widget.js
@@ -136,7 +136,7 @@ IPA.widget = function(spec) {
that.required_indicator = $('<span/>', {
'class': 'required-indicator',
text: IPA.required_indicator,
- style: 'display: none; float: right;'
+ style: 'display: none;'
}).appendTo(container);
};