Changeset 1337994
- Timestamp:
- 01/28/2016 11:38:42 AM (10 years ago)
- Location:
- jw-player/trunk
- Files:
-
- 3 edited
-
jw-player.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
-
static/css/style.css (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
jw-player/trunk/jw-player.php
r1337942 r1337994 5 5 Description: 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. 6 6 Author: JW Player 7 Version: 0.10. 0beta7 Version: 0.10.1 beta 8 8 */ 9 9 -
jw-player/trunk/readme.txt
r1337942 r1337994 4 4 Requires at least: 4.3 5 5 Tested up to: 4.4.1 6 Stable tag: 0.10. 0beta6 Stable tag: 0.10.1 beta 7 7 License: GPLv3 8 8 … … 63 63 == Screenshots == 64 64 65 1. Overview of available plugin settings. 65 1. Insert media from your JW Player Account via the media library overlay or ... 66 2. ... use the sidebar widget. 67 2. You can enable the sidebar widget and edit other settings on the plugin's settings page. 66 68 67 69 … … 92 94 == Changelog == 93 95 96 = 0.10.1 beta = 97 98 * Issue: Fixed overflow of long video titles. 99 * Update: Added new screenshots 100 94 101 = 0.10.0 beta = 95 102 -
jw-player/trunk/static/css/style.css
r1337942 r1337994 217 217 background-image: url( '../img/no-thumb.jpg' ); 218 218 display: block; 219 height: 24px;220 padding: 6px 0 050px;219 height: 18px; 220 padding: 6px 8px 6px 50px; 221 221 position: relative; 222 white-space: nowrap; 223 overflow: hidden; 224 text-overflow: ellipsis; 222 225 } 223 226 … … 247 250 border: solid 2px #0085ba; 248 251 } 252 253 div.jwplayer-tab ul li:hover div { 254 padding: 6px 50px 6px 50px; 255 } 256 249 257 div.jwplayer-tab ul li:hover p.button-primary { 250 258 display: block; … … 318 326 } 319 327 328 div.media-items div.jwplayer-tab ul li:hover div { 329 padding: 6px 140px 6px 50px; 330 } 331 320 332 div.media-items div.jwplayer-tab ul li p.button-primary span.jwplayer-wide { 321 333 display: inline;
Note: See TracChangeset
for help on using the changeset viewer.