Plugin Directory

Changeset 487337


Ignore:
Timestamp:
01/10/2012 03:38:02 AM (14 years ago)
Author:
ahuggins
Message:

Fixed a border issue for the first menu item.

Location:
ultimate-admin-bar/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ultimate-admin-bar/trunk/readme.txt

    r462903 r487337  
    3636== Changelog ==
    3737
     38= 1.1.1 =
     39* Made a minor change to the border of the first menu item so that it looks consistent.
     40
    3841= 1.1 =
    3942* Updated the styles so that it should mostly work with IE7 or IE8 in compatability or IE7 mode.
  • ultimate-admin-bar/trunk/width.js

    r462528 r487337  
    88    }
    99
    10     var width = jQuery('#wp-admin-bar-site-name').width() + jQuery('#wp-admin-bar-updates').width() + 46;
     10    var width = jQuery('#wp-admin-bar-site-name').width() + jQuery('#wp-admin-bar-updates').width() + 48;
    1111   
    1212    jQuery('#adminmenu').css("margin-left", width);
Note: See TracChangeset for help on using the changeset viewer.