Tidying up the code
This commit is contained in:
@@ -32,7 +32,7 @@ $title = isset( $_REQUEST['title'] ) ? yourls_sanitize_title( $_REQUEST['title
|
||||
</div>
|
||||
|
||||
<div class="form-item recaptcha-container">
|
||||
<p><label class="primary" title=""><?php yourls_e( 'Verification:', 'isq_translation'); ?></label></p>
|
||||
<p><label class="primary" title=""><?php yourls_e( 'Verification', 'isq_translation'); ?></label></p>
|
||||
<p><label class="secondary"><?php yourls_e( 'reCAPTCHA verification used to ensure you are not a bot.', 'isq_translation'); ?></label></p>
|
||||
<div class="g-recaptcha" data-sitekey="<?php echo ISQ::$recaptcha['sitekey']; ?>"></div>
|
||||
</div>
|
||||
|
||||
@@ -178,22 +178,6 @@ input[type=submit] {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Tooltips */
|
||||
.qtip-default {
|
||||
border-color: #013F6D;
|
||||
background-color: #013F6D;
|
||||
color: #FFF;
|
||||
}
|
||||
|
||||
.ui-tooltip-titlebar,
|
||||
.ui-tooltip-content{
|
||||
border-color: #013F6D;
|
||||
background-color: #013F6D;
|
||||
color: #FFF;
|
||||
}
|
||||
|
||||
/* Output */
|
||||
.output label {
|
||||
width: 30%;
|
||||
|
||||
Reference in New Issue
Block a user