您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

45 行
948 B

  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. #postbox-container-2 .jcf_edit_field{
  17. width:50%;
  18. }
  19. #jcf_fieldset-masse .jcf_edit_field{
  20. width:33%;
  21. }
  22. .jcf-get-shortcode{
  23. margin-right:0;
  24. }
  25. #postbox-container-2 .form-field input,
  26. #postbox-container-2 .form-field textarea{
  27. box-model:border-box;
  28. width:100%;
  29. }
  30. div.jcf_edit_field div.checkboxes-set label{
  31. float:none;
  32. display:block;
  33. width:auto;
  34. }
  35. div.jcf_edit_field div.checkboxes-set{
  36. }
  37. .jcf_edit_field .wp-editor-tools{
  38. width:75%;
  39. }
  40. /* To remove any br or p tags that the WordPress editor likes to throw in */
  41. figure img + br,
  42. figure a + br,
  43. figure img + p,
  44. figure a + p { display: none; }