mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
Add some additional padding before footer on profiles
Summary: Spaces out the page a little better if there is no information on it. Test Plan: review a profile and a project home Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Differential Revision: https://secure.phabricator.com/D15134
This commit is contained in:
parent
5e639feab4
commit
e4372e1276
2 changed files with 3 additions and 2 deletions
|
@ -93,7 +93,7 @@ return array(
|
||||||
'rsrc/css/application/policy/policy-transaction-detail.css' => '82100a43',
|
'rsrc/css/application/policy/policy-transaction-detail.css' => '82100a43',
|
||||||
'rsrc/css/application/policy/policy.css' => '957ea14c',
|
'rsrc/css/application/policy/policy.css' => '957ea14c',
|
||||||
'rsrc/css/application/ponder/ponder-view.css' => '7b0df4da',
|
'rsrc/css/application/ponder/ponder-view.css' => '7b0df4da',
|
||||||
'rsrc/css/application/project/project-view.css' => '5c32ce0a',
|
'rsrc/css/application/project/project-view.css' => '22f7ed0e',
|
||||||
'rsrc/css/application/releeph/releeph-core.css' => '9b3c5733',
|
'rsrc/css/application/releeph/releeph-core.css' => '9b3c5733',
|
||||||
'rsrc/css/application/releeph/releeph-preview-branch.css' => 'b7a6f4a5',
|
'rsrc/css/application/releeph/releeph-preview-branch.css' => 'b7a6f4a5',
|
||||||
'rsrc/css/application/releeph/releeph-request-differential-create-dialog.css' => '8d8b92cd',
|
'rsrc/css/application/releeph/releeph-request-differential-create-dialog.css' => '8d8b92cd',
|
||||||
|
@ -842,7 +842,7 @@ return array(
|
||||||
'policy-edit-css' => '815c66f7',
|
'policy-edit-css' => '815c66f7',
|
||||||
'policy-transaction-detail-css' => '82100a43',
|
'policy-transaction-detail-css' => '82100a43',
|
||||||
'ponder-view-css' => '7b0df4da',
|
'ponder-view-css' => '7b0df4da',
|
||||||
'project-view-css' => '5c32ce0a',
|
'project-view-css' => '22f7ed0e',
|
||||||
'raphael-core' => '51ee6b43',
|
'raphael-core' => '51ee6b43',
|
||||||
'raphael-g' => '40dde778',
|
'raphael-g' => '40dde778',
|
||||||
'raphael-g-line' => '40da039e',
|
'raphael-g-line' => '40da039e',
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
|
|
||||||
.project-view-home {
|
.project-view-home {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
|
padding-bottom: 64px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.phui-box.phui-box-grey.project-view-properties {
|
.phui-box.phui-box-grey.project-view-properties {
|
||||||
|
|
Loading…
Reference in a new issue