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:
@@ -923,7 +923,7 @@ celerity_register_resource_map(array(
|
|||||||
),
|
),
|
||||||
'auth-css' =>
|
'auth-css' =>
|
||||||
array(
|
array(
|
||||||
'uri' => '/res/911e97cb/rsrc/css/application/auth/auth.css',
|
'uri' => '/res/751cacaa/rsrc/css/application/auth/auth.css',
|
||||||
'type' => 'css',
|
'type' => 'css',
|
||||||
'requires' =>
|
'requires' =>
|
||||||
array(
|
array(
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
.phabricator-login-buttons {
|
.phabricator-login-buttons {
|
||||||
max-width: 508px;
|
max-width: 508px;
|
||||||
margin: auto;
|
margin: 16px auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.phabricator-login-buttons .phabricator-login-button .button {
|
.phabricator-login-buttons .phabricator-login-button .button {
|
||||||
|
|||||||
Reference in New Issue
Block a user