mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-18 12:52:42 +01:00
Clean up spacing on mobile form instructions
Summary: This padding is a little off / custom. Normalizes it to the form on mobile. Test Plan: Review some settings forms, save form changes. Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Differential Revision: https://secure.phabricator.com/D16330
This commit is contained in:
parent
cfb6d5a70c
commit
f5e801f358
3 changed files with 14 additions and 7 deletions
|
@ -7,7 +7,7 @@
|
|||
*/
|
||||
return array(
|
||||
'names' => array(
|
||||
'core.pkg.css' => '95b16818',
|
||||
'core.pkg.css' => 'efc0f11c',
|
||||
'core.pkg.js' => '13c7e56a',
|
||||
'darkconsole.pkg.js' => 'e7393ebb',
|
||||
'differential.pkg.css' => '3fb7f532',
|
||||
|
@ -133,7 +133,7 @@ return array(
|
|||
'rsrc/css/phui/phui-document.css' => '715aedfb',
|
||||
'rsrc/css/phui/phui-feed-story.css' => 'aa49845d',
|
||||
'rsrc/css/phui/phui-fontkit.css' => '9cda225e',
|
||||
'rsrc/css/phui/phui-form-view.css' => '1b04a437',
|
||||
'rsrc/css/phui/phui-form-view.css' => 'fab0a10f',
|
||||
'rsrc/css/phui/phui-form.css' => 'aac1d51d',
|
||||
'rsrc/css/phui/phui-head-thing.css' => 'fd311e5f',
|
||||
'rsrc/css/phui/phui-header-view.css' => '4c7dd8f5',
|
||||
|
@ -156,7 +156,7 @@ return array(
|
|||
'rsrc/css/phui/phui-status.css' => 'd5263e49',
|
||||
'rsrc/css/phui/phui-tag-view.css' => '6bbd83e2',
|
||||
'rsrc/css/phui/phui-timeline-view.css' => 'bc523970',
|
||||
'rsrc/css/phui/phui-two-column-view.css' => '9fb86c85',
|
||||
'rsrc/css/phui/phui-two-column-view.css' => '11c9ab96',
|
||||
'rsrc/css/phui/workboards/phui-workboard-color.css' => 'ac6fe6a7',
|
||||
'rsrc/css/phui/workboards/phui-workboard.css' => 'e6d89647',
|
||||
'rsrc/css/phui/workboards/phui-workcard.css' => '0c62d7c5',
|
||||
|
@ -839,7 +839,7 @@ return array(
|
|||
'phui-font-icon-base-css' => '6449bce8',
|
||||
'phui-fontkit-css' => '9cda225e',
|
||||
'phui-form-css' => 'aac1d51d',
|
||||
'phui-form-view-css' => '1b04a437',
|
||||
'phui-form-view-css' => 'fab0a10f',
|
||||
'phui-head-thing-view-css' => 'fd311e5f',
|
||||
'phui-header-view-css' => '4c7dd8f5',
|
||||
'phui-hovercard' => '1bd28176',
|
||||
|
@ -864,7 +864,7 @@ return array(
|
|||
'phui-tag-view-css' => '6bbd83e2',
|
||||
'phui-theme-css' => '027ba77e',
|
||||
'phui-timeline-view-css' => 'bc523970',
|
||||
'phui-two-column-view-css' => '9fb86c85',
|
||||
'phui-two-column-view-css' => '11c9ab96',
|
||||
'phui-workboard-color-css' => 'ac6fe6a7',
|
||||
'phui-workboard-view-css' => 'e6d89647',
|
||||
'phui-workcard-view-css' => '0c62d7c5',
|
||||
|
|
|
@ -180,13 +180,15 @@
|
|||
.aphront-form-instructions {
|
||||
width: 60%;
|
||||
margin-left: 20%;
|
||||
padding: 10px 4px;
|
||||
padding: 12px 4px;
|
||||
color: {$darkbluetext};
|
||||
}
|
||||
|
||||
.device .aphront-form-instructions,
|
||||
.phui-form-full-width .aphront-form-instructions {
|
||||
width: 100%;
|
||||
width: auto;
|
||||
margin: 0;
|
||||
padding: 12px 8px 8px;
|
||||
}
|
||||
|
||||
.aphront-form-important {
|
||||
|
|
|
@ -214,6 +214,11 @@
|
|||
margin: 16px;
|
||||
}
|
||||
|
||||
.device .phui-two-column-view .phui-box-blue-property
|
||||
.phui-header-shell + .phui-info-view {
|
||||
margin: 8px;
|
||||
}
|
||||
|
||||
/* Navigation */
|
||||
|
||||
.phui-two-column-view .side-has-nav .phabricator-nav-local {
|
||||
|
|
Loading…
Reference in a new issue