Plugin Directory

Changeset 663495


Ignore:
Timestamp:
02/05/2013 01:13:26 AM (13 years ago)
Author:
ahuggins
Message:

update for WP35

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

Legend:

Unmodified
Added
Removed
  • ultimate-admin-bar/trunk/myadminstyles.css

    r559159 r663495  
    2929    background-color: #464646;
    3030    right: 0;
    31     margin-top: -30px;
     31    margin-top: -29px;
    3232}
    3333#adminmenu li.menu-top:hover {
     
    5252    overflow: hidden;
    5353}
     54#adminmenu li:hover .wp-submenu {
     55    display: block;
     56}
    5457body #wpwrap #wpcontent {
    5558    padding-top: 0px;
     
    6871}
    6972.folded #adminmenu .wp-submenu, .folded #adminmenu .wp-has-current-submenu .wp-submenu {
    70     top: 25px;
     73    top: 29px;
    7174    left: 0px;
    7275    width: 150px;
     
    8083    height: 0px;
    8184    background: none;
     85}
     86
     87
     88
     89.folded #adminmenu li.wp-menu-open .wp-menu-arrow, .folded #adminmenu li.current .wp-menu-arrow, #adminmenu a:hover .wp-menu-arrow {
     90    display: none;
    8291}
    8392#adminmenuback {
     
    111120    border-right: 1px solid #333;
    112121}
     122.folded #adminmenu li.menu-top .wp-submenu li a {
     123    border: none;
     124}
    113125
    114126.folded #adminmenu .wp-submenu .wp-submenu-wrap ul li a {
  • ultimate-admin-bar/trunk/width.js

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