Change 'Saved' indicator

The change indicator will show up next to the section title where the setting has been changed.

Closes #500
This commit is contained in:
Wesley van der Sanden
2017-10-07 23:13:23 +02:00
parent 0a333a0ff5
commit fc28f4e02b
3 changed files with 33 additions and 22 deletions

View File

@@ -1,15 +1,12 @@
.IndicatorContainer {
position: absolute;
height: 100%;
display: flex;
flex-flow: row;
justify-content: flex-start;
align-items: center;
float: left;
padding: 1em;
}
.AutoSaveIndicator {
margin: 0;
padding: 5px 15px;
margin: 0 0 0 10px;
}
.AutoSaveIndicator.AutoSaveIndicator-Leave {