Merge pull request #12539 from nextcloud/fix-redirect-design

Fix redirect page design details
This commit is contained in:
Morris Jobke 2018-11-20 09:34:15 +01:00 committed by GitHub
commit 2be8930cdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -202,6 +202,7 @@ input[type='submit'],
input[type='submit'].icon-confirm, input[type='submit'].icon-confirm,
input[type='button'], input[type='button'],
button, button,
a.button,
.button, .button,
select { select {
display: inline-block; display: inline-block;
@ -607,6 +608,7 @@ form #selectDbType label.ui-state-active {
.warning h2, .warning h2,
.update h2, .update h2,
.error h2 { .error h2 {
color: #fff;
text-align: center; text-align: center;
} }