Changeset 7754 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/main.scss
- Timestamp:
- 10/19/2018 10:56:22 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/main.scss
r7752 r7754 1206 1206 } 1207 1207 1208 .comment-awaiting-moderation { 1208 .comment-awaiting-moderation, 1209 .comment-edited { 1209 1210 background-color: #fff8e5; 1210 1211 padding: .2em .5em; 1212 margin-right: .5em; 1211 1213 border-radius: 3px; 1212 1214 border: 1px solid #ffb900; 1213 1215 } 1214 1216 1215 .depth-2 .comment-awaiting-moderation { 1217 .depth-2 .comment-awaiting-moderation, 1218 .depth-2 .comment-edited { 1216 1219 display: inline-block; 1217 1220 margin: 2px 0; … … 1239 1242 #comment-preview { 1240 1243 border: 1px solid #dfdfdf; 1241 border-radius: 2px; 1244 border-radius: 2px; 1245 width: 100%; 1242 1246 } 1243 1247 … … 1431 1435 } 1432 1436 1433 .comment-form ul {1437 .comment-form ul, .feedback-form ul { 1434 1438 margin-left: 1.5em; 1439 } 1440 1441 .feedback-form ul li { 1442 margin: 0; 1443 overflow: visible; 1435 1444 } 1436 1445 }
Note: See TracChangeset
for help on using the changeset viewer.