diff options
author | Chad Kieffer <chad@2tbsp.com> | 2009-02-08 20:45:09 +0000 |
---|---|---|
committer | Chad Kieffer <chad@2tbsp.com> | 2009-02-08 20:45:09 +0000 |
commit | cdae043999948a0b1b3989de536f0425268ee98c (patch) | |
tree | c03ab15c81a9496f009bd977254a342b9ab9d15c /themes/admin_default/js | |
parent | b31c79a71f37bcbe221033e1e664d5feb17e0a42 (diff) |
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.
Diffstat (limited to 'themes/admin_default/js')
-rw-r--r-- | themes/admin_default/js/ui.init.js | 3 |
1 files changed, 0 insertions, 3 deletions
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('<span class="ui-icon ui-icon-circle-plus"></span>'); - // Apply modal dialogs var dialogLinks = $(".gDialogLink"); for (var i=0; i < dialogLinks.length; i++) { |