summaryrefslogtreecommitdiffstats
path: root/core/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2015-11-25 13:08:05 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2015-11-25 13:08:05 +0100
commit50780e451bd993f6b0e33df198f98832f3f27e2d (patch)
tree1e9fc75c7c260117c0e6b826cd7f1d6c4a3bedf7 /core/css
parent89b9f5518badf7d0d33d45f10379959ed666400a (diff)
downloadnextcloud-server-50780e451bd993f6b0e33df198f98832f3f27e2d.tar.gz
nextcloud-server-50780e451bd993f6b0e33df198f98832f3f27e2d.zip
fix error page button text when label too long
Diffstat (limited to 'core/css')
-rw-r--r--core/css/styles.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/css/styles.css b/core/css/styles.css
index 75bbb78fe52..28fe9e5414e 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -538,6 +538,8 @@ html.ie8 #body-login form input[type="checkbox"] {
}
.error a.button {
color: #555 !important;
+ display: inline-block;
+ text-align: center;
}
.error pre {
white-space: pre-wrap;