From cdae043999948a0b1b3989de536f0425268ee98c Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Sun, 8 Feb 2009 20:45:09 +0000 Subject: Clean up add user and group buttons to move the + icon to the left. The + icon doesn't appear within the button outline with buttons that aren't floated. Will have to debug later. --- themes/admin_default/js/ui.init.js | 3 --- 1 file changed, 3 deletions(-) (limited to 'themes/admin_default/js') diff --git a/themes/admin_default/js/ui.init.js b/themes/admin_default/js/ui.init.js index c8e21c9c..efc2af04 100644 --- a/themes/admin_default/js/ui.init.js +++ b/themes/admin_default/js/ui.init.js @@ -14,9 +14,6 @@ $(document).ready(function(){ speed: 'fast' }); - $(".gButtonLink").addClass("fg-button fg-button-icon-left ui-state-default ui-corner-all"); - $(".gButtonLink").prepend(''); - // Apply modal dialogs var dialogLinks = $(".gDialogLink"); for (var i=0; i < dialogLinks.length; i++) { -- cgit v1.2.3