mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Add style to dialog message area
https://fedorahosted.org/freeipa/ticket/3904
This commit is contained in:
committed by
Martin Kosek
parent
7297171819
commit
bdb3095ade
@@ -297,7 +297,7 @@ IPA.dialog = function(spec) {
|
||||
|
||||
that.message_container = $('<div/>', {
|
||||
style: 'display: none',
|
||||
'class': 'dialog-message ui-state-highlight ui-corner-all'
|
||||
'class': 'dialog-message alert'
|
||||
}).appendTo(that.body_node);
|
||||
|
||||
var widgets = that.widgets.get_widgets();
|
||||
|
||||
Reference in New Issue
Block a user