Plugin Directory

Changeset 1888265


Ignore:
Timestamp:
06/06/2018 02:45:03 PM (8 years ago)
Author:
emarten
Message:

small style fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • dsgvo/trunk/eu-dsgvo-helper.php

    r1888262 r1888265  
    44        Plugin Name: EU DSGVO Helper
    55        Description: This Plugin will be further developed. It so far caches google webfonts locally and replaces youtube embeded videos with a preview-image which becomes an embeded video on-click. Removes Emojis. More functions will be added soon.
    6         Version: 1.0.5
     6        Version: 1.0.5.1
    77        Author: Eric Marten
    88        Author URL: https://www.herr-marten.de/
     
    173173
    174174                            $oline=$match["line"];
    175                             $nline=str_replace($match["source"],plugin_dir_url( __FILE__ )."/dsgvo-ytembed/".$id."/",$oline);
     175                            $nline=str_replace($match["source"],plugin_dir_url( __FILE__ )."dsgvo-ytembed/".$id."/",$oline);
    176176
    177177                            $html=str_replace($match["line"], $nline ,$html);
     
    228228
    229229                        echo "<div style=\"position: absolute; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); background: rgba(255,0,0,0.685); color: #fff; border-radius: 10px; font-size: 30px;\">";
    230                             echo "<div style=\"padding: 15px 40px;\">▶</div>";
     230                            echo "<div style=\"padding: 10px 30px;\">▶</div>";
    231231                        echo "</div>";
    232232
Note: See TracChangeset for help on using the changeset viewer.