Merge pull request #9369 from owncloud/designfix-update
Update dialog running out of horizontal space in Firefox. fixes #9298
This commit is contained in:
commit
3d0094723c
1 changed files with 5 additions and 0 deletions
|
@ -572,10 +572,15 @@ label.infield {
|
||||||
}
|
}
|
||||||
|
|
||||||
#body-login .update {
|
#body-login .update {
|
||||||
|
width: inherit;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: #ccc;
|
color: #ccc;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#body-login .v-align {
|
||||||
|
width: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
#body-login .update img.float-spinner {
|
#body-login .update img.float-spinner {
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue