editor-rtl.css 1.3 KB

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