Changeset 491544
- Timestamp:
- 01/18/2012 05:14:25 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
quickpress-fullscreen/tags/2.0/tags/2.0/quickpress-fullscreen.php
r377342 r491544 2 2 /** 3 3 * @package QuickPress_Fullscreen 4 * @version 1.04 * @version 2.0 5 5 */ 6 6 /* … … 9 9 Description: Turn QuickPress in WordPress Dashboard into fullscreen when expanded. 10 10 Author: Rio Purnomo 11 Version: 1.011 Version: 2.0 12 12 Author URI: http://siriokun.com/ 13 13 */ … … 18 18 echo " 19 19 <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} 20 23 #screen-meta{z-index:4} 21 24 #dashboard_quick_press { 22 25 background: #F9F9F9; 23 26 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% 27 32 } 28 33 #dashboard_quick_press form .input-text-wrap,
Note: See TracChangeset
for help on using the changeset viewer.