Change position of OAuth configuration dialog

Especially now that the Facebook process is much longer.
This commit is contained in:
Avital Oliver
2014-10-27 21:23:36 -07:00
parent 925a1fd79a
commit 4cc2361cdf

View File

@@ -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] {