diff options
author | Bjoern Schiessle <bjoern@schiessle.org> | 2017-04-26 15:56:59 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2017-04-28 23:41:37 -0300 |
commit | a0ca1c04c3ce003a2ce0090965261519dddc17b9 (patch) | |
tree | bf1210213c73a38c14335db19b070ae96f9e7ff6 /settings/css | |
parent | 5fa0e6df39f7e9df5a9f59b5d8b2c4b507975d41 (diff) | |
download | nextcloud-server-a0ca1c04c3ce003a2ce0090965261519dddc17b9.tar.gz nextcloud-server-a0ca1c04c3ce003a2ce0090965261519dddc17b9.zip |
show and hide verification dialog
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Diffstat (limited to 'settings/css')
-rw-r--r-- | settings/css/settings.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css index 54be375b3ce..253f4d038c5 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -155,7 +155,7 @@ input#openid, input#webdav { width:20em; } display: none; right: -9px; top: 40px; - width: 200px; + width: 650px; } .verification-dialog p { padding: 10px; |