mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Tweak width of differential-panel to match aphront-panels on differential
Summary: The differential panels at the top of the differential revision view page were 2px smaller than the divs on the bottom of the page (everything below the table of contents). This diff makes differential-panel 2px wider so it matches. Test Plan: viewed a differential revision and checked that the divs lined up Reviewers: epriestley Reviewed By: epriestley CC: aran, epriestley Differential Revision: 887
This commit is contained in:
parent
f4c8525a9a
commit
3ecd11a634
2 changed files with 22 additions and 24 deletions
|
@ -172,7 +172,7 @@ celerity_register_resource_map(array(
|
|||
),
|
||||
'differential-core-view-css' =>
|
||||
array(
|
||||
'uri' => '/res/438fe316/rsrc/css/application/differential/core.css',
|
||||
'uri' => '/res/584d40e8/rsrc/css/application/differential/core.css',
|
||||
'type' => 'css',
|
||||
'requires' =>
|
||||
array(
|
||||
|
@ -652,17 +652,6 @@ celerity_register_resource_map(array(
|
|||
),
|
||||
'disk' => '/rsrc/js/application/maniphest/behavior-transaction-preview.js',
|
||||
),
|
||||
0 =>
|
||||
array(
|
||||
'uri' => '/res/1da00bfe/rsrc/js/javelin/lib/__tests__/URI.js',
|
||||
'type' => 'js',
|
||||
'requires' =>
|
||||
array(
|
||||
0 => 'javelin-uri',
|
||||
1 => 'javelin-php-serializer',
|
||||
),
|
||||
'disk' => '/rsrc/js/javelin/lib/__tests__/URI.js',
|
||||
),
|
||||
'javelin-behavior-owners-path-editor' =>
|
||||
array(
|
||||
'uri' => '/res/9cf78ffc/rsrc/js/application/owners/owners-path-editor.js',
|
||||
|
@ -1180,7 +1169,7 @@ celerity_register_resource_map(array(
|
|||
),
|
||||
'phabricator-content-source-view-css' =>
|
||||
array(
|
||||
'uri' => '/res/361cae20/rsrc/css/application/contentsource/content-source-view.css',
|
||||
'uri' => '/res/8c738a93/rsrc/css/application/contentsource/content-source-view.css',
|
||||
'type' => 'css',
|
||||
'requires' =>
|
||||
array(
|
||||
|
@ -1294,6 +1283,15 @@ celerity_register_resource_map(array(
|
|||
),
|
||||
'disk' => '/rsrc/js/application/core/Prefab.js',
|
||||
),
|
||||
0 =>
|
||||
array(
|
||||
'uri' => '/res/936e8e81/rsrc/js/javelin/docs/onload.js',
|
||||
'type' => 'js',
|
||||
'requires' =>
|
||||
array(
|
||||
),
|
||||
'disk' => '/rsrc/js/javelin/docs/onload.js',
|
||||
),
|
||||
'phabricator-profile-css' =>
|
||||
array(
|
||||
'uri' => '/res/ebe1ac2f/rsrc/css/application/profile/profile-view.css',
|
||||
|
@ -1419,7 +1417,7 @@ celerity_register_resource_map(array(
|
|||
'uri' => '/res/pkg/3dbf4083/javelin.pkg.js',
|
||||
'type' => 'js',
|
||||
),
|
||||
'3f2092d7' =>
|
||||
'7bf96a66' =>
|
||||
array(
|
||||
'name' => 'differential.pkg.css',
|
||||
'symbols' =>
|
||||
|
@ -1433,7 +1431,7 @@ celerity_register_resource_map(array(
|
|||
6 => 'differential-revision-add-comment-css',
|
||||
7 => 'differential-revision-comment-list-css',
|
||||
),
|
||||
'uri' => '/res/pkg/3f2092d7/differential.pkg.css',
|
||||
'uri' => '/res/pkg/7bf96a66/differential.pkg.css',
|
||||
'type' => 'css',
|
||||
),
|
||||
'95c67dcd' =>
|
||||
|
@ -1518,14 +1516,14 @@ celerity_register_resource_map(array(
|
|||
'aphront-table-view-css' => '70966590',
|
||||
'aphront-tokenizer-control-css' => '70966590',
|
||||
'aphront-typeahead-control-css' => '70966590',
|
||||
'differential-changeset-view-css' => '3f2092d7',
|
||||
'differential-core-view-css' => '3f2092d7',
|
||||
'differential-revision-add-comment-css' => '3f2092d7',
|
||||
'differential-revision-comment-css' => '3f2092d7',
|
||||
'differential-revision-comment-list-css' => '3f2092d7',
|
||||
'differential-revision-detail-css' => '3f2092d7',
|
||||
'differential-revision-history-css' => '3f2092d7',
|
||||
'differential-table-of-contents-css' => '3f2092d7',
|
||||
'differential-changeset-view-css' => '7bf96a66',
|
||||
'differential-core-view-css' => '7bf96a66',
|
||||
'differential-revision-add-comment-css' => '7bf96a66',
|
||||
'differential-revision-comment-css' => '7bf96a66',
|
||||
'differential-revision-comment-list-css' => '7bf96a66',
|
||||
'differential-revision-detail-css' => '7bf96a66',
|
||||
'differential-revision-history-css' => '7bf96a66',
|
||||
'differential-table-of-contents-css' => '7bf96a66',
|
||||
'diffusion-commit-view-css' => '03ef179e',
|
||||
'javelin-behavior' => '3dbf4083',
|
||||
'javelin-behavior-aphront-basic-tokenizer' => 'ac869011',
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
.differential-panel {
|
||||
margin: 25px 0;
|
||||
max-width: 1118px;
|
||||
max-width: 1120px;
|
||||
border: 1px solid #666622;
|
||||
background: #efefdf;
|
||||
padding: 15px 20px;
|
||||
|
|
Loading…
Reference in a new issue