diff options
| author | Alon Levy <alon@pobox.com> | 2014-08-17 18:31:30 +0300 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-08-17 18:31:31 +0300 |
| commit | 49c6e53c2b677abfa8aa2adabd77f92605ee3744 (patch) | |
| tree | 147004e1ab2b4140d8b3497862cfbdaa2ed9cfe7 /style.css | |
| parent | a4206a91a314226bbff69094069e118bbd54bb65 (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.css | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -285,6 +285,13 @@ input:focus { text-decoration: none; } +.saveToFile { + position:fixed; + bottom:30px; + left:60px; + text-decoration: none; +} + .load{ position:fixed; bottom:50px; |
