css-editor.css
| 1 | #revision-field-post_title, #revision-field-post_excerpt { |
| 2 | display: none; |
| 3 | } |
| 4 | |
| 5 | #safecssform { |
| 6 | position: relative; |
| 7 | } |
| 8 | |
| 9 | #poststuff { |
| 10 | padding-top: 0; |
| 11 | } |
| 12 | |
| 13 | #safecss { |
| 14 | min-height: 250px; |
| 15 | width: 100%; |
| 16 | } |
| 17 | |
| 18 | .misc-pub-section > span { |
| 19 | font-weight: bold; |
| 20 | } |
| 21 | |
| 22 | .misc-pub-section > div { |
| 23 | margin-top: 3px; |
| 24 | } |
| 25 | #safecss-ace .ace_gutter { |
| 26 | z-index: 1; |
| 27 | } |
| 28 | |
| 29 | #post-body-content{ |
| 30 | margin-bottom: 20px; |
| 31 | } |
| 32 | |
| 33 |