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:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2017-04-26 20:09:37 +0300
committerMorris Jobke <hey@morrisjobke.de>2017-04-29 05:41:37 +0300
commite40bdcd2ed3fdd9b9dfce515be0ab19a1f06adee (patch)
treef2904dba339a501fe396fa22419ea37a88acb9ca /settings
parentde529b914b48e3319e2fd72aac6be0a393e705d3 (diff)
Fix dialog width
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'settings')
-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;
}