Rename DOM elements filmout, instead of "video"
This commit is contained in:
parent
98a0eff503
commit
f3e885df35
|
@ -350,18 +350,20 @@
|
||||||
<button>Use Video</butto>
|
<button>Use Video</butto>
|
||||||
</div>
|
</div>
|
||||||
<div id="filmout_preview_wrap">
|
<div id="filmout_preview_wrap">
|
||||||
<img src="#" id="filmout">
|
<div id="filmout_monitor">
|
||||||
|
<img src="#" id="filmout">
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="filmout_position_wrap">
|
<div id="filmout_position_wrap">
|
||||||
<button id="filmout_rewind"><</button>
|
<button id="filmout_rewind"><</button>
|
||||||
<input id="filmout_position" type="text" value="00001"/>
|
<input id="filmout_position" class="count" type="text" value="00001"/>
|
||||||
<button id="filmout_advance">></button>
|
<button id="filmout_advance">></button>
|
||||||
</div>
|
</div>
|
||||||
<div id="filmout_functions">
|
<div id="filmout_functions">
|
||||||
<button id="filmout_preview">Preview</button>
|
<button id="filmout_preview">PREVIEW</button>
|
||||||
<button id="filmout_meter">Meter</button>
|
<button id="filmout_meter">METER</button>
|
||||||
<button id="filmout_focus">Focus</button>
|
<button id="filmout_focus">FOCUS</button>
|
||||||
<button id="filmout_field">Field Guide</button>
|
<button id="filmout_field">FIELD GUIDE</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
@import "./scroll.less";
|
@import "./scroll.less";
|
||||||
@import "./settings.less";
|
@import "./settings.less";
|
||||||
@import "./mscript.less";
|
@import "./mscript.less";
|
||||||
@import "./video.less";
|
@import "./filmout.less";
|
||||||
|
|
||||||
#screens{
|
#screens{
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
|
|
|
@ -1,14 +1,14 @@
|
||||||
#path_bar{
|
#path_bar{
|
||||||
|
|
||||||
}
|
}
|
||||||
#video_file {
|
#filmout_file {
|
||||||
|
|
||||||
}
|
}
|
||||||
#video_preview_wrap {
|
#filmout_preview_wrap {
|
||||||
background: #000;
|
background: #000;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
#video_preview {
|
#filmout {
|
||||||
height: 400px;
|
height: 400px;
|
||||||
min-height: 400px;
|
min-height: 400px;
|
||||||
width: auto;
|
width: auto;
|
Loading…
Reference in New Issue