Merge pull request #9369 from owncloud/designfix-update

Update dialog running out of horizontal space in Firefox. fixes #9298
This commit is contained in:
Jan-Christoph Borchardt 2014-07-02 20:19:29 +02:00
commit 3d0094723c
1 changed files with 5 additions and 0 deletions

View File

@ -572,10 +572,15 @@ label.infield {
}
#body-login .update {
width: inherit;
text-align: center;
color: #ccc;
}
#body-login .v-align {
width: inherit;
}
#body-login .update img.float-spinner {
float: left;
}