mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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
This commit is contained in:
committed by
Endi S. Dewata
parent
09f3e9869a
commit
4833b208b2
@@ -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);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user