summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2013-10-24 18:19:37 +0200
committerMartin Kosek <mkosek@redhat.com>2014-01-21 12:04:03 +0100
commitbdb3095ade037daa1942c16e906eda62da720b77 (patch)
tree76548d20b21697313b9a38737419df266e145cb4
parent72971718195bba4f2f86966d8835fca9f35cfafb (diff)
downloadfreeipa-bdb3095ade037daa1942c16e906eda62da720b77.tar.gz
freeipa-bdb3095ade037daa1942c16e906eda62da720b77.tar.xz
freeipa-bdb3095ade037daa1942c16e906eda62da720b77.zip
Add style to dialog message area
https://fedorahosted.org/freeipa/ticket/3904
-rw-r--r--install/ui/src/freeipa/dialog.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/ui/src/freeipa/dialog.js b/install/ui/src/freeipa/dialog.js
index 668984c2b..eb27a05cc 100644
--- a/install/ui/src/freeipa/dialog.js
+++ b/install/ui/src/freeipa/dialog.js
@@ -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();