mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
70a8e8b6e8
Summary: - Add a PhabricatorApplication. - Make most of the views work well on tablets / phones. The actual "Create" form doesn't, but everything else is good -- need to make device-friendly form layouts before I can do the form. Test Plan: Will attach screenshots. Reviewers: btrahan, chad, vrana Reviewed By: btrahan CC: aran Maniphest Tasks: T1569 Differential Revision: https://secure.phabricator.com/D3293
13 lines
195 B
CSS
13 lines
195 B
CSS
/**
|
|
* @provides phabricator-header-view-css
|
|
*/
|
|
|
|
.phabricator-header-view {
|
|
padding: 1em 2%;
|
|
font-size: 15px;
|
|
color: #333333;
|
|
}
|
|
|
|
.device-desktop .phabricator-header-view {
|
|
width: 66%;
|
|
}
|