Plugin Directory

Changeset 1337994


Ignore:
Timestamp:
01/28/2016 11:38:42 AM (10 years ago)
Author:
LongTail Video
Message:

Version 0.10.1 beta: Styling fix, new screenshots

Location:
jw-player/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • jw-player/trunk/jw-player.php

    r1337942 r1337994  
    55Description: This plugin allows you to easily upload and embed videos using the JW Player. The embedded video links can be signed, making it harder for viewers to steal your content.
    66Author: JW Player
    7 Version: 0.10.0 beta
     7Version: 0.10.1 beta
    88*/
    99
  • jw-player/trunk/readme.txt

    r1337942 r1337994  
    44Requires at least: 4.3
    55Tested up to: 4.4.1
    6 Stable tag: 0.10.0 beta
     6Stable tag: 0.10.1 beta
    77License: GPLv3
    88
     
    6363== Screenshots ==
    6464
    65 1. Overview of available plugin settings.
     651. Insert media from your JW Player Account via the media library overlay or ...
     662. ... use the sidebar widget.
     672. You can enable the sidebar widget and edit other settings on the plugin's settings page.
    6668
    6769
     
    9294== Changelog ==
    9395
     96= 0.10.1 beta =
     97
     98* Issue: Fixed overflow of long video titles.
     99* Update: Added new screenshots
     100
    94101= 0.10.0 beta =
    95102
  • jw-player/trunk/static/css/style.css

    r1337942 r1337994  
    217217    background-image: url( '../img/no-thumb.jpg' );
    218218    display: block;
    219     height: 24px;
    220     padding: 6px 0 0 50px;
     219    height: 18px;
     220    padding: 6px 8px 6px 50px;
    221221    position: relative;
     222    white-space: nowrap;
     223    overflow: hidden;
     224    text-overflow: ellipsis;
    222225}
    223226
     
    247250    border: solid 2px #0085ba;
    248251}
     252
     253div.jwplayer-tab ul li:hover div {
     254    padding: 6px 50px 6px 50px;
     255}
     256
    249257div.jwplayer-tab ul li:hover p.button-primary {
    250258    display: block;
     
    318326}
    319327
     328div.media-items div.jwplayer-tab ul li:hover div {
     329    padding: 6px 140px 6px 50px;
     330}
     331
    320332div.media-items div.jwplayer-tab ul li p.button-primary span.jwplayer-wide {
    321333    display: inline;
Note: See TracChangeset for help on using the changeset viewer.