| 1 |
.display-none {display: none;} |
| 2 |
#full-screen-cf7 { |
| 3 |
float: right; |
| 4 |
position: absolute; |
| 5 |
right: 0; |
| 6 |
} |
| 7 |
#wpbody-content .inline-edit-row-page fieldset.hide-element, |
| 8 |
#wpbody-content .inline-edit-row-page fieldset.hide-element *{ |
| 9 |
height: 0; |
| 10 |
width: 0; |
| 11 |
overflow: hidden; |
| 12 |
margin:0; |
| 13 |
} |
| 14 |
.button-primary.cf7sg-next { |
| 15 |
margin-right: 22px; |
| 16 |
margin-top: -4px; |
| 17 |
} |
| 18 |
#meta-box-main-cf7-editor.full-width { |
| 19 |
position: absolute; |
| 20 |
width: 100%; |
| 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; |
| 29 |
} |
| 30 |
|