diff options
author | Chad Kieffer <chad@2tbsp.com> | 2009-05-19 04:17:03 +0000 |
---|---|---|
committer | Chad Kieffer <chad@2tbsp.com> | 2009-05-19 04:17:03 +0000 |
commit | 8855be0c33e1fb49654ea6ef1a77c1460ecac955 (patch) | |
tree | 9aa3e366dae2a681d0a1b394bc56da6cea503e21 /themes/default/js/ui.init.js | |
parent | ad347c04568bc281db9ccb89234c0967961e08dd (diff) |
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!
Diffstat (limited to 'themes/default/js/ui.init.js')
-rw-r--r-- | themes/default/js/ui.init.js | 4 |
1 files changed, 1 insertions, 3 deletions
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 |