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