Move save button to bottom of screen pending better design (#52)

This commit is contained in:
Anna Sidwell 2018-04-14 21:57:12 +10:00
parent b424c06602
commit e5235fb871

View File

@ -11,6 +11,17 @@
<style> html, body, #main { width: 100; height:100%; } </style>
<style>
.savebutton {
position: fixed;
bottom: 0;
padding: 8px 15px;
z-index: 9999;
background-color: hsla(111, 25%, 84%, 1);
border-top-right-radius: 5px;
border-top-left-radius: 5px;
}
.savebutton--icon { margin-left: 15px; margin-right: 2px; }
.savebutton--icon-failed { color: #d9534f; }
.savebutton--details { font-style: italic; }