diff options
Diffstat (limited to 'shader-combo.html')
| -rw-r--r-- | shader-combo.html | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/shader-combo.html b/shader-combo.html index 6b721a1..784f246 100644 --- a/shader-combo.html +++ b/shader-combo.html @@ -14,7 +14,8 @@ a { color: #00f; } #shader-name { width: 75px; } #shader-id { width: 40px; } #shader { width: 400px; height: 247px; font-family: fixed; } -#uploaded-url { display: none; width: 300px; clear: both; } +#uploaded-url { display: none; width: 400px; } +#uploaded-url + br { display: none; } #header { clear: right; width:100%; padding: 0; font-size: 12px; } #shader-gallery,#gallery-images { display: block; height: 152px; overflow-y: auto; width: 100%; padding: 0; } @@ -103,22 +104,24 @@ a { color: #00f; } <textarea id="shader"></textarea> <br> <input type="text" id="uploaded-url"> + <br> <button id="render">render gif</button> <button id="save" disabled>save gif</button> <button id="upload" disabled>upload gif</button> <button id="reset">reset</button> + <button id="pause">pause</button> <br> <button id="save-shader">save shader</button> <input type="text" id="width" placeholder="width" value="0"> <input type="text" id="height" placeholder="height" value="0"> <span class="status"></span> <!--<button id="step-forward">>></button>--> - <br> <br> <span id="frame-hidden-controls"> <button id="show-frame-controls">show frame editor</button> </span> <span id="frame-controls"> + <br> <button id="hide-frame-controls">x</button> frames <input type="text" id="framecount" value="10"> rate <input type="text" id="framedelay" value="0.06s"> @@ -135,10 +138,6 @@ a { color: #00f; } <br> <span id="frames"></span> </span> - <br> - <br> - - <button id="pause">pause</button> </div> <div id="workspace"></div> |
