Plugin Directory

Changeset 891126


Ignore:
Timestamp:
04/11/2014 07:25:13 AM (12 years ago)
Author:
evasivesoftware
Message:

1.0.8

Location:
prettypress/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • prettypress/trunk/assets/css/prettypress.css

    r855189 r891126  
    3131    right: 4em;
    3232    width: 20%;
    33     z-index: 9999;
     33    z-index: 99999;
    3434}
    3535
     
    6363    background: #fff;
    6464    margin: 0;
    65     z-index: 990;
     65    z-index: 99990;
    6666    display: none;
    6767    padding: 0em;
     
    9292.prettypress_entry_field {
    9393    position: fixed !important;
    94     z-index: 991;
     94    z-index: 99991;
    9595    left: 1.5em;
    9696    top: 8em;
     
    102102    position: fixed;
    103103    left: 1.5em;
    104     z-index: 991;
     104    z-index: 99991;
    105105    width: 39%;
    106106}
    107107
    108108.media-modal-content {
    109     z-index: 999 !important;
     109    z-index: 99999 !important;
    110110}
    111111
    112112#wpadminbar {
    113     z-index: 989 !important;
     113    z-index: 99989 !important;
    114114}
    115115
     
    135135
    136136.prettypress-overlay-left {
    137     z-index: 995;
     137    z-index: 99995;
    138138    position: fixed;
    139139    width: 41%;
     
    150150
    151151.prettypress-overlay-right {
    152     z-index: 995;
     152    z-index: 99995;
    153153    position: fixed;
    154154    width: 59%;
     
    195195.prettypress_markdown_editor_wrapper {
    196196    position: fixed !important;
    197     z-index: 994;
     197    z-index: 99994;
    198198    left: 1.5em;
    199199    top: 10.6em;
     
    228228    margin-right: -25px;
    229229    background: url("../img/loading.gif") center center no-repeat #333;
    230     z-index: 9999999999999999;
     230    z-index: 99999999999999999;
    231231    display: none;
    232232}
     
    238238    margin-top: 40px;
    239239    color: #333;
    240     z-index: 999999999999999999999999999!important;
     240    z-index: 9999999999999999999999999999!important;
    241241    padding: 1em 1em 0.25em 1em;
    242242    display: none;
  • prettypress/trunk/bootstrap.php

    r871177 r891126  
    3333
    3434define( "PLUGINNAME",                   "PrettyPress" );
    35 define( "PLUGINVERSION",                "1.0.6" );
     35define( "PLUGINVERSION",                "1.0.8" );
    3636define( "PLUGINCODENAME",               "Evasive Eel" );
    3737define( "PLUGINPATH",                   dirname(__FILE__) );
  • prettypress/trunk/prettypress.php

    r871177 r891126  
    77Plugin URI: https://github.com/evasivesoftware/PrettyPress
    88Description: A simple Wordpress publishing layout, focused on writing with a live preview of your future post.
    9 Version: 1.0.6
     9Version: 1.0.8
    1010Author: EvasiveSoftware.com
    1111Author URI: http://www.evasivesoftware.com/
  • prettypress/trunk/readme.txt

    r881280 r891126  
    44Tags: publishing, posting, live, preview, post interface, ghost, markdown
    55Requires at least: 3.5
    6 Tested up to: 3.9 Beta 2
    7 Stable tag: 1.0.7
     6Tested up to: 3.9
     7Stable tag: 1.0.8
    88License: MIT
    99License URI: http://opensource.org/licenses/MIT
     
    6262
    6363== Changelog ==
     64
     65= 1.0.8 =
     66* Minor future proofing for 3.9 release
     67* Fixed CSS z-indexing to override wordpress sidebar in 3.9RC1
    6468
    6569= 1.0.7 =
Note: See TracChangeset for help on using the changeset viewer.