Plugin Directory

Changeset 559159


Ignore:
Timestamp:
06/16/2012 07:47:09 PM (14 years ago)
Author:
ahuggins
Message:

Made simple CSS changes for WordPress 3.4...only update ultimate-admin-bar if you have updated WP to 3.4

File:
1 edited

Legend:

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

    r487833 r559159  
    55#adminmenuwrap {
    66    float: none;
    7     padding-top: 28px;
    87    border-color: #464646;
    98    /*border-bottom: 1px solid #464646;*/
     
    9493UL#adminmenu {
    9594    z-index: 9999999999999999;
    96     margin-top: -29px;
     95    margin-top: -1px;
    9796    position: fixed;
    9897    margin-right: -150px;
     
    10099
    101100.folded #adminmenu li.wp-has-current-submenu, .folded #adminmenu li.current.menu-top {
    102 border-top-color: gray;
    103 border-bottom-color: #464646;
    104 
     101    border-top-color: gray;
     102    border-bottom-color: #464646;
    105103}
    106104
    107105.folded #adminmenu li.menu-top {
    108 border-right: 1px solid #555;
     106    border-right: 1px solid #555;
     107    width: 30px;
    109108}
    110109
    111110.folded #adminmenu li.menu-top a {
    112 border-right: 1px solid #333;
     111    border-right: 1px solid #333;
    113112}
     113
    114114.folded #adminmenu .wp-submenu .wp-submenu-wrap ul li a {
    115115    border-right: none;
    116116}
    117117
    118 .folded #adminmenu li.menu-top.wp-menu-open:hover .wp-menu-arrow{display:none;z-index:125;}
     118.folded #adminmenu li.menu-top.wp-menu-open:hover .wp-menu-arrow{
     119    display:none;z-index:125;
     120}
    119121
    120122#wpcontent {
    121 height: 100%;
    122 height: auto;
     123    height: 100%;
     124    height: auto;
    123125}
    124126
Note: See TracChangeset for help on using the changeset viewer.