summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2014-08-17 18:31:30 +0300
committerAlon Levy <alon@pobox.com>2014-08-17 18:31:31 +0300
commit49c6e53c2b677abfa8aa2adabd77f92605ee3744 (patch)
tree147004e1ab2b4140d8b3497862cfbdaa2ed9cfe7 /style.css
parenta4206a91a314226bbff69094069e118bbd54bb65 (diff)
drag&drop load of json, plus save (kinda), some refactoring
save & load json moved from buttons to rhizicore.js added a save as button (need to switch to normal ui for that menu, it's fixed right now) save not correct - instead of a save dialog since it is a json file the browser just displays it (even though it's base64 encoded).
Diffstat (limited to 'style.css')
-rw-r--r--style.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/style.css b/style.css
index 8addbd3b..eb319454 100644
--- a/style.css
+++ b/style.css
@@ -285,6 +285,13 @@ input:focus {
text-decoration: none;
}
+.saveToFile {
+ position:fixed;
+ bottom:30px;
+ left:60px;
+ text-decoration: none;
+}
+
.load{
position:fixed;
bottom:50px;