Changeset 44757
- Timestamp:
- 02/20/2019 10:08:23 PM (6 years ago)
- Location:
- trunk/src/wp-admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/list-tables.css
r44722 r44757 153 153 } 154 154 155 #replysubmit .reply-submit-buttons { 156 margin-bottom: 0; 157 } 158 155 159 #replysubmit .button { 156 160 margin-right: 5px; 161 } 162 163 #replysubmit .spinner { 164 float: none; 165 margin: -4px 0 0; 157 166 } 158 167 -
trunk/src/wp-admin/includes/template.php
r44643 r44757 480 480 481 481 <div id="replysubmit" class="submit"> 482 <p >483 <a href="#comments-form" class="save button button-primary alignright">482 <p class="reply-submit-buttons"> 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>
Note: See TracChangeset
for help on using the changeset viewer.