Plugin Directory

Changeset 1740775


Ignore:
Timestamp:
10/04/2017 09:35:15 AM (8 years ago)
Author:
jefferey11
Message:

updated trunk

Location:
floating-video/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • floating-video/trunk/floating_video_plugin.php

    r1740743 r1740775  
    44* Plugin URI:  https://wordpress.org/plugins/floating-video/
    55* Description: Display a video that, when scrolled out of view, moves to the corner of the screen so that the user can continue watching it while reading a post.
    6 * Version: 1.2.1
     6* Version: 1.2.2
    77* Author: jefferey11
    88* Author URI:  https://profiles.wordpress.org/jefferey11#content-plugins
  • floating-video/trunk/readme.txt

    r1740744 r1740775  
    44Requires at least: 4.7
    55Tested up to: 4.8.1
    6 Stable tag: 1.2.1
     6Stable tag: 1.2.2
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • floating-video/trunk/style.css

    r1740743 r1740775  
    55    margin: 0;
    66    padding: 0;
     7    }
     8
     9#FlVid_Parent {
    710    position: relative;
    8     }
     11}
     12
     13#FlVid_normal_width {
     14    position: relative;
     15}
    916
    1017FlVid-prefixaddv1-2-1_section + FlVid-prefixaddv1-2-1_section {
     
    2633    background-color: hsl(0,0%,10%);
    2734    transition: .5s;
     35    position: relative;
    2836    }
    2937.FlVid-prefixaddv1-2-1_vid-wrap > iframe {
Note: See TracChangeset for help on using the changeset viewer.