From 5ca58d58b3563e9e275aa9eda2951e1123377dbd Mon Sep 17 00:00:00 2001 From: Adam Young Date: Wed, 26 Jan 2011 16:11:22 -0500 Subject: target style cleanup Target section had radio buttonsreversed, and a few other style changes Note that this has the styling removed for the aci-target dl items --- install/ui/aci.js | 24 ++++++------ install/ui/ipa.css | 109 +++++++++++++++++++++++++++++++++++------------------ 2 files changed, 83 insertions(+), 50 deletions(-) diff --git a/install/ui/aci.js b/install/ui/aci.js index eb941cb9..b1ac1d52 100644 --- a/install/ui/aci.js +++ b/install/ui/aci.js @@ -53,10 +53,11 @@ IPA.attribute_table_widget= function (spec){ var that = IPA.widget(spec); var object_type = spec.objecttype || 'user'; var table; + var dd_class = "other"; that.create = function(container){ - var dd = $('
').appendTo(container); + var dd = $('
',{"class":dd_class}).appendTo(container); table = $('',{ id:id, 'class':'search-table aci-attribute-table'}). @@ -323,14 +324,14 @@ IPA.target_section = function () { function display_filter_target(dl){ $("
"). - append($("
',{ @@ -347,13 +348,13 @@ IPA.target_section = function () { function display_type_target(dl){ $("
"). - append($("
',{ @@ -375,8 +376,6 @@ IPA.target_section = function () { text: type_params.values[pc] })); } - dd = $('
',{ - "class":"aci_by_type other"}).appendTo(dl); var attribute_table = IPA.attribute_table_widget( {name:'aci_attributes_table',object_type:'user'}); @@ -388,11 +387,11 @@ IPA.target_section = function () { function display_query_target(dl){ $('
'). - append($('
",{ @@ -427,12 +426,12 @@ IPA.target_section = function () { function display_group_target(dl){ $('
' ). - append($('