From 9c29174bb4c8de7c4ab95d13ebbf810125636a4b Mon Sep 17 00:00:00 2001 From: epriestley Date: Tue, 18 Jun 2013 10:58:16 -0700 Subject: [PATCH] Provide vertical margins around login buttons Summary: Ref T1536. If you only have button-based logins, the new login screen looks weird. Test Plan: Before {F46725} After {F46726} Reviewers: chad, jamesr Reviewed By: chad CC: aran Maniphest Tasks: T1536 Differential Revision: https://secure.phabricator.com/D6225 --- src/__celerity_resource_map__.php | 2 +- webroot/rsrc/css/application/auth/auth.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/__celerity_resource_map__.php b/src/__celerity_resource_map__.php index 7797b1ace4..2c2b081d86 100644 --- a/src/__celerity_resource_map__.php +++ b/src/__celerity_resource_map__.php @@ -923,7 +923,7 @@ celerity_register_resource_map(array( ), 'auth-css' => array( - 'uri' => '/res/911e97cb/rsrc/css/application/auth/auth.css', + 'uri' => '/res/751cacaa/rsrc/css/application/auth/auth.css', 'type' => 'css', 'requires' => array( diff --git a/webroot/rsrc/css/application/auth/auth.css b/webroot/rsrc/css/application/auth/auth.css index 329539ce47..cf820bb070 100644 --- a/webroot/rsrc/css/application/auth/auth.css +++ b/webroot/rsrc/css/application/auth/auth.css @@ -4,7 +4,7 @@ .phabricator-login-buttons { max-width: 508px; - margin: auto; + margin: 16px auto; } .phabricator-login-buttons .phabricator-login-button .button {