diff options
| author | jules <jules@okfoc.us> | 2013-12-16 18:41:47 -0500 |
|---|---|---|
| committer | jules <jules@okfoc.us> | 2013-12-16 18:41:47 -0500 |
| commit | 12f3f9532fa614b5a0a201e65b06d91c88f68871 (patch) | |
| tree | 56a0db524713053e1f6903e757289f214013db4f /shader-gif.html | |
| parent | 712f556fe51bff5aa16e9da3e1190d4ac43dc744 (diff) | |
mousex,mousey in instructions
Diffstat (limited to 'shader-gif.html')
| -rw-r--r-- | shader-gif.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/shader-gif.html b/shader-gif.html index f990805..7ac08db 100644 --- a/shader-gif.html +++ b/shader-gif.html @@ -1,4 +1,5 @@ -<!doctype html> <html> +<!doctype html> +<html> <head> <title>Shader</title> <style type="text/css"> @@ -19,7 +20,7 @@ div { display: inline-block; padding: 10px;} #rendered { display: none; } #render,#save { font-weight: bold; } #render { float: right; } -#instructions { position: absolute;top:20px;right:20px; width:180px;height:450px; box-shadow:5px 5px 10px rgba(0,0,0,0.3); background:rgba(255,255,255,0.8); display: none; cursor: -webkit-grab; } +#instructions { position: absolute;top:20px;right:20px; width:180px;height:465px; box-shadow:5px 5px 10px rgba(0,0,0,0.3); background:rgba(255,255,255,0.8); display: none; cursor: -webkit-grab; } #instructions iframe {width: 100%;height:100%;margin:0;padding:0;border:0;pointer-events:none;} #instructions .close { position: absolute; top: 5px; right: 5px; color: #f00; padding: 3px; border: 0;background: white; font-size: 10px; line-height: 10px; } .close,.remove { cursor: pointer; } |
