Plugin Directory

Changeset 404914


Ignore:
Timestamp:
07/05/2011 04:21:44 PM (15 years ago)
Author:
matthodder
Message:

v1.1 - working with WP3.2

Location:
fixed-admin-sidebar/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • fixed-admin-sidebar/trunk/fixedsidebar.php

    r392743 r404914  
    55Description: Fixes the positioning of the admin sidebar to the side of the browser, even when scrolled down. Best used with collapsed view.
    66Author: Matt Hodder
    7 Version: 1.0
     7Version: 1.1
    88Author URI: http://www.matthodder.com/
    99*/
     
    1313    if(is_admin()) {
    1414    ?>
    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>
    1616    <?php
    1717    }
  • fixed-admin-sidebar/trunk/readme.txt

    r392745 r404914  
    22Contributors: matthodder
    33Tags: admin, sidebar, fixed
    4 Requires at least: 3.1
    5 Tested up to: 3.1.4
    6 Stable tag: 1.0
     4Requires at least: 3.2
     5Tested up to: 3.2
     6Stable tag: 1.1
    77
    88Fixes the positioning of the admin sidebar to the side of the browser, even when scrolled down. Best used with collapsed view.
     
    2727== Changelog ==
    2828
     29= 1.1 =
     30
     31Working with WP 3.2
     32
    2933= 1.0 =
    3034
Note: See TracChangeset for help on using the changeset viewer.