1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-26 08:42:41 +01:00

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
This commit is contained in:
epriestley 2013-06-18 10:58:16 -07:00
parent e58f383d91
commit 9c29174bb4
2 changed files with 2 additions and 2 deletions

View file

@ -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(

View file

@ -4,7 +4,7 @@
.phabricator-login-buttons {
max-width: 508px;
margin: auto;
margin: 16px auto;
}
.phabricator-login-buttons .phabricator-login-button .button {