Changeset 487337
- Timestamp:
- 01/10/2012 03:38:02 AM (14 years ago)
- Location:
- ultimate-admin-bar/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
width.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ultimate-admin-bar/trunk/readme.txt
r462903 r487337 36 36 == Changelog == 37 37 38 = 1.1.1 = 39 * Made a minor change to the border of the first menu item so that it looks consistent. 40 38 41 = 1.1 = 39 42 * 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 8 8 } 9 9 10 var width = jQuery('#wp-admin-bar-site-name').width() + jQuery('#wp-admin-bar-updates').width() + 4 6;10 var width = jQuery('#wp-admin-bar-site-name').width() + jQuery('#wp-admin-bar-updates').width() + 48; 11 11 12 12 jQuery('#adminmenu').css("margin-left", width);
Note: See TracChangeset
for help on using the changeset viewer.