Make WordPress Core

Ticket #36160: 36160.3.patch

File 36160.3.patch, 822 bytes (added by rachelbaker, 9 years ago)

Adds ul styles to the Moderate Comment Screen as well

  • src/wp-admin/css/common.css

     
    17981798        margin: 0.6em 0;
    17991799}
    18001800
     1801.widefat .column-comment ul {
     1802        list-style: initial;
     1803        margin-left: 2em;
     1804}
     1805
    18011806/* Screens with postboxes */
    18021807.postbox-container {
    18031808        float: left;
  • src/wp-admin/css/edit.css

     
    11311131        padding: 10px 15px;
    11321132}
    11331133
     1134.comment-ays .comment-content ul {
     1135        list-style: initial;
     1136        margin-left: 2em;
     1137}
     1138
    11341139.comment-ays .comment-content a[href]:after {
    11351140        content: '(' attr( href ) ')';
    11361141        display: inline-block;