Make WordPress Core

Changeset 32495


Ignore:
Timestamp:
05/12/2015 01:21:58 AM (10 years ago)
Author:
azaozz
Message:

Fix comments postbox:

  • Add comment button text.
  • Positioning of the Author, Email, URL fields.

Fixes #32349.

Location:
trunk/src/wp-admin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/list-tables.css

    r32485 r32495  
    126126}
    127127
    128 #edithead .inside {
     128#edithead .inside,
     129#commentsdiv #edithead .inside {
    129130    float: left;
    130131    padding: 3px 0 2px 5px;
     
    356357#commentsdiv .comments-box tr:last-child td {
    357358    border-bottom: 0 none;
     359}
     360
     361#commentsdiv #edithead .inside input {
     362    vertical-align: middle;
     363    width: 160px;
    358364}
    359365
  • trunk/src/wp-admin/js/edit-comments.js

    r31996 r32495  
    398398        } else if ( action == 'add' ) {
    399399            $('#addhead, #addbtn', editRow).show();
    400             $('#replyhead, #replybtn, #edithead, #editbtn', editRow).hide();
     400            $('#replyhead, #replybtn, #edithead, #savebtn', editRow).hide();
    401401            $('#the-comment-list').prepend(editRow);
    402402            $('#replyrow').fadeIn(300);
Note: See TracChangeset for help on using the changeset viewer.