Plugin Directory

Changeset 1582697


Ignore:
Timestamp:
01/26/2017 03:25:52 PM (9 years ago)
Author:
cvmh
Message:

2.6.8

  • Fixed: admin CSS conflict
Location:
cat-block/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • cat-block/trunk/assets/css/admin.css

    r1409623 r1582697  
    1212    float: left;
    1313    width: 8em;
     14        margin-top:1em;
     15}
     16.cvmh-widget-form-tabs.ui-tabs-vertical.ui-corner-all,
     17.cvmh-widget-form-tabs.ui-tabs-vertical .ui-tabs-nav.ui-corner-all,
     18.cvmh-widget-form-tabs.ui-tabs-vertical .ui-tabs-nav .ui-corner-top{
     19    border-radius:0;
     20    border:0;
     21    background:none;
    1422}
    1523
     
    1725    clear: left;
    1826    width: 100%;
    19     margin-bottom: 0;
    20     padding: .8em 0 .8em 1em;
     27    margin:0;
     28    padding:0;
    2129}
    2230
     
    2937    display:block;
    3038    text-decoration: none;
     39        color:#333;
     40        font-weight:400;
     41        font-size:13px;
    3142}
    3243
     
    3748.cvmh-widget-form-tabs.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
    3849    background-color: #fff;
     50        margin:0
    3951}
    4052
     
    4860}
    4961
     62.cvmh-widget-form-tabs.ui-tabs-vertical .ui-tabs-panel {
     63    padding:0;
     64}
     65
    5066.cvmh-tab-content p {
    5167    margin-bottom: 1.5em;
    5268}
    5369
    54 .cvmh-tab-content p small {
     70.cvmh-tab-content small {
    5571    color: #777;
    5672    font-style: italic;
     
    7692    display: inline-block;
    7793}
     94
  • cat-block/trunk/cat-block.php

    r1517712 r1582697  
    44 * Plugin URI: http://www.agence-web-cvmh.fr
    55 * Description: Adds a block (widget or shortcode), which scrolls through the posts in a category.
    6  * Version: 2.6.7
     6 * Version: 2.6.8
    77 * Author: CVMH solutions
    88 * Author URI: http://www.agence-web-cvmh.fr
     
    1616add_action( 'plugins_loaded', 'cvmh_catblock_constants', 1 );
    1717function cvmh_catblock_constants() {
    18     define( 'CVMH_CATBLOCK_VERSION'       , '2.4' );
     18    define( 'CVMH_CATBLOCK_VERSION'       , '2.6.8' );
    1919    define( 'CVMH_CATBLOCK_PATH'          , trailingslashit( plugin_dir_path( __FILE__ ) ) );
    2020    define( 'CVMH_CATBLOCK_URI'           , trailingslashit( plugin_dir_url( __FILE__ ) ) );
  • cat-block/trunk/readme.txt

    r1517712 r1582697  
    44Tags: category, taxonomy, widget
    55Requires at least: 3.6
    6 Tested up to: 4.5.2
     6Tested up to: 4.7.1
    77Stable tag: trunk
    88License: GPLv2 or later
     
    6060
    6161== Changelog ==
     62
     63= 2.6.8 =
     64* Fixed: admin CSS conflict
    6265
    6366= 2.6.7 =
Note: See TracChangeset for help on using the changeset viewer.