Add style to dialog message area

https://fedorahosted.org/freeipa/ticket/3904
This commit is contained in:
Petr Vobornik
2013-10-24 18:19:37 +02:00
committed by Martin Kosek
parent 7297171819
commit bdb3095ade

View File

@@ -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();