From 49c6e53c2b677abfa8aa2adabd77f92605ee3744 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Sun, 17 Aug 2014 18:31:30 +0300 Subject: 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). --- style.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'style.css') 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; -- cgit v1.3.1