Changeset 32495
- Timestamp:
- 05/12/2015 01:21:58 AM (10 years ago)
- Location:
- trunk/src/wp-admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/list-tables.css
r32485 r32495 126 126 } 127 127 128 #edithead .inside { 128 #edithead .inside, 129 #commentsdiv #edithead .inside { 129 130 float: left; 130 131 padding: 3px 0 2px 5px; … … 356 357 #commentsdiv .comments-box tr:last-child td { 357 358 border-bottom: 0 none; 359 } 360 361 #commentsdiv #edithead .inside input { 362 vertical-align: middle; 363 width: 160px; 358 364 } 359 365 -
trunk/src/wp-admin/js/edit-comments.js
r31996 r32495 398 398 } else if ( action == 'add' ) { 399 399 $('#addhead, #addbtn', editRow).show(); 400 $('#replyhead, #replybtn, #edithead, # editbtn', editRow).hide();400 $('#replyhead, #replybtn, #edithead, #savebtn', editRow).hide(); 401 401 $('#the-comment-list').prepend(editRow); 402 402 $('#replyrow').fadeIn(300);
Note: See TracChangeset
for help on using the changeset viewer.