Example #1
0
td {vertical-align:top}
div.rounded {-moz-border-radius:15px;-webkit-border-radius:15px;padding:0 20px 20px 20px;background-color:white;border:solid 1px #333}
div.rounded table{border-collapse:collapse;}
div.rounded table thead tr th {padding:.2em .4em}
div.rounded table tbody tr td {}
table.logic {border:solid 1px #ccc;margin-bottom:20px}
table.logic tr th {padding:.2em .4em}
table.logic tr td {border:solid 1px #ccc;border-width: 1px 0 0 0;padding:.2em .4em}
table.logic tr td h4 {margin:0;}
ul.cdn-listing li {float:left; width:120px;min-height:120px;text-align:center;}
ul.cdn-listing li img {margin:0 10px}
.cdn-setup {position:relative;}
.not-the-cdn {padding:10px;width:120px;border-top-left-radius:15px;border-bottom-left-radius:15px;-moz-border-radius-bottomleft:15px;-moz-border-radius-topleft:15px;-webkit-border-top-left-radius:15px;-webkit-border-bottom-left-radius:15px;border:solid 1px #999; position:absolute}
.the-cdn {margin-left: 142px;padding-left:10px;border-top-right-radius:15px;border-bottom-right-radius:15px;-moz-border-radius-bottomright:15px;-moz-border-radius-topright:15px;-webkit-border-top-right-radius:15px;-webkit-border-bottom-right-radius:15px;border:solid 1px #666; }
.the-cdn-approved {border-radius:15px;-moz-border-radius:15px;-webkit-border-radius:15px;border:solid 1px #000;}
</style>
    <?php 
    ShareAndFollow::getCDNsets();
    ?>
     <form method="post" action="<?php 
    echo $_SERVER["REQUEST_URI"];
    ?>
">
     <input type="submit" name="reset_share-and-follow" value="<?php 
    _e('Reset Settings', 'share-and-follow');
    ?>
" />
     </form>
     </div>
<?php 
}