Plugin Directory

Changeset 1580845


Ignore:
Timestamp:
01/24/2017 07:50:34 AM (9 years ago)
Author:
zapotech
Message:

1.0.1

  • 01/24/2017: Corrected path to background image, set max-height CSS value (removed height CSS value) for .selectandedit-post-list.
Location:
select-and-edit/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • select-and-edit/trunk/readme.txt

    r1572942 r1580845  
    55Requires at least: 3.0.1
    66Tested up to: 4.7.1
    7 Stable tag: 1.0
     7Stable tag: 1.0.1
    88License: GPLv2 or later
    99
     
    4343== Changelog ==
    4444
     45= 1.0.1 =
     46* 01/24/2017:  Corrected path to background image, set `max-height` CSS value (removed `height` CSS value) for `.selectandedit-post-list`.
     47
    4548= 1.0 =
    4649* 01/10/2017:  Screenshots to /assets
  • select-and-edit/trunk/select-and-edit.css

    r1572651 r1580845  
    88        max-height: 140px;
    99        transition: max-height .2s ease;
    10         background-image: url('assets/cork-background-img.png');
     10        background-image: url('images/cork-background-img.png');
    1111        background-size: calc(100% + 12px);
    1212        -webkit-box-shadow: inset 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
     
    4141    border-right: 1px solid #444;
    4242    border-bottom: 1px solid #444;
    43 
    4443}
    4544
     
    113112    display: block;
    114113    overflow: scroll;
    115     height: 0em;
     114    max-height: 0em;
    116115    margin: 0px;
    117116    font-size: 12pt;
Note: See TracChangeset for help on using the changeset viewer.