Changeset 559159
- Timestamp:
- 06/16/2012 07:47:09 PM (14 years ago)
- File:
-
- 1 edited
-
ultimate-admin-bar/trunk/myadminstyles.css (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ultimate-admin-bar/trunk/myadminstyles.css
r487833 r559159 5 5 #adminmenuwrap { 6 6 float: none; 7 padding-top: 28px;8 7 border-color: #464646; 9 8 /*border-bottom: 1px solid #464646;*/ … … 94 93 UL#adminmenu { 95 94 z-index: 9999999999999999; 96 margin-top: - 29px;95 margin-top: -1px; 97 96 position: fixed; 98 97 margin-right: -150px; … … 100 99 101 100 .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; 105 103 } 106 104 107 105 .folded #adminmenu li.menu-top { 108 border-right: 1px solid #555; 106 border-right: 1px solid #555; 107 width: 30px; 109 108 } 110 109 111 110 .folded #adminmenu li.menu-top a { 112 border-right: 1px solid #333;111 border-right: 1px solid #333; 113 112 } 113 114 114 .folded #adminmenu .wp-submenu .wp-submenu-wrap ul li a { 115 115 border-right: none; 116 116 } 117 117 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 } 119 121 120 122 #wpcontent { 121 height: 100%;122 height: auto;123 height: 100%; 124 height: auto; 123 125 } 124 126
Note: See TracChangeset
for help on using the changeset viewer.