Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjbtbnl <jbtbnl@users.noreply.github.com>2014-07-02 18:15:13 +0400
committerjbtbnl <jbtbnl@users.noreply.github.com>2014-07-02 18:15:13 +0400
commit26bb0227cc61fa4a4bea91dede479e77b7945a63 (patch)
tree4c078be4edf2b017c44e6c1c6056002f43239269 /core/css/styles.css
parent5ec3771506bb0afbd3f9e6315a9cc9c352132dcb (diff)
Fix update dialog running out of horizontal space in Firefox. Fixes #9298
Diffstat (limited to 'core/css/styles.css')
-rw-r--r--core/css/styles.css5
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;
}