| @@ -1,7 +1,5 @@ | ||
| 1 | - .display-none { | |
| 2 | - display: none; | |
| 3 | -} | |
| 1 | + .display-none {display: none;} | |
| 4 | 2 | #full-screen-cf7 { |
| 5 | 3 | float: right; |
| 6 | 4 | position: absolute; |
| 7 | 5 | right: 0; |
| @@ -20,5 +18,12 @@ | ||
| 20 | 18 | #meta-box-main-cf7-editor.full-width { |
| 21 | 19 | position: absolute; |
| 22 | 20 | width: 100%; |
| 23 | 21 | z-index: 10; |
| 22 | +} | |
| 23 | +.wp-admin.edit-php.post-type-wpcf7_contact_form th#cf7sg-submissions { | |
| 24 | + width: 50px; | |
| 25 | + text-align: center; | |
| 26 | +} | |
| 27 | +.wp-admin.edit-php.post-type-wpcf7_contact_form .column-cf7sg-submissions { | |
| 28 | + text-align: center; | |
| 24 | 29 | } |