diff --git a/wp-admin/css/common.css b/wp-admin/css/common.css
index 8f81235..f537c3a 100644
a
|
b
|
html.wp-toolbar { |
2062 | 2062 | |
2063 | 2063 | .postbox .inside, |
2064 | 2064 | .stuffbox .inside { |
2065 | | padding: 0 12px 12px; |
| 2065 | padding: 0 0 12px; |
2066 | 2066 | line-height: 1.4em; |
2067 | 2067 | font-size: 13px; |
2068 | 2068 | } |
… |
… |
body.iframe { |
2369 | 2369 | margin: 2px 0 0 9px; |
2370 | 2370 | } |
2371 | 2371 | |
| 2372 | .edit-comment-section fieldset hr{ |
| 2373 | border-top: 0 solid #eee; |
| 2374 | border-bottom: 1px solid #eee; |
| 2375 | } |
| 2376 | |
2372 | 2377 | #namediv h3 label, /* Back-compat for pre-4.4 */ |
2373 | 2378 | #namediv h2 label { |
2374 | 2379 | vertical-align: baseline; |