diff options
| author | jules <jules@okfoc.us> | 2014-01-26 21:45:12 -0500 |
|---|---|---|
| committer | jules <jules@okfoc.us> | 2014-01-26 21:45:12 -0500 |
| commit | e3297c52583f38ed71f7734f1ff04a267834e40c (patch) | |
| tree | ccbd2976dbe6d5a75be40d017d46341c4bd0b7ac /shader-combo.html | |
| parent | 12b5c87fe564bb565eed4f8804142a60a6884c0b (diff) | |
fix rendering bug
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 97ffd33..65b81e9 100644 --- a/shader-combo.html +++ b/shader-combo.html @@ -3,6 +3,10 @@ <head> <style type="text/css"> body { background: #f8f8f8; font-size: 14px } +div { float: left; padding: 10px;} +form { display: inline-block; } +a { color: #00f; } + #url { width: 250px; } #width,#height,#framecount,#framedelay,#frameinterval,#background { width: 30px; text-align: right; } #background { text-align: left; } @@ -11,10 +15,6 @@ body { background: #f8f8f8; font-size: 14px } #shader-id { width: 40px; } #shader { width: 400px; height: 247px; font-family: fixed; } #uploaded-url { display: none; width: 300px; clear: both; } -a { color: #00f; } - -div { float: left; padding: 10px;} -form { display: inline-block; } #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; } @@ -45,7 +45,6 @@ form { display: inline-block; } .close,.remove { cursor: pointer; } .status { font-size: 12px; } -.toggle-off { float: right; } #render,#save,#upload,#save-shader { font-weight: bold; } #save[disabled],#upload[disabled] { font-weight: normal; } @@ -56,6 +55,7 @@ form { display: inline-block; } <div id="header"> <button id="help">help</button> + <button class="toggle-off">x</button> <button id="new-shader"><b>new shader</b></button> <select id="examples"> <option>examples</option> @@ -70,7 +70,6 @@ form { display: inline-block; } | <button id="toggle-shaders">browse shaders</button> <button id="toggle-images">browse images</button> - <button class="toggle-off">hide</button> <span class="status"></span> <span id="shader-api-form" class="form"> |
