fix float spinner position

This commit is contained in:
Jan-Christoph Borchardt 2015-05-22 02:30:55 +02:00
parent 39d1e99228
commit 6bba345f34
1 changed files with 4 additions and 1 deletions

View File

@ -40,6 +40,10 @@ body {
height: 32px;
display: none;
}
#body-login .float-spinner {
margin-top: -32px;
padding-top: 32px;
}
#nojavascript {
position: fixed;
@ -1068,4 +1072,3 @@ fieldset.warning legend + p, fieldset.update legend + p {
@-ms-viewport {
width: device-width;
}