| @@ -8,11 +8,47 @@ | ||
| 8 | 8 | .mce-i-codoc:before { |
| 9 | 9 | font-family:"dashicons"; |
| 10 | 10 | } |
| 11 | 11 | .mce-i-codoc:before { |
| 12 | - content: "\f330"; | |
| 12 | + /* content: "\f330"; */ | |
| 13 | + content: url('./v_black.svg'); | |
| 13 | 14 | } |
| 14 | 15 | .mce-i-codoc:before { |
| 15 | 16 | font-size: 20px; |
| 16 | 17 | } |
| 17 | 18 | |
| 18 | -#TB_window { width:650px !important; height:700px !important; } | |
| 19 | +#TB_window { | |
| 20 | + width:70% !important; | |
| 21 | + left: 15% !important; | |
| 22 | + margin: 0 auto !important; | |
| 23 | + | |
| 24 | +} | |
| 25 | +#TB_ajaxContent { | |
| 26 | + box-sizing: border-box; | |
| 27 | + margin: 0; | |
| 28 | + padding: 0 15px !important; | |
| 29 | + width: 90% !important; | |
| 30 | + height: 90% !important; | |
| 31 | +} | |
| 32 | + | |
| 33 | +#TB_ajaxContent * { | |
| 34 | + box-sizing: border-box; | |
| 35 | + | |
| 36 | +} | |
| 37 | + | |
| 38 | +.components-range-control__slider { | |
| 39 | + width: 90% !important; | |
| 40 | +} | |
| 41 | +.codoc-sdk-form { | |
| 42 | + margin-top: 10px; | |
| 43 | +} | |
| 44 | +.components-range-control__number { | |
| 45 | + width: 80px !important; | |
| 46 | +} | |
| 47 | + | |
| 48 | +.codoc-block { | |
| 49 | + /* border: 1px solid #000000 !important; */ | |
| 50 | + width: 100% !important; | |
| 51 | + text-align: center; | |
| 52 | + background: transparent url( './more.png' ) repeat-y scroll center center; | |
| 53 | +} | |
| 54 | + | |