| 1 |
#tinymce [data-beyondwords-player], |
| 2 |
#editor [data-beyondwords-player] { |
| 3 |
box-sizing: border-box; |
| 4 |
-moz-box-sizing: border-box; |
| 5 |
-webkit-box-sizing: border-box; |
| 6 |
width: 100%; |
| 7 |
height: 60px; |
| 8 |
line-height: 60px; |
| 9 |
font-size: 60px; |
| 10 |
background-color: #f5f5f5; |
| 11 |
border: 1px dashed #000000; |
| 12 |
position: relative; |
| 13 |
} |
| 14 |
|
| 15 |
#tinymce [data-beyondwords-player]:before, |
| 16 |
#editor [data-beyondwords-player]:before { |
| 17 |
content: ''; |
| 18 |
width: 32px; |
| 19 |
height: 32px; |
| 20 |
display: block; |
| 21 |
position: absolute; |
| 22 |
top: 13px; |
| 23 |
left: 13px; |
| 24 |
background: url(./tinymce-button.png); |
| 25 |
} |
| 26 |
|
| 27 |
#tinymce [data-beyondwords-player]:after, |
| 28 |
#editor [data-beyondwords-player]:after { |
| 29 |
font-size: 12px; |
| 30 |
line-height: 1.5; |
| 31 |
height: 32px; |
| 32 |
display: block; |
| 33 |
position: absolute; |
| 34 |
top: 9px; |
| 35 |
left: 60px; |
| 36 |
} |
| 37 |
|