Ticket #45972: 45972.diff
File 45972.diff, 1.5 KB (added by , 7 years ago) |
---|
-
src/wp-admin/css/list-tables.css
152 152 overflow: hidden; 153 153 } 154 154 155 #replysubmit p { 156 margin-bottom: 0; 157 } 158 155 159 #replysubmit .button { 156 160 margin-right: 5px; 157 161 } 158 162 163 #replysubmit .spinner { 164 float: none; 165 margin: -4px 0 0; 166 } 167 159 168 #replyrow.inline-edit-row fieldset.comment-reply { 160 169 font-size: inherit; 161 170 line-height: inherit; -
src/wp-admin/includes/template.php
480 480 481 481 <div id="replysubmit" class="submit"> 482 482 <p> 483 <a href="#comments-form" class="save button button-primary alignright">483 <a href="#comments-form" class="save button button-primary"> 484 484 <span id="addbtn" style="display: none;"><?php _e( 'Add Comment' ); ?></span> 485 485 <span id="savebtn" style="display: none;"><?php _e( 'Update Comment' ); ?></span> 486 486 <span id="replybtn" style="display: none;"><?php _e( 'Submit Reply' ); ?></span> 487 487 </a> 488 <a href="#comments-form" class="cancel button alignleft"><?php _e( 'Cancel' ); ?></a>488 <a href="#comments-form" class="cancel button"><?php _e( 'Cancel' ); ?></a> 489 489 <span class="waiting spinner"></span> 490 490 </p> 491 <br class="clear" />492 491 <div class="notice notice-error notice-alt inline hidden"> 493 492 <p class="error"></p> 494 493 </div>