Plugin Directory

Changeset 2176117


Ignore:
Timestamp:
10/19/2019 03:14:21 PM (6 years ago)
Author:
lightplugins
Message:

Added a banner to the options page.

Location:
simple-www-redirect/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • simple-www-redirect/trunk/css/admin.css

    r2157673 r2176117  
    1111}
    1212
     13#swr-wrap{
     14    margin-top:20px;
     15}
     16
    1317#swr-settings{
    1418    text-align:center;
    15     margin-top:20px;
    1619    background-color:#f6f6f6;
    1720    padding:20px;
    1821    border:1px solid #CCC;
     22    float:left
     23}
     24
     25#swr-aff{
     26    margin-left:20px;
     27    float:left;
     28    border: 1px solid #CCC;
     29    background-color:#FFF;
    1930}
    2031
  • simple-www-redirect/trunk/index.php

    r2157673 r2176117  
    306306    ?>
    307307
     308    <div id="swr-wrap">
     309
    308310    <div id="swr-settings"<?php echo $error_class; ?>>
    309311
     
    321323
    322324    </div>
    323    
     325
     326    <div id="swr-aff">
     327        <a target="_blank" href="//1.envato.market/c/296902/523005/4415" id="523005"><img src="//a.impactradius-go.com/display-ad/4415-523005" border="0" alt="" width="300" height="600"/></a><img height="0" width="0" src="//1.envato.market/i/296902/523005/4415" style="position:absolute;visibility:hidden;" border="0" />
     328    </div>
     329
     330    <div class="clear"></div>
     331
     332    </div>
     333
    324334</form>
    325335</div>
Note: See TracChangeset for help on using the changeset viewer.