Use a FontAwesome spinner to replace the old unaligned one

This commit is contained in:
yflory
2017-01-12 17:05:16 +01:00
parent 6352656737
commit 29c8f0bbef
3 changed files with 22 additions and 23 deletions

View File

@@ -290,7 +290,7 @@
vertical-align: top;
display: inline-block;
}
.cryptpad-toolbar-top .cryptpad-user span.fa {
.cryptpad-toolbar-top .cryptpad-user button span.fa {
vertical-align: baseline;
}
@media screen and (max-width: 400px) {
@@ -364,11 +364,11 @@
text-align: right;
}
.cryptpad-spinner {
display: inline-block;
height: 26px;
margin: 2px;
line-height: 26px;
font-size: 20px;
height: 16px;
width: 16px;
margin: 8px;
line-height: 16px;
font-size: 16px;
}
.cryptpad-readonly {
margin-right: 5px;