From 4e5cc379d58b48a8c84e12aada3d263e4e1c8bb4 Mon Sep 17 00:00:00 2001 From: Adam Young Date: Tue, 22 Feb 2011 13:09:14 -0500 Subject: move expand and collpase all to the right hand side --- install/ui/details.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'install/ui/details.js') diff --git a/install/ui/details.js b/install/ui/details.js index a2ad0896..895c19aa 100644 --- a/install/ui/details.js +++ b/install/ui/details.js @@ -367,13 +367,15 @@ IPA.details_facet = function(spec) { name: 'expand_all', href: 'expand_all', text: 'Expand All', + 'class': 'expand-collapse-all', style: 'display: none;' }).appendTo(details); $('', { name: 'collapse_all', href: 'collapse_all', - text: 'Collapse All' + text: 'Collapse All', + 'class': 'expand-collapse-all' }).appendTo(details); details.append('
'); -- cgit