Plugin Directory

Changeset 794673


Ignore:
Timestamp:
10/28/2013 09:03:39 AM (12 years ago)
Author:
easyvideoplayer
Message:

Updated CSS to prevent theme conflicts

Location:
wp-evs/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wp-evs/trunk/assets/evs.css

    r792914 r794673  
    1 [data-role="evp-video"] object,
     1[data-role="evp-video"] video,
    22[data-role="evp-splittest"] object,
    3 [data-role="evp-playlist"] object { max-width: auto !important; max-width: auto; }
     3[data-role="evp-playlist"] embed { max-width: none !important; max-width: none; }
    44
    5 [data-role="evp-video"] video,
    6 [data-role="evp-splittest"] video,
    7 [data-role="evp-playlist"] video { max-width: auto !important; max-width: auto; }
     5[data-role="evp-video"] img,
     6[data-role="evp-splittest"] img,
     7[data-role="evp-playlist"] img { max-width: none !important; max-width: none; }
  • wp-evs/trunk/readme.txt

    r792914 r794673  
    4141== Changelog ==
    4242
     43= 1.1.2 =
     44* Improved CSS to try and prevent theme conflicts
     45
    4346= 1.1.1 =
    4447* Fixed playlist and split test embedding in new WordPress
  • wp-evs/trunk/wp-evs.php

    r792914 r794673  
    44Plugin URI: http://easyvideosuite.com/
    55Description: Plugin to easily embed EasyVideoSuite videos into WordPress posts!
    6 Date: 2013, October, 24
     6Date: 2013, October, 28
    77Author: WebActix
    88Author URI: http://webactix.com
    9 Version: 1.1.1
     9Version: 1.1.2
    1010*/
    1111
Note: See TracChangeset for help on using the changeset viewer.