Plugin Directory

Changeset 668890

Timestamp:
02/16/2013 12:51:35 PM (11 years ago)
Author:
japh
Message:

Release 2.0.1

Location:
wp-butler/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • wp-butler/trunk/jquery-ui-css/jquery-ui-classic.css

    r659251 r668890  
    6060.ui-widget .ui-widget { font-size: 1em; }
    6161.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: sans-serif; font-size: 1em; }
    62 .ui-widget-content { border: 1px solid #d1e5ee; background: #ffffff; color: #333333; }
     62/* WP Butler fix to protect core's color picker */
     63.ui-dialog.ui-widget-content { border: 1px solid #d1e5ee; background: #ffffff; color: #333333; }
    6364.ui-widget-header { border: 1px solid #d1e5ee; background-color: #f5fafd; background-image: -ms-linear-gradient(top, #f7fcfe, #eff8ff); background-image: -moz-linear-gradient(top, #f7fcfe, #eff8ff); background-image: -o-linear-gradient(top, #f7fcfe, #eff8ff); background-image: -webkit-gradient(linear, left top, left bottom, from(#f7fcfe), to(#eff8ff)); background-image: -webkit-linear-gradient(top, #f7fcfe, #eff8ff); background-image: linear-gradient(top, #f7fcfe, #eff8ff); color: #333333; font-weight: bold; }
    6465.ui-widget-header a { color: #333333; }
     
    456457 * http://docs.jquery.com/UI/Slider#theming
    457458 */
     459
     460
    458461.ui-slider { position: relative; text-align: left; }
    459462.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
     
    470473.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
    471474.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
    472 .ui-slider-vertical .ui-slider-range-max { top: 0; }/*
     475.ui-slider-vertical .ui-slider-range-max { top: 0; }
     476*/
     477/*
    473478 * jQuery UI Tabs 1.8.16
    474479 *
  • wp-butler/trunk/jquery-ui-css/jquery-ui-fresh.css

    r649636 r668890  
    6060.ui-widget .ui-widget { font-size: 1em; }
    6161.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: sans-serif; font-size: 1em; }
    62 .ui-widget-content { border: 1px solid #dfdfdf; background: #ffffff; color: #333333; }
     62/* WP Butler fix to protect core's color picker */
     63.ui-dialog.ui-widget-content { border: 1px solid #dfdfdf; background: #ffffff; color: #333333; }
    6364.ui-widget-header { border: 1px solid #dfdfdf; color: #333333; font-weight: bold; background-color: #f1f1f1; background-image: -ms-linear-gradient(top, #f9f9f9, #ececec); background-image: -moz-linear-gradient(top, #f9f9f9, #ececec); background-image: -o-linear-gradient(top, #f9f9f9, #ececec); background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#ececec)); background-image: -webkit-linear-gradient(top, #f9f9f9, #ececec); background-image: linear-gradient(top, #f9f9f9, #ececec); }
    6465.ui-widget-header a { color: #333333; }
     
    456457 * http://docs.jquery.com/UI/Slider#theming
    457458 */
     459
     460
    458461.ui-slider { position: relative; text-align: left; }
    459462.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
     
    470473.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
    471474.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
    472 .ui-slider-vertical .ui-slider-range-max { top: 0; }/*
     475.ui-slider-vertical .ui-slider-range-max { top: 0; }
     476*/
     477/*
    473478 * jQuery UI Tabs 1.8.16
    474479 *
  • wp-butler/trunk/readme.txt

    r660262 r668890  
    66Requires at least: 3.1 
    77Tested up to: 3.5 
    8 Stable tag: 2.0
     8Stable tag: 2.0
    99
    1010Provides a text field in the WP Admin allowing you to jump to common WP Actions.
     
    4444
    4545== Changelog ==
     46
     47
     48
     49
    4650
    4751= 2.0 =
  • wp-butler/trunk/wp-butler.php

    r660262 r668890  
    44Plugin URI:  http://wpbutler.com
    55Description: WP Butler brings you what you need in the Wordpress Admin. An autocomplete menu to let you jump to all the common tasks you may need to perform, just hit <code>shift+alt+b</code>!
    6 Version:     2.0
     6Version:     2.0
    77Author:      Japh
    88Author URI:  http://japh.com.au
     
    5959         * @since 1.2
    6060         */
    61         public $version = '2.0';
     61        public $version = '2.0';
    6262        /**
    6363         * Array of available post types
Note: See TracChangeset for help on using the changeset viewer.