You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

59 lines
1.3 KiB

  1. #postbox-container-2 .postbox .inside{
  2. display:flex;
  3. flex-flow:row wrap;
  4. justifiy-content:space-between;
  5. padding-left:0;
  6. padding-right:0;
  7. }
  8. #postbox-container-2 #richtext_excerpt_editor_metabox .inside{
  9. display:block;
  10. }
  11. #postexcerpt.postbox .inside,
  12. #postbox-container-2 .form-field{
  13. padding-left:12px;
  14. padding-right:12px;
  15. }
  16. @media screen and (min-width:767px){
  17. #postbox-container-2 .jcf_edit_field{
  18. width:50%;
  19. }
  20. }
  21. @media screen and (max-width:1500px){
  22. #postbox-container-2 .jcf_edit_field.field_textarea,
  23. #postbox-container-2 .jcf_edit_field.field_table{
  24. width:100%;
  25. }
  26. }
  27. #postbox-container-2 .jcf_edit_field .jcf_edit_field{
  28. width:100%;
  29. }
  30. #jcf_fieldset-masse .jcf_edit_field{
  31. width:33%;
  32. }
  33. #jcf_fieldset-newsdata .jcf_edit_field{
  34. width:100%;
  35. }
  36. .jcf-get-shortcode{
  37. margin-right:0;
  38. }
  39. #postbox-container-2 .form-field input,
  40. #postbox-container-2 .form-field textarea{
  41. box-model:border-box;
  42. width:100%;
  43. }
  44. div.jcf_edit_field div.checkboxes-set label{
  45. float:none;
  46. display:block;
  47. width:auto;
  48. }
  49. div.jcf_edit_field div.checkboxes-set{
  50. }
  51. .jcf_edit_field .wp-editor-tools{
  52. width:75%;
  53. }
  54. /* To remove any br or p tags that the WordPress editor likes to throw in */
  55. figure img + br,
  56. figure a + br,
  57. figure img + p,
  58. figure a + p { display: none; }