Plugin Directory

Changeset 491544


Ignore:
Timestamp:
01/18/2012 05:14:25 AM (14 years ago)
Author:
siriokun
Message:

Compatibility for WordPress 3.3.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quickpress-fullscreen/tags/2.0/tags/2.0/quickpress-fullscreen.php

    r377342 r491544  
    22/**
    33 * @package QuickPress_Fullscreen
    4  * @version 1.0
     4 * @version 2.0
    55 */
    66/*
     
    99Description: Turn QuickPress in WordPress Dashboard into fullscreen when expanded.
    1010Author: Rio Purnomo
    11 Version: 1.0
     11Version: 2.0
    1212Author URI: http://siriokun.com/
    1313*/
     
    1818    echo "
    1919    <style type='text/css'>
     20    #screen-meta.metabox-prefs,#screen-meta-links{position:relative;z-index:26}
     21    #screen-meta-links{right:15px}
     22    #wpbody{position:initial}
    2023    #screen-meta{z-index:4}
    2124    #dashboard_quick_press {
    2225        background: #F9F9F9;
    2326        position: absolute;
    24         top: 47px;
    25         left: 3px;
    26         z-index: 3
     27        top: 28px;
     28        left: 6px;
     29        z-index: 25;
     30        height:95%;
     31        width:99%
    2732    }
    2833    #dashboard_quick_press form .input-text-wrap,
Note: See TracChangeset for help on using the changeset viewer.