Use a FontAwesome spinner to replace the old unaligned one
This commit is contained in:
@@ -243,8 +243,10 @@
|
||||
vertical-align: top;
|
||||
display: inline-block;
|
||||
}
|
||||
span.fa {
|
||||
vertical-align: baseline;
|
||||
button {
|
||||
span.fa {
|
||||
vertical-align: baseline;
|
||||
}
|
||||
}
|
||||
@media screen and (max-width: @media-narrow-screen) {
|
||||
top: 3em;
|
||||
@@ -313,11 +315,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;
|
||||
|
||||
Reference in New Issue
Block a user