]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix error page button text when label too long
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Wed, 25 Nov 2015 12:08:05 +0000 (13:08 +0100)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Wed, 25 Nov 2015 12:08:05 +0000 (13:08 +0100)
core/css/styles.css

index 75bbb78fe52d15ce629c4873d3b3d0ad6c8d4467..28fe9e5414e8a88ba685bae02b585c01a40f56a6 100644 (file)
@@ -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;