Plugin Directory

Changeset 1046536

Timestamp:
12/17/2014 03:15:09 AM (10 years ago)
Author:
gcorne
Message:

Version 0.3

Location:
advanced-image-styles/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • advanced-image-styles/trunk/advanced-image-styles.php

    r902120 r1046536  
    77 * Description: Adjust an image's margins and border with ease in the Visual
    88 * editor.
    9  * Version: 0.2
     9 * Version: 0.
    1010 * License: GPL2+
    1111 * Text Domain: advanced-image-styles
     
    1616class Advanced_Image_Styles {
    1717
    18     const VERSION = '0.1';
     18    const VERSION = '0.';
    1919
    2020    public static function init() {
  • advanced-image-styles/trunk/css/advanced-image-styles.css

    r902120 r1046536  
    4646
    4747.image-details .advanced-image-styles input[type="color"] {
    48     border: 1px solid #ddd;
    49     width: 30px;
    50     padding: 4px 6px;
    51     height: 20px;
     48    ;
     49    px;
     50    padding: 4px;
     51    px;
    5252    display: block;
    53     -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
    54     box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
    5553}
    5654
     
    5957    .image-details .advanced-image-styles input[type="color"] {
    6058        -webkit-appearance: none;
    61         height: 24px;
    62         padding: 5px 8px;
     59        px;
     60        px;
    6361    }
    6462}
  • advanced-image-styles/trunk/readme.txt

    r902120 r1046536  
    22Contributors: gcorne
    33Tags: image, editor, formatting, photo, TinyMCE
    4 Tested up to: 3.9
     4Tested up to:
    55Requires at least: 3.9
    6 Stable tag: 0.2
     6Stable tag: 0.
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1414== Changelog ==
    1515
     16
     17
     18
    1619= 0.2 =
    1720* Disable left and right margin inputs when image alignment is set to center
     
    1922* Use empty fields as default so that a value of zero can be set.
    2023
    21 
    2224= 0.1 =
    2325* Initial Version.
Note: See TracChangeset for help on using the changeset viewer.