Changeset 827610
- Timestamp:
- 12/23/2013 06:59:23 PM (12 years ago)
- Location:
- sizeable-content-blocks/trunk
- Files:
-
- 3 edited
-
readme.txt (modified) (2 diffs)
-
szbl-content-blocks.php (modified) (1 diff)
-
views/admin-css.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sizeable-content-blocks/trunk/readme.txt
r704350 r827610 4 4 Tags: flexible content, content management, html content 5 5 Requires at least: 3.5.1 6 Tested up to: 3. 5.16 Tested up to: 3.8 7 7 Stable tag: trunk 8 8 License: GPLv2 or later … … 29 29 == Changelog == 30 30 31 = 1.0.2 = 32 33 * Update to 3.8 admin UI vector icons. 34 31 35 = 1.0.1 = 32 36 -
sizeable-content-blocks/trunk/szbl-content-blocks.php
r703680 r827610 5 5 Author URI: http://sizeablelabs.com 6 6 Description: Basic content blocks using custom post types with wrapper functions to pull these blocks for inclustion in any general theme/plugin output. Great for home page callouts, WYSIWYG HTML widgets and any form of theme integration. 7 Version: 1.0. 17 Version: 1.0.2 8 8 License: GPLv2 or later 9 9 */ -
sizeable-content-blocks/trunk/views/admin-css.php
r703632 r827610 1 1 <style type="text/css"> 2 .wp-menu-image { overflow: hidden; }3 2 #adminmenu #menu-posts-<?php echo $this->get_post_type_slug(); ?> .wp-menu-image { 4 background: url('<?php echo plugins_url( 'images/szbl-content-block-icon.png', $this->file ); ?>') no-repeat 6px -17px !important; 5 background-position: 6px -17px !important; 6 } 7 #adminmenu #menu-posts-<?php echo $this->get_post_type_slug(); ?>:hover .wp-menu-image, 8 #adminmenu #menu-posts-<?php echo $this->get_post_type_slug(); ?>.wp-has-current-submenu .wp-menu-image { 9 background-position: 6px 7px !important; 3 content: "\f323"; 10 4 } 11 5 </style>
Note: See TracChangeset
for help on using the changeset viewer.