Tidied up save state button styles

This commit is contained in:
Lewis Hemens 2014-03-23 19:33:17 +00:00
parent da490aa1f6
commit 463e5ee631
1 changed files with 7 additions and 1 deletions

View File

@ -182,6 +182,13 @@ textarea {
box-shadow: 0px 0px 3px 3px #CCC; box-shadow: 0px 0px 3px 3px #CCC;
} }
#drive-save-state {
display: inline-block;
font-size: 15px;
margin-top: 10px;
margin-right: 5px;
}
.fade-out { .fade-out {
opacity: 0; opacity: 0;
} }
@ -217,7 +224,6 @@ textarea {
<button id="drive-button" class="tool drive-image"></button> <button id="drive-button" class="tool drive-image"></button>
<button id="export-button" class="tool">Ex</button> <button id="export-button" class="tool">Ex</button>
<button id="import-button" class="tool">Im</button> <button id="import-button" class="tool">Im</button>
<button id="clear-button" class="tool">Cl</button>
<button id="undo-button" class="tool">Un</button> <button id="undo-button" class="tool">Un</button>
<button id="redo-button" class="tool">Re</button> <button id="redo-button" class="tool">Re</button>
<button id="options-button" class="tool info-image"></button> <button id="options-button" class="tool info-image"></button>