Plugin Directory

Changeset 827610


Ignore:
Timestamp:
12/23/2013 06:59:23 PM (12 years ago)
Author:
szbl
Message:

Update to vector icons for 3.8

Location:
sizeable-content-blocks/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • sizeable-content-blocks/trunk/readme.txt

    r704350 r827610  
    44Tags: flexible content, content management, html content
    55Requires at least: 3.5.1
    6 Tested up to: 3.5.1
     6Tested up to: 3.8
    77Stable tag: trunk
    88License: GPLv2 or later
     
    2929== Changelog ==
    3030
     31= 1.0.2 =
     32
     33* Update to 3.8 admin UI vector icons.
     34
    3135= 1.0.1 =
    3236
  • sizeable-content-blocks/trunk/szbl-content-blocks.php

    r703680 r827610  
    55Author URI: http://sizeablelabs.com
    66Description: 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.1
     7Version: 1.0.2
    88License: GPLv2 or later
    99*/
  • sizeable-content-blocks/trunk/views/admin-css.php

    r703632 r827610  
    11<style type="text/css">
    2 .wp-menu-image { overflow: hidden; }
    32#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";
    104}
    115</style>
Note: See TracChangeset for help on using the changeset viewer.