editor.css 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. /* VideoPress Settings Modal style overrides */
  2. .mce-videopress-field-guid,
  3. .mce-videopress-field-freedom,
  4. .mce-videopress-field-flashonly {
  5. display: none;
  6. }
  7. .mce-videopress-checkbox .mce-checkbox {
  8. left: 120px !important;
  9. width: 100% !important; /* assigning a full width so the label area is clickable */
  10. }
  11. .mce-videopress-checkbox .mce-label {
  12. left: 150px !important;
  13. }
  14. .mce-videopress-checkbox .mce-label-unit {
  15. position: absolute;
  16. left: 210px;
  17. top: 5px;
  18. }
  19. .mce-videopress-checkbox i.mce-i-checkbox {
  20. background-color: #fff;
  21. color: #1e8cbe;
  22. }
  23. .mce-videopress-checkbox .mce-i-checkbox:before {
  24. display: inline-block;
  25. vertical-align: middle;
  26. width: 16px;
  27. font: 400 21px/1 dashicons;
  28. speak: none;
  29. -webkit-font-smoothing: antialiased;
  30. -moz-osx-font-smoothing: grayscale;
  31. margin: -3px 0 0 -3px;
  32. content: "\f147";
  33. }
  34. .mce-videopress-checkbox .mce-i-checkbox.mce-checked:before {
  35. content: "\f147";
  36. }
  37. div[class*=mce-videopress-field] input[type=number] {
  38. width: 70px !important;
  39. left: 120px !important;
  40. }
  41. .mce-videopress-field-w .mce-label,
  42. .mce-videopress-field-at .mce-label {
  43. width: 115px !important;
  44. text-align: right;
  45. }
  46. .mce-videopress-field-unit {
  47. position: absolute;
  48. left: 210px;
  49. top: 5px;
  50. }