summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authortimb <opuscule@gmail.com>2015-08-05 10:20:10 -0700
committertimb <opuscule@gmail.com>2015-08-05 10:20:10 -0700
commitd56bce3596a6d06e59eceaa0336aa0ea46ab7858 (patch)
treec74263c5658cb0c5475c8a9964bef463ce7c191b /index.html
parent9c3f4b8fa8708dafbdd16cb4d538bfaa8897a89a (diff)
hide save ui in load mode
Diffstat (limited to 'index.html')
-rw-r--r--index.html12
1 files changed, 7 insertions, 5 deletions
diff --git a/index.html b/index.html
index 0debfcf..26263b0 100644
--- a/index.html
+++ b/index.html
@@ -59,11 +59,13 @@
<button id="import_button">import colorcode</button>
<button id="import_html">import sally</button>
</span>
- <input id="username_input" type="text" placeholder="username">
- <input id="upload_input" type="text" placeholder="uploaded url">
- <button id="export_button">export</button>
- <button id="save_button">save</button>
- <button id="upload_button">upload</button><br>
+ <div id="gallery_wrapper">
+ <input id="username_input" type="text" placeholder="username">
+ <input id="upload_input" type="text" placeholder="uploaded url">
+ <button id="export_button">export</button>
+ <button id="save_button">save</button>
+ <button id="upload_button">upload</button>
+ </div><br>
<textarea id="import_textarea"></textarea>
</div>