Merge pull request #16520 from owncloud/fix-float-spinner-position

fix float spinner position
This commit is contained in:
Vincent Petry 2015-05-26 12:13:15 +02:00
commit 7b10e7b747
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;
}