From 8855be0c33e1fb49654ea6ef1a77c1460ecac955 Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Tue, 19 May 2009 04:17:03 +0000 Subject: Added the nice new icons for the view buttons. No need to have them in a jQuery UI button, they stand well on their own. Thx to Ben Dunkle! --- themes/default/js/ui.init.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'themes/default/js/ui.init.js') diff --git a/themes/default/js/ui.init.js b/themes/default/js/ui.init.js index 8d57f9bd..47b7bcb9 100644 --- a/themes/default/js/ui.init.js +++ b/themes/default/js/ui.init.js @@ -28,9 +28,7 @@ $(document).ready(function() { // Round view menu buttons if ($("#gViewMenu").length) { $("#gViewMenu ul").removeClass("gMenu").removeClass("sf-menu"); - $("#gViewMenu a").addClass("ui-icon ui-state-default"); - $("#gViewMenu ul li:first a").addClass("ui-corner-left"); - $("#gViewMenu ul li:last a").addClass("ui-corner-right"); + $("#gViewMenu a").addClass("ui-icon"); } // Short forms -- cgit v1.2.3