summaryrefslogtreecommitdiffstats
path: root/install/ui/rule.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/rule.js')
-rw-r--r--install/ui/rule.js6
1 files changed, 4 insertions, 2 deletions
diff --git a/install/ui/rule.js b/install/ui/rule.js
index 106b870bb..aec86574f 100644
--- a/install/ui/rule.js
+++ b/install/ui/rule.js
@@ -45,7 +45,8 @@ IPA.rule_details_section = function(spec) {
var span = $('<span/>', {
name: that.field_name,
- title: param_info.doc
+ title: param_info.doc,
+ 'class': 'details-field'
}).appendTo(container);
if (that.options.length) {
@@ -77,7 +78,8 @@ IPA.rule_details_section = function(spec) {
var table_span = $('<span/>', {
name: table.field_name,
- title: param_info ? param_info.doc : table.field_name
+ title: param_info ? param_info.doc : table.field_name,
+ 'class': 'details-field'
}).appendTo(span);
field = that.get_field(table.field_name);