diff options
author | Petr Vobornik <pvoborni@redhat.com> | 2014-04-04 17:45:56 +0200 |
---|---|---|
committer | Petr Vobornik <pvoborni@redhat.com> | 2014-06-10 10:23:24 +0200 |
commit | 2e9e5792bc7c5fd1ed65b4d72e3915442db060f5 (patch) | |
tree | b7d70798b734e429d5dd7925934eed426351a729 /install/ui/src/freeipa/host.js | |
parent | 3eaa69a68681a2478a6feeff7fb9e4cf2a27deee (diff) | |
download | freeipa-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/host.js')
-rw-r--r-- | install/ui/src/freeipa/host.js | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/install/ui/src/freeipa/host.js b/install/ui/src/freeipa/host.js index aa08409c3..c550e528d 100644 --- a/install/ui/src/freeipa/host.js +++ b/install/ui/src/freeipa/host.js @@ -325,14 +325,15 @@ IPA.host_fqdn_widget = function(spec) { that.create = function(container) { that.container = container; + container.addClass('col-sm-12'); var hostname = that.widgets.get_widget('hostname'); var dnszone = that.widgets.get_widget('dnszone'); var layout = IPA.fluid_layout({ - cont_cls: 'row-fluid', - group_cls: 'control-group span6', - widget_cls: 'control', + cont_cls: 'row fluid-row', + group_cls: 'col-sm-6 form-group', + widget_cls: 'controls', label_cls: 'control-label' }); |