Changeset 1379207
- Timestamp:
- 03/26/2016 05:17:43 AM (10 years ago)
- Location:
- wp-extend-toolbar/trunk
- Files:
-
- 4 edited
-
css/wp-extend-toolbar.css (modified) (1 diff)
-
js/wp-extend-toolbar.js (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
wp-extend-toolbar.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-extend-toolbar/trunk/css/wp-extend-toolbar.css
r1328869 r1379207 1 1 @charset 'utf-8'; 2 3 body { 4 position: relative; 5 } 2 6 3 7 #wp-admin-bar-extend-toolbar { -
wp-extend-toolbar/trunk/js/wp-extend-toolbar.js
r1327269 r1379207 12 12 13 13 jQuery('html').css({ 14 'margin-top': total_height + 'px' 14 'margin-top': total_height + 'px', 15 'position': 'relative' 15 16 }); 16 17 jQuery('* html body').css({ -
wp-extend-toolbar/trunk/readme.txt
r1328869 r1379207 4 4 Requires at least: 4.0 5 5 Tested up to: 4.4 6 Stable tag: 1.1. 46 Stable tag: 1.1.5 7 7 License: GPLv2 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 40 40 == Changelog == 41 41 42 = 1.1.5 = 43 * Correct the CSS File. 44 45 * CSS ファイルを修正。 46 42 47 = 1.1.4 = 43 48 * Correct the CSS File. -
wp-extend-toolbar/trunk/wp-extend-toolbar.php
r1328869 r1379207 5 5 Description: Adds a page information to the admin bar. 6 6 Author: Michinari Odajima 7 Version: 1.1. 47 Version: 1.1.5 8 8 Author URI: http://piece-web.jp/ 9 9 Domain Path: /language
Note: See TracChangeset
for help on using the changeset viewer.