implemented autosave, save button is now hidden. there is a label to show the last save timestamp. Code is saved on browser close.

This commit is contained in:
Ralf Teusner
2015-08-12 17:38:34 +02:00
parent e49f0dc063
commit b4527aef50
6 changed files with 49 additions and 4 deletions

View File

@@ -31,7 +31,7 @@ button i.fa-spin {
#editor-buttons {
background-color: #008CBA;
margin-top: 1em;
margin-top: 0;
width: 100%;
button {
@@ -39,7 +39,7 @@ button i.fa-spin {
}
button, .btn-group {
width: 25%;
width: 33.33333%;
}
.btn-group {
@@ -80,3 +80,11 @@ button i.fa-spin {
#results {
display: none;
}
#autosave-label{
visibility: hidden;
height: 1.6em;
text-align: right;
color: #777;
font-size: 0.8em;
}