mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-18 12:52:42 +01:00
Roomier forms on mobile
Summary: Mobile forms are super tight, this opens them up a little bit. Test Plan: Review editing a document, task, mobile, tablet. Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Differential Revision: https://secure.phabricator.com/D16329
This commit is contained in:
parent
637b58c7c8
commit
6a5cfe3b02
2 changed files with 7 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
|||
*/
|
||||
return array(
|
||||
'names' => array(
|
||||
'core.pkg.css' => '4e7e9bde',
|
||||
'core.pkg.css' => '91e1d466',
|
||||
'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' => '6a51768e',
|
||||
'rsrc/css/phui/phui-form-view.css' => '1b04a437',
|
||||
'rsrc/css/phui/phui-form.css' => 'aac1d51d',
|
||||
'rsrc/css/phui/phui-head-thing.css' => 'fd311e5f',
|
||||
'rsrc/css/phui/phui-header-view.css' => '4c7dd8f5',
|
||||
|
@ -839,7 +839,7 @@ return array(
|
|||
'phui-font-icon-base-css' => '6449bce8',
|
||||
'phui-fontkit-css' => '9cda225e',
|
||||
'phui-form-css' => 'aac1d51d',
|
||||
'phui-form-view-css' => '6a51768e',
|
||||
'phui-form-view-css' => '1b04a437',
|
||||
'phui-head-thing-view-css' => 'fd311e5f',
|
||||
'phui-header-view-css' => '4c7dd8f5',
|
||||
'phui-hovercard' => '1bd28176',
|
||||
|
|
|
@ -128,6 +128,10 @@
|
|||
padding: 4px;
|
||||
}
|
||||
|
||||
.device-phone .aphront-form-control {
|
||||
padding: 4px 8px 8px;
|
||||
}
|
||||
|
||||
.phui-form-full-width .aphront-form-control {
|
||||
padding: 4px 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue