From 545ecf94ef2db99edbdc376b39df86fe248eed31 Mon Sep 17 00:00:00 2001 From: kylebaker Date: Tue, 21 Jun 2011 10:21:14 -0400 Subject: Tab and spacing on list --- install/ui/details.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'install/ui/details.js') diff --git a/install/ui/details.js b/install/ui/details.js index d4a013ad..b15d17e7 100644 --- a/install/ui/details.js +++ b/install/ui/details.js @@ -338,7 +338,7 @@ IPA.details_facet = function(spec) { that.reset_button = IPA.action_button({ label: IPA.messages.buttons.reset, - icon: 'ui-icon-refresh', + icon: 'reset-icon', 'class': 'details-reset', click: function() { that.reset(); @@ -348,7 +348,7 @@ IPA.details_facet = function(spec) { that.update_button = IPA.action_button({ label: IPA.messages.buttons.update, - icon: 'ui-icon-check', + icon: 'update-icon', 'class': 'details-update', click: function() { that.update(); -- cgit