From 821987fe674d2685809d6150316b3a99bda37b6a Mon Sep 17 00:00:00 2001 From: Adam Young Date: Tue, 9 Nov 2010 20:04:49 -0500 Subject: layout Closer to the layout from the spec The facets have been moved to the action panel, to the left of the page the facets are now rendered in an area of the screen with a client class --- install/static/details.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'install/static/details.js') diff --git a/install/static/details.js b/install/static/details.js index efb896a6c..4a024e986 100644 --- a/install/static/details.js +++ b/install/static/details.js @@ -339,10 +339,9 @@ function ipa_details_create(container) var entity_name = container.attr('id'); container.attr('title', entity_name); - facet.setup_views(container); var details = $('
', { - 'class': 'details' + 'class': 'content' }).appendTo(container); var buttons = $('
', { -- cgit