Plugin Directory

Changeset 782818


Ignore:
Timestamp:
10/05/2013 12:45:21 AM (12 years ago)
Author:
dmikam
Message:

Avoiding unnecesary Warnings about wrong offset in array

File:
1 edited

Legend:

Unmodified
Added
Removed
  • async-js-and-css/trunk/settings_page.php

    r780976 r782818  
    1010    ?>
    1111        <form method="POST" action="options.php">
     12            <div class="thanks-block">
     13                <a class="donation" href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=DNZ7D68MBS6KN" target="_blank"><?php _e('Make donation')?></a>
     14                <a class="review" href="http://wordpress.org/support/view/plugin-reviews/async-js-and-css#postform" target="_blank"><?php _e('or Write Review')?></a>
     15            </div>
    1216        <?php
    1317            settings_fields('ajc_options');
     
    2327                width:450px;
    2428                height:100px;
     29            }
     30            .thanks-block {
     31                float:right;
     32                width:220px;
     33            }
     34            .thanks-block .donation,
     35            .thanks-block .review {
     36                display:block;
     37                margin:0px 0px 20px;
     38                padding:15px;
     39                text-align:center;
     40                background:#ECECEC;
     41                border:#666;
     42                color:#666;
     43                text-decoration:none;
     44                font-size:22px;
     45                -webkit-border-top-left-radius: 10px;
     46                -webkit-border-bottom-left-radius: 10px;
     47                -moz-border-radius-topleft: 10px;
     48                -moz-border-radius-bottomleft: 10px;
     49                border-top-left-radius: 10px;
     50                border-bottom-left-radius: 10px;
     51            }
     52            .thanks-block .donation:hover,
     53            .thanks-block .review:hover {
     54                background:#21759b;
     55                color:#ECECEC;
     56            }
     57            .form-table {
     58                clear:left;
     59                width:auto;
    2560            }
    2661        </style>
Note: See TracChangeset for help on using the changeset viewer.