Changeset 1158133
- Timestamp:
- 05/11/2015 06:30:22 PM (11 years ago)
- Location:
- auto-collapse/trunk
- Files:
-
- 3 edited
-
auto-collapse.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
style.css (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
auto-collapse/trunk/auto-collapse.php
r1023115 r1158133 3 3 * Plugin Name: Auto Collapse 4 4 * Description: A simple script to auto collapse the admin sidebar. 5 * Version: 1.1. 35 * Version: 1.1.4 6 6 * Author: FullSteam Labs 7 7 */ -
auto-collapse/trunk/readme.txt
r1023115 r1158133 39 39 = 1.1.3 = 40 40 * Quick bug fix for the floating admin menu. 41 = 1.1.4 = 42 * Removed animations 43 * Added hover on current item to keep icons in place. 41 44 42 45 == Upgrade Notice == -
auto-collapse/trunk/style.css
r1021707 r1158133 4 4 #adminmenu .wp-submenu {background: rgba(0,0,0,0.75);} 5 5 #adminmenu, #adminmenu .wp-submenu, #adminmenuback, #adminmenuwrap { 6 transition: width 200ms linear;6 /*transition: width 200ms linear;*/ 7 7 z-index: 10000 !important; 8 8 overflow-x: visible; … … 15 15 .folded #wpcontent, .folded #wpfooter { margin-left: auto; } 16 16 .folded #adminmenu, .folded #adminmenu .wp-submenu, .folded #adminmenuback, .folded #adminmenuwrap { 17 transition: width 100ms 0ms linear;17 /*transition: width 100ms 0ms linear; */ 18 18 overflow: hidden; 19 19 z-index: 10000 !important; … … 29 29 #adminmenu .wp-menu-name { 30 30 opacity: 1; 31 transition: all 200ms 200ms linear;31 /*transition: all 200ms 200ms linear;*/ 32 32 } 33 33 .wp-full-overlay a.collapse-sidebar { … … 44 44 } 45 45 46 #adminmenu .wp-has-current-submenu .wp-submenu, #adminmenu .wp-has-current-submenu .wp-submenu.sub-open { 47 display: none; 48 } 49 #adminmenu .wp-has-current-submenu:hover .wp-submenu, #adminmenu .wp-has-current-submenu:hover .wp-submenu.sub-open { 50 background: rgba(0,0,0,0.8); 51 display: inline-block !important; 52 float: right !important; 53 left: 160px; 54 margin-bottom: -100%; 55 position: absolute !important; 56 top: 0; 57 } 58 46 59 .wp-full-overlay .collapse-sidebar-arrow:before, .collapse-sidebar-label {display: none;}
Note: See TracChangeset
for help on using the changeset viewer.