summaryrefslogtreecommitdiffstats
path: root/install/ui/src/freeipa/dialog.js
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2014-04-09 16:38:18 +0200
committerPetr Vobornik <pvoborni@redhat.com>2014-06-10 10:23:24 +0200
commit216e710188279d15c262da907efbc09be92fb50a (patch)
tree36ef825d0ae5486d4876ffb5344d04c4a256252e /install/ui/src/freeipa/dialog.js
parentbcb2ce7f2464281923dd54396fa18d62e48ffebe (diff)
downloadfreeipa-216e710188279d15c262da907efbc09be92fb50a.tar.gz
freeipa-216e710188279d15c262da907efbc09be92fb50a.tar.xz
freeipa-216e710188279d15c262da907efbc09be92fb50a.zip
webui: allow multiple base section layouts
i.e. one for details facet and other for dialogs Reviewed-By: Endi Sukma Dewata <edewata@redhat.com>
Diffstat (limited to 'install/ui/src/freeipa/dialog.js')
-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 a7f5e09fd..228bc218d 100644
--- a/install/ui/src/freeipa/dialog.js
+++ b/install/ui/src/freeipa/dialog.js
@@ -252,7 +252,7 @@ IPA.dialog = function(spec) {
}).appendTo(that.dom_node);
that.dialog_node = $('<div/>', {
- 'class': 'rcue-dialog',
+ 'class': 'rcue-dialog row',
id: that.get_id(),
'data-name' : that.name,
role: 'dialog',