PluginProbe ʕ •ᴥ•ʔ
Customizer Export/Import / trunk
Customizer Export/Import vtrunk
trunk 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 0.9.1 0.9.2 0.9.7 0.9.7.1 0.9.7.2 0.9.7.3 0.9.8
customizer-export-import / css / customizer.css
customizer-export-import / css Last commit date
customizer.css 7 years ago
customizer.css
25 lines
1 .cei-form {
2 position: absolute;
3 left: -99999px;
4 }
5 .cei-hr {
6 margin: 20px 0px 10px;
7 }
8 .cei-import-file {
9 background: #eeeeee;
10 width: 100%;
11 margin: 10px 0;
12 padding: 10px;
13 font-size: 12px;
14 }
15 .cei-import-images {
16 display: block;
17 margin-bottom: 10px;
18 }
19 .cei-uploading {
20 background: #eeeeee;
21 display: none;
22 margin: 10px 0;
23 padding: 10px;
24 font-size: 12px;
25 }