forked from jaammees/lvllvl
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathimportImageEffects.html
More file actions
38 lines (31 loc) · 1.5 KB
/
importImageEffects.html
File metadata and controls
38 lines (31 loc) · 1.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<div class="panelFill">
<div style="position: absolute; padding: 10px; top: 0; left: 0; right: 0px; height: 85px; overflow: auto">
<h3><i class="halflings halflings-star-empty"/> Effects</h3>
<div>
<label class="controlLabel" for="importImageUseEffects" style="margin-top: 0">Use Effects</label>
<label class="cb-container">
<input type="checkbox" id="importImageUseEffects" />
<span class="checkmark"></span>
</label>
<!--
<input type="checkbox" id="importImageUseEffects" />
-->
</div>
<div id="importImagePreviewAnimationRow" style="display: none; margin-top: 4px">
<label class="controlLabel" for="importImagePreviewAnimation" style="margin-top: 0">Show Preview</label>
<label class="cb-container">
<input type="checkbox" id="importImagePreviewAnimation" checked="checked"/>
<span class="checkmark"></span>
</label>
<!-- <input type="checkbox" id="importImagePreviewAnimation" checked="checked"/> -->
</div>
</div>
<div id="importImageEffectsBorder" style="position: absolute; padding: 4px; top: 85px; left: 0; right: 0; height: 2px; display: none" >
<div class="formRow"></div>
</div>
<div id="importEffectsHolder" style="position: absolute; padding: 4px; top: 96px; left: 0; right: 0; bottom: 0px; overflow: auto;">
<div id="importImageEffectsHolder" style=" display: none">
</div>
</div>
</div>
</div>