Plugin Directory

Changeset 1882594


Ignore:
Timestamp:
05/28/2018 01:17:28 PM (8 years ago)
Author:
emarten
Message:

style changes

File:
1 edited

Legend:

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

    r1882522 r1882594  
    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.3.1
     6        Version: 1.0.3.2
    77        Author: Eric Marten
    88        Author URL: https://www.herr-marten.de/
     
    285285            ob_start(); ?>
    286286
    287             <div style="position:fixed; z-index:99999; top:0;bottom:0;left:0;right:0;height:100%;width:100%; background:rgba(0,0,0,0.5); cursor:pointer;" onclick="if(event.target===this) { jQuery(this).remove(); }">
    288                 <div style="background:#fff; padding:30px 15px; cursor:default; position:absolute; bottom:0; width: 100%; left:0; right:0;">
     287            <div id="dsgvo_cookie_note" onclick="if(event.target===this) { jQuery(this).remove(); }">
     288                <div class="cn_content" style="">
    289289                    <div class="wrapper">
    290290                        <div style="float:right; cursor:pointer; font-size:24px;" onclick="jQuery(this).parent().parent().parent().remove();">&times;</div><h1 style="margin:0; padding:0 0 15px 0;">Informationen zum Datenschutz</h1>
     
    294294                </div>
    295295            </div>
     296            <style type="text/css">
     297
     298
     299            #dsgvo_cookie_note .wrapper , #dsgvo_cookie_note .wrapper * , #dsgvo_cookie_note, #dsgvo_cookie_note * , #dsgvo_cookie_note .cn_content
     300            {
     301                background:transparent;
     302                box-shadow:none;
     303                -webkit-border-radius:0;
     304                border-radius:0;
     305            }
     306
     307                #dsgvo_cookie_note
     308                {
     309                    position:fixed; z-index:99999; top:0;bottom:0;left:0;right:0;height:100%;width:100%; background:rgba(0,0,0,0.5); cursor:pointer;
     310                }
     311
     312                #dsgvo_cookie_note .cn_content
     313                {
     314                    background:#fff; padding:30px 15px; cursor:default; position:absolute; bottom:0; width: 100%; left:0; right:0;
     315                }
     316            </style>
    296317
    297318
Note: See TracChangeset for help on using the changeset viewer.