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