From 4cc2361cdf992cbae84810ef1bb8b0568b38bbbc Mon Sep 17 00:00:00 2001 From: Avital Oliver Date: Mon, 27 Oct 2014 21:23:36 -0700 Subject: [PATCH] Change position of OAuth configuration dialog Especially now that the Facebook process is much longer. --- packages/accounts-ui/login_buttons.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/accounts-ui/login_buttons.less b/packages/accounts-ui/login_buttons.less index c742791ebd..9fe144f9e7 100644 --- a/packages/accounts-ui/login_buttons.less +++ b/packages/accounts-ui/login_buttons.less @@ -359,7 +359,7 @@ width: @configure-login-service-dialog-width; margin-left: -(@configure-login-service-dialog-width + @meteor-accounts-base-padding) / 2; - margin-top: -220px; /* = approximately -height/2, though height can change */ + margin-top: -300px; /* = approximately -height/2, though height can change */ table { width: 100%; } input[type=text] {