summaryrefslogtreecommitdiff
path: root/shader-combo.html
diff options
context:
space:
mode:
authorjules <jules@okfoc.us>2014-01-26 22:56:38 -0500
committerjules <jules@okfoc.us>2014-01-26 22:56:38 -0500
commita373ad5bf748abba348bd5e1a3865b61b470c5d1 (patch)
treecfa2319f27fbe16e8598495f478732ad37d6429b /shader-combo.html
parent3e905992acc9e68af68ed3e52169bf98c6cae794 (diff)
using a plus selector weirdly
Diffstat (limited to 'shader-combo.html')
-rw-r--r--shader-combo.html11
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">&gt;&gt;</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>