summaryrefslogtreecommitdiffstats
path: root/install/ui/src/freeipa/dialog.js
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2014-04-04 17:45:56 +0200
committerPetr Vobornik <pvoborni@redhat.com>2014-06-10 10:23:24 +0200
commit2e9e5792bc7c5fd1ed65b4d72e3915442db060f5 (patch)
treeb7d70798b734e429d5dd7925934eed426351a729 /install/ui/src/freeipa/dialog.js
parent3eaa69a68681a2478a6feeff7fb9e4cf2a27deee (diff)
downloadfreeipa-2e9e5792bc7c5fd1ed65b4d72e3915442db060f5.tar.gz
freeipa-2e9e5792bc7c5fd1ed65b4d72e3915442db060f5.tar.xz
freeipa-2e9e5792bc7c5fd1ed65b4d72e3915442db060f5.zip
webui: adjust styles to PatternFly
side effect partially fixes: https://fedorahosted.org/freeipa/ticket/3435 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.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/install/ui/src/freeipa/dialog.js b/install/ui/src/freeipa/dialog.js
index 6fdfbc62d..a7f5e09fd 100644
--- a/install/ui/src/freeipa/dialog.js
+++ b/install/ui/src/freeipa/dialog.js
@@ -264,7 +264,7 @@ IPA.dialog = function(spec) {
that.header_node.appendTo(that.dialog_node);
that.body_node = $('<div/>', {
- 'class': 'rcue-dialog-body'
+ 'class': 'rcue-dialog-body row'
});
// for backwards compatibility
that.container = that.body_node;
@@ -768,7 +768,7 @@ IPA.adder_dialog = function(spec) {
$('<div/>', {
html: text.get('@i18n:dialogs.available'),
- 'class': 'adder-dialog-header ui-widget-header'
+ 'class': 'adder-dialog-header'
}).appendTo(available_panel);
var available_content = $('<div/>', {
@@ -789,7 +789,7 @@ IPA.adder_dialog = function(spec) {
$('<div/>', {
html: text.get('@i18n:dialogs.prospective'),
- 'class': 'adder-dialog-header ui-widget-header'
+ 'class': 'adder-dialog-header'
}).appendTo(selected_panel);
var selected_content = $('<div/>', {
@@ -838,7 +838,7 @@ IPA.adder_dialog = function(spec) {
$('<div/>', {
html: text.get('@i18n:objects.sudorule.external'),
- 'class': 'adder-dialog-header ui-widget-header'
+ 'class': 'adder-dialog-header'
}).appendTo(external_panel);
var external_content = $('<div/>', {