videopress-admin-rtl.css 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. /* Do not modify this file directly. It is concatenated from individual module CSS files. */
  2. /**
  3. * VideoPress admin media styles
  4. */
  5. .videopress-modal-backdrop {
  6. background: #000;
  7. opacity: 0.7;
  8. position: absolute;
  9. top: 0;
  10. width: 100%;
  11. height: 100%;
  12. overflow: hidden;
  13. z-index: 100;
  14. }
  15. .videopress-modal {
  16. padding: 10px 20px;
  17. background: white;
  18. position: absolute;
  19. top: 0;
  20. width: 440px;
  21. overflow: hidden;
  22. right: 50%;
  23. margin-right: -220px;
  24. z-index: 101;
  25. box-shadow: -2px 2px 5px 2px rgba( 0, 0, 0, 0.5 );
  26. -webkit-border-bottom-left-radius: 2px;
  27. -webkit-border-bottom-right-radius: 2px;
  28. border-bottom-left-radius: 2px;
  29. border-bottom-right-radius: 2px;
  30. }
  31. .videopress-modal .submit {
  32. text-align: left;
  33. padding: 10px 0 5px;
  34. }
  35. .videopress-preview {
  36. display: block;
  37. float: left;
  38. width: 65%;
  39. margin-top: 18px;
  40. background: black;
  41. min-height: 97px;
  42. text-decoration: none;
  43. }
  44. .vp-preview span.videopress-preview-unavailable {
  45. width: 65%;
  46. float: left;
  47. text-align: right;
  48. margin-left: 0;
  49. }
  50. .videopress-preview img {
  51. float: right;
  52. width: 100%;
  53. }
  54. .videopress-preview span {
  55. display: block;
  56. padding-top: 40px;
  57. color: white !important;
  58. text-align: center;
  59. }
  60. .vp-setting .help {
  61. margin: 0 35% 4px 0;
  62. }
  63. .media-sidebar .vp-setting input[type="checkbox"] {
  64. float: right;
  65. margin-top: 10px;
  66. }
  67. .vp-setting label {
  68. float: right;
  69. margin: 8px 5px 0 8px;
  70. max-width: 135px;
  71. }
  72. .vp-setting input[type='radio'] {
  73. float: right;
  74. margin-top: 9px;
  75. width: auto;
  76. }
  77. .vp-preview span {
  78. margin-top: 18px;
  79. }
  80. .uploader-videopress {
  81. margin: 16px;
  82. }
  83. .uploader-videopress .videopress-errors div {
  84. margin: 16px 0;
  85. }
  86. .compat-field-video-rating input[type="radio"],
  87. .compat-field-display_embed input[type="checkbox"]{
  88. margin-top: -1px !important;
  89. margin-left: 5px !important;
  90. margin-right: 5px !important;
  91. vertical-align: middle;
  92. }