Plugin Directory

Changeset 2396208


Ignore:
Timestamp:
10/08/2020 05:15:47 PM (5 years ago)
Author:
stremovsky
Message:

fix buttons size

File:
1 edited

Legend:

Unmodified
Added
Removed
  • better-gdpr/trunk/better-gdpr.php

    r2395422 r2396208  
    505505<style>
    506506#bettergdpr_cookie_banner {
    507 background-color:rgba(71,81,84,.95);box-shadow: 0 -8px 20px 0 rgba(0,0,0,.2);width:100%;margin:0 auto;padding:5px;font-size: 1em;color: #6d6d6d;bottom:0px;position:fixed;left: 0px;opacity:0.9;filter:alpha(opacity=80);height:auto;max-height:500px;z-index:9999999999;overflow:hidden;
     507background-color:rgba(71,81,84,.95);box-shadow: 0 -8px 20px 0 rgba(0,0,0,.2);width:100%;margin:0 auto;padding:5px;font-size: 1em;color: #6d6d6d;bottom:0px;position:fixed;left: 0px;opacity:0.9;filter:alpha(opacity=80);height:auto;max-height:500px;z-index:9999999999;overflow:hidden;line-height: 1.25;
    508508}
    509509#bettergdpr_popup_message {float:left;color:#fff;width: calc(100% - 200px);padding:10px;}
    510510#bettergdpr_popup_buttons {float:left;width:200px;margin:0 auto;text-align:center;vertical-align: middle;padding-top:15px;}
    511 #bettergdpr_cookie_banner #bettergdpr_agree_btn {text-decoration:none;font-weight: 400;text-transform: uppercase;cursor: pointer;background-color: #2eb8ff;min-width: 150px;min-height: 33px;margin: 0;padding: .5rem 1rem;font-size: 1.3rem;color: #fff;border: none;border-radius: 3px;outline: none;}
    512 #bettergdpr_cookie_banner #bettergdpr_req_btn {text-decoration:none;font-weight: 400;text-transform: uppercase;background-color:transparent;cursor: pointer;min-width: 150px;min-height: 30px;margin: 5px 0 0 0;padding: .5rem 1rem;font-size: 1.1rem;color: #fff;border: 1px solid #fff;border-radius: 3px;outline: none;}
     511#bettergdpr_cookie_banner #bettergdpr_agree_btn {text-decoration:none;font-weight: 400;text-transform: uppercase;cursor: pointer;background-color: #2eb8ff;min-width: 150px;min-height: 33px;margin: 0;padding: 5px 2px;font-size: 15px;color: #fff;border: none;border-radius: 3px;outline: none;line-height: inherit;}
     512#bettergdpr_cookie_banner #bettergdpr_req_btn {text-decoration:none;font-weight: 400;text-transform: uppercase;background-color:transparent;cursor: pointer;min-width: 150px;min-height: 30px;margin: 8px 0 0 0;padding: 5px 2px;font-size: 15px;color: #fff;border: 1px solid #fff;border-radius: 3px;outline: none;line-height: inherit;}
    513513@media only screen and (min-width:769px){
    514514#bettergdpr_cookie_banner {max-width:70%; border-top-right-radius: 5px;}
     
    541541  <button id='bettergdpr_agree_btn' onclick='bettergdpr_allow_all_cookies();'>I agree&nbsp;<span style="font-weight: 700;style:inline-block;height:25px;">✓</span></button>
    542542  <button id='bettergdpr_req_btn' onclick='bettergdpr_allow_required_cookies();'>Required only</button>
    543 <div style="display:block;padding:0;margin:0;"><u style="color:#fff;font-weight: 400;background-color:transparent;cursor: pointer;font-size:1rem;" onclick="bettergdpr_show_cookie_settings_popup();">Customize settings</u></div>
     543<div style="display:block;padding:0;margin:0;"><u style="color:#fff;font-weight: 400;background-color:transparent;cursor: pointer;font-size:10px;" onclick="bettergdpr_show_cookie_settings_popup();">Customize settings</u></div>
    544544</div>
    545545</div>
Note: See TracChangeset for help on using the changeset viewer.