summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2017-04-26 19:09:37 +0200
committerMorris Jobke <hey@morrisjobke.de>2017-04-28 23:41:37 -0300
commite40bdcd2ed3fdd9b9dfce515be0ab19a1f06adee (patch)
treef2904dba339a501fe396fa22419ea37a88acb9ca
parentde529b914b48e3319e2fd72aac6be0a393e705d3 (diff)
downloadnextcloud-server-e40bdcd2ed3fdd9b9dfce515be0ab19a1f06adee.tar.gz
nextcloud-server-e40bdcd2ed3fdd9b9dfce515be0ab19a1f06adee.zip
Fix dialog width
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
-rw-r--r--settings/css/settings.css3
1 files changed, 1 insertions, 2 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css
index 253f4d038c5..b8b945b4e5b 100644
--- a/settings/css/settings.css
+++ b/settings/css/settings.css
@@ -155,14 +155,13 @@ input#openid, input#webdav { width:20em; }
display: none;
right: -9px;
top: 40px;
- width: 650px;
+ width: 275px;
}
.verification-dialog p {
padding: 10px;
}
.verification-dialog .verificationCode {
font-family: monospace;
- white-space: nowrap;
display: block;
}