Making WordPress.org


Ignore:
Timestamp:
10/19/2018 10:56:22 PM (6 years ago)
Author:
coffee2code
Message:

developer.wordpress.org: Allow users to edit their own submitted notes that are still in moderation.

Props keesiemeijer.
Fixes #3572.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/main.scss

    r7752 r7754  
    12061206        }
    12071207
    1208         .comment-awaiting-moderation {
     1208        .comment-awaiting-moderation,
     1209        .comment-edited {
    12091210            background-color: #fff8e5;
    12101211            padding: .2em .5em;
     1212            margin-right: .5em;
    12111213            border-radius: 3px;
    12121214            border: 1px solid #ffb900;
    12131215        }
    12141216
    1215         .depth-2 .comment-awaiting-moderation {
     1217        .depth-2 .comment-awaiting-moderation,
     1218        .depth-2 .comment-edited {
    12161219            display: inline-block;
    12171220            margin: 2px 0;
     
    12391242        #comment-preview {
    12401243            border: 1px solid #dfdfdf;
    1241             border-radius: 2px;
     1244            border-radius: 2px;
     1245            width: 100%;
    12421246        }
    12431247
     
    14311435        }
    14321436
    1433         .comment-form ul {
     1437        .comment-form ul, .feedback-form ul {
    14341438            margin-left: 1.5em;
     1439        }
     1440
     1441        .feedback-form ul li {
     1442            margin: 0;
     1443            overflow: visible;
    14351444        }
    14361445    }
Note: See TracChangeset for help on using the changeset viewer.