added importing and exporting saves with base64

This commit is contained in:
Vermilingua
2013-10-17 22:46:33 +11:00
parent 1ffe8f8aeb
commit dc706c21fe
4 changed files with 208 additions and 1 deletions
+8 -1
View File
@@ -55,7 +55,14 @@ div#header {
cursor: pointer;
}
.deleteSave:hover, .share:hover {
.manualSave {
position: absolute;
right: 120px;
bottom: 10px;
cursor: pointer;
}
.deleteSave:hover, .share:hover, .manualSave:hover {
text-decoration: underline;
}