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 | } |