bigger spinner and vcenter fix in read view

This commit is contained in:
Mario Volke 2014-11-10 15:10:54 +01:00 committed by Tankred Hase
parent 996730f160
commit a2cce31a1f
2 changed files with 2 additions and 1 deletions

View File

@ -117,6 +117,7 @@
padding: 0 $padding-horizontal;
}
&__working {
position: relative;
flex-grow: 1;
padding: 0 $padding-horizontal;
& > div {

View File

@ -104,7 +104,7 @@
<div class="read__working"
ng-if="state.mailList.selected && state.mailList.selected.html === undefined && (state.mailList.selected.body === undefined || (state.mailList.selected.encrypted && !state.mailList.selected.decrypted))">
<div>
<span class="spinner"></span>
<span class="spinner spinner--big"></span>
<strong ng-bind="(state.mailList.selected.decryptingBody) ? 'Decrypting...' : 'Loading...' "></strong>
</div>
</div>