diff options
author | jbtbnl <jbtbnl@users.noreply.github.com> | 2014-07-02 16:15:13 +0200 |
---|---|---|
committer | jbtbnl <jbtbnl@users.noreply.github.com> | 2014-07-02 16:15:13 +0200 |
commit | 26bb0227cc61fa4a4bea91dede479e77b7945a63 (patch) | |
tree | 4c078be4edf2b017c44e6c1c6056002f43239269 /core/css | |
parent | 5ec3771506bb0afbd3f9e6315a9cc9c352132dcb (diff) | |
download | nextcloud-server-26bb0227cc61fa4a4bea91dede479e77b7945a63.tar.gz nextcloud-server-26bb0227cc61fa4a4bea91dede479e77b7945a63.zip |
Fix update dialog running out of horizontal space in Firefox. Fixes #9298
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/styles.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index 66af01ae3c5..bfa15eb7e50 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -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; } |