Changeset 891126
- Timestamp:
- 04/11/2014 07:25:13 AM (12 years ago)
- Location:
- prettypress/trunk
- Files:
-
- 4 edited
-
assets/css/prettypress.css (modified) (9 diffs)
-
bootstrap.php (modified) (1 diff)
-
prettypress.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
prettypress/trunk/assets/css/prettypress.css
r855189 r891126 31 31 right: 4em; 32 32 width: 20%; 33 z-index: 9999 ;33 z-index: 99999; 34 34 } 35 35 … … 63 63 background: #fff; 64 64 margin: 0; 65 z-index: 99 0;65 z-index: 99990; 66 66 display: none; 67 67 padding: 0em; … … 92 92 .prettypress_entry_field { 93 93 position: fixed !important; 94 z-index: 99 1;94 z-index: 99991; 95 95 left: 1.5em; 96 96 top: 8em; … … 102 102 position: fixed; 103 103 left: 1.5em; 104 z-index: 99 1;104 z-index: 99991; 105 105 width: 39%; 106 106 } 107 107 108 108 .media-modal-content { 109 z-index: 999 !important;109 z-index: 99999 !important; 110 110 } 111 111 112 112 #wpadminbar { 113 z-index: 9 89 !important;113 z-index: 99989 !important; 114 114 } 115 115 … … 135 135 136 136 .prettypress-overlay-left { 137 z-index: 99 5;137 z-index: 99995; 138 138 position: fixed; 139 139 width: 41%; … … 150 150 151 151 .prettypress-overlay-right { 152 z-index: 99 5;152 z-index: 99995; 153 153 position: fixed; 154 154 width: 59%; … … 195 195 .prettypress_markdown_editor_wrapper { 196 196 position: fixed !important; 197 z-index: 99 4;197 z-index: 99994; 198 198 left: 1.5em; 199 199 top: 10.6em; … … 228 228 margin-right: -25px; 229 229 background: url("../img/loading.gif") center center no-repeat #333; 230 z-index: 9999999999999999 ;230 z-index: 99999999999999999; 231 231 display: none; 232 232 } … … 238 238 margin-top: 40px; 239 239 color: #333; 240 z-index: 999999999999999999999999999 !important;240 z-index: 9999999999999999999999999999!important; 241 241 padding: 1em 1em 0.25em 1em; 242 242 display: none; -
prettypress/trunk/bootstrap.php
r871177 r891126 33 33 34 34 define( "PLUGINNAME", "PrettyPress" ); 35 define( "PLUGINVERSION", "1.0. 6" );35 define( "PLUGINVERSION", "1.0.8" ); 36 36 define( "PLUGINCODENAME", "Evasive Eel" ); 37 37 define( "PLUGINPATH", dirname(__FILE__) ); -
prettypress/trunk/prettypress.php
r871177 r891126 7 7 Plugin URI: https://github.com/evasivesoftware/PrettyPress 8 8 Description: A simple Wordpress publishing layout, focused on writing with a live preview of your future post. 9 Version: 1.0. 69 Version: 1.0.8 10 10 Author: EvasiveSoftware.com 11 11 Author URI: http://www.evasivesoftware.com/ -
prettypress/trunk/readme.txt
r881280 r891126 4 4 Tags: publishing, posting, live, preview, post interface, ghost, markdown 5 5 Requires at least: 3.5 6 Tested up to: 3.9 Beta 27 Stable tag: 1.0. 76 Tested up to: 3.9 7 Stable tag: 1.0.8 8 8 License: MIT 9 9 License URI: http://opensource.org/licenses/MIT … … 62 62 63 63 == 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 64 68 65 69 = 1.0.7 =
Note: See TracChangeset
for help on using the changeset viewer.