PluginProbe
codoc / 0.9.3
codoc v0.9.3
0.9.8.8 0.9.8.9 0.9.9 0.9.9.1 trunk 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.8.1 0.8.2 0.8.3 0.8.4 0.8.6 0.8.7 0.8.8 0.8.9 0.9 0.9.1 0.9.10 0.9.11 All 114 releases
← All changes | src_mce/codoc-admin.css +38 -2 0.60.9.3 View file →
@@ -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 +