Make WordPress Core

Changeset 37304


Ignore:
Timestamp:
04/22/2016 09:46:06 PM (9 years ago)
Author:
rachelbaker
Message:

Comments: Add unordered list styling to Comments List Table rows and Moderate Comment screen.

Fixes #36160

Props juanfra.

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

Legend:

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

    r37218 r37304  
    17971797.widefat .column-comment p {
    17981798    margin: 0.6em 0;
     1799}
     1800
     1801.widefat .column-comment ul {
     1802    list-style: initial;
     1803    margin-left: 2em;
    17991804}
    18001805
  • trunk/src/wp-admin/css/edit.css

    r37161 r37304  
    11301130.comment-ays td {
    11311131    padding: 10px 15px;
     1132}
     1133
     1134.comment-ays .comment-content ul {
     1135    list-style: initial;
     1136    margin-left: 2em;
    11321137}
    11331138
Note: See TracChangeset for help on using the changeset viewer.