Changeset 404914
- Timestamp:
- 07/05/2011 04:21:44 PM (15 years ago)
- Location:
- fixed-admin-sidebar/trunk
- Files:
-
- 2 edited
-
fixedsidebar.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
fixed-admin-sidebar/trunk/fixedsidebar.php
r392743 r404914 5 5 Description: Fixes the positioning of the admin sidebar to the side of the browser, even when scrolled down. Best used with collapsed view. 6 6 Author: Matt Hodder 7 Version: 1. 07 Version: 1.1 8 8 Author URI: http://www.matthodder.com/ 9 9 */ … … 13 13 if(is_admin()) { 14 14 ?> 15 <style>#adminmenu { position: fixed !important; left: 15px; top: 47px; margin-left: 0 !important; }</style>15 <style>#adminmenu { position: fixed !important; left: 0; top: 0; margin-left: 0 !important; }</style> 16 16 <?php 17 17 } -
fixed-admin-sidebar/trunk/readme.txt
r392745 r404914 2 2 Contributors: matthodder 3 3 Tags: admin, sidebar, fixed 4 Requires at least: 3. 15 Tested up to: 3. 1.46 Stable tag: 1. 04 Requires at least: 3.2 5 Tested up to: 3.2 6 Stable tag: 1.1 7 7 8 8 Fixes the positioning of the admin sidebar to the side of the browser, even when scrolled down. Best used with collapsed view. … … 27 27 == Changelog == 28 28 29 = 1.1 = 30 31 Working with WP 3.2 32 29 33 = 1.0 = 30 34
Note: See TracChangeset
for help on using the changeset viewer.