|
- #postbox-container-2 .postbox .inside{
- display:flex;
- flex-flow:row wrap;
- justifiy-content:space-between;
- padding-left:0;
- padding-right:0;
- }
- #postbox-container-2 #richtext_excerpt_editor_metabox .inside{
- display:block;
- }
- #postexcerpt.postbox .inside,
- #postbox-container-2 .form-field{
- padding-left:12px;
- padding-right:12px;
- }
- @media screen and (min-width:767px){
- #postbox-container-2 .jcf_edit_field{
- width:50%;
- }
- }
- @media screen and (max-width:1500px){
- #postbox-container-2 .jcf_edit_field.field_textarea,
- #postbox-container-2 .jcf_edit_field.field_table{
- width:100%;
- }
- }
- #postbox-container-2 .jcf_edit_field .jcf_edit_field{
- width:100%;
- }
- #jcf_fieldset-masse .jcf_edit_field{
- width:33%;
- }
- #jcf_fieldset-newsdata .jcf_edit_field{
- width:100%;
- }
- .jcf-get-shortcode{
- margin-right:0;
- }
- #postbox-container-2 .form-field input,
- #postbox-container-2 .form-field textarea{
- box-model:border-box;
- width:100%;
- }
- div.jcf_edit_field div.checkboxes-set label{
- float:none;
- display:block;
- width:auto;
- }
- div.jcf_edit_field div.checkboxes-set{
- }
- .jcf_edit_field .wp-editor-tools{
- width:75%;
- }
- /* To remove any br or p tags that the WordPress editor likes to throw in */
- figure img + br,
- figure a + br,
- figure img + p,
- figure a + p { display: none; }
|