Plugin Directory

Changeset 489596


Ignore:
Timestamp:
01/13/2012 10:16:50 PM (14 years ago)
Author:
CoenJacobs
Message:

Pushed to version 1.1, WordPress 3.3 compatibility in place

Location:
stick-admin-bar-to-bottom
Files:
4 added
2 edited

Legend:

Unmodified
Added
Removed
  • stick-admin-bar-to-bottom/trunk/readme.txt

    r368302 r489596  
    11=== Plugin Name ===
    2 Contributors: coenjacobs
    3 Donate link: http://cnjcbs.com/donate
     2Contributors: CoenJacobs
     3Donate link: http://coenjacobs.me/donate
    44Tags: admin bar
    55Requires at least: 3.1
    6 Tested up to: 3.1
    7 Stable tag: 1.0
     6Tested up to: 3.3
     7Stable tag: 1.1
    88
    99Annoyed by the new Admin Bar that is covering the top 28 pixels of your website, but you don't want it completely gone? This plugin sticks the Admin Bar to the bottom of your screen!
     
    18181. Activate the plugin through the 'Plugins' menu in WordPress
    19191. Enjoy the Admin Bar at the bottom of the pages where it is shown
     20
    2021== Frequently Asked Questions ==
    2122
     
    2526
    2627== Changelog ==
     28
     29= 1.1 =
     30* Updated CSS for WordPress 3.3 compatibility
    2731
    2832= 1.0 =
  • stick-admin-bar-to-bottom/trunk/stick-admin-bar-to-bottom.php

    r368302 r489596  
    22/*
    33Plugin Name: Stick Admin Bar To Bottom
    4 Plugin URI: http://cnjcbs.com/wordpress-plugins/stick-admin-bar-to-bottom
    54Description: Annoyed by the new Admin Bar that is covering the top 28 pixels of your website, but you don't want it completely gone? This plugin sticks the Admin Bar to the bottom of your screen!
    65Author: Coen Jacobs
    7 Version: 1.0
    8 Author URI: http://cnjcbs.com
     6Version: 1.1
     7Author URI: http://coenjacobs.me
    98*/
    109
     
    3029    }
    3130
    32     #wpadminbar .quicklinks .menupop ul {
     31    #wpadminbar .quicklinks .ab-sub-wrapper {
    3332        bottom: 28px;
     33    }
     34
     35    #wpadminbar .quicklinks .ab-sub-wrapper ul .ab-sub-wrapper {
     36        bottom: -7px;
    3437    }
    3538    </style>
Note: See TracChangeset for help on using the changeset viewer.