webui: fix group type padding

Reviewed-By: Endi Sukma Dewata <edewata@redhat.com>
This commit is contained in:
Petr Vobornik 2014-07-31 14:36:17 +02:00
parent 9446c4c8b4
commit 981b399c4e

View File

@ -5582,7 +5582,7 @@ IPA.value_map_widget = function(spec) {
that.value_map = spec.value_map || {};
that.default_label = text.get(spec.default_label || '');
that.value = '';
that.base_css_class = that.base_css_class + ' status-section';
that.base_css_class = that.base_css_class + ' status-section form-control-static';
that.create = function(container) {
that.widget_create(container);