mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-18 21:02:41 +01:00
[Redesign] Use normal sized buttons for Changesets
Summary: Ref T8099, No specific reason for these to be small buttons. Test Plan: Test desktop and mobile layouts. Reviewers: btrahan, epriestley Reviewed By: epriestley Subscribers: Korvin, epriestley Maniphest Tasks: T8099 Differential Revision: https://secure.phabricator.com/D13081
This commit is contained in:
parent
df9bd86890
commit
2ec7cdcfba
3 changed files with 8 additions and 8 deletions
|
@ -10,7 +10,7 @@ return array(
|
||||||
'core.pkg.css' => '72f566bb',
|
'core.pkg.css' => '72f566bb',
|
||||||
'core.pkg.js' => 'fbf1d615',
|
'core.pkg.js' => 'fbf1d615',
|
||||||
'darkconsole.pkg.js' => 'e7393ebb',
|
'darkconsole.pkg.js' => 'e7393ebb',
|
||||||
'differential.pkg.css' => '30602b8c',
|
'differential.pkg.css' => '7d01bee8',
|
||||||
'differential.pkg.js' => '8c98ce21',
|
'differential.pkg.js' => '8c98ce21',
|
||||||
'diffusion.pkg.css' => '385e85b3',
|
'diffusion.pkg.css' => '385e85b3',
|
||||||
'diffusion.pkg.js' => '0115b37c',
|
'diffusion.pkg.js' => '0115b37c',
|
||||||
|
@ -58,7 +58,7 @@ return array(
|
||||||
'rsrc/css/application/dashboard/dashboard.css' => 'eb458607',
|
'rsrc/css/application/dashboard/dashboard.css' => 'eb458607',
|
||||||
'rsrc/css/application/diff/inline-comment-summary.css' => 'eb5f8e8c',
|
'rsrc/css/application/diff/inline-comment-summary.css' => 'eb5f8e8c',
|
||||||
'rsrc/css/application/differential/add-comment.css' => 'c47f8c40',
|
'rsrc/css/application/differential/add-comment.css' => 'c47f8c40',
|
||||||
'rsrc/css/application/differential/changeset-view.css' => 'e19cfd6e',
|
'rsrc/css/application/differential/changeset-view.css' => 'd9ff1f23',
|
||||||
'rsrc/css/application/differential/core.css' => '7ac3cabc',
|
'rsrc/css/application/differential/core.css' => '7ac3cabc',
|
||||||
'rsrc/css/application/differential/phui-inline-comment.css' => 'aa16f165',
|
'rsrc/css/application/differential/phui-inline-comment.css' => 'aa16f165',
|
||||||
'rsrc/css/application/differential/results-table.css' => '181aa9d9',
|
'rsrc/css/application/differential/results-table.css' => '181aa9d9',
|
||||||
|
@ -502,7 +502,7 @@ return array(
|
||||||
'conpherence-transaction-css' => '42a457f6',
|
'conpherence-transaction-css' => '42a457f6',
|
||||||
'conpherence-update-css' => '1099a660',
|
'conpherence-update-css' => '1099a660',
|
||||||
'conpherence-widget-pane-css' => '77096740',
|
'conpherence-widget-pane-css' => '77096740',
|
||||||
'differential-changeset-view-css' => 'e19cfd6e',
|
'differential-changeset-view-css' => 'd9ff1f23',
|
||||||
'differential-core-view-css' => '7ac3cabc',
|
'differential-core-view-css' => '7ac3cabc',
|
||||||
'differential-inline-comment-editor' => 'd4c87bf4',
|
'differential-inline-comment-editor' => 'd4c87bf4',
|
||||||
'differential-results-table-css' => '181aa9d9',
|
'differential-results-table-css' => '181aa9d9',
|
||||||
|
@ -1844,6 +1844,9 @@ return array(
|
||||||
'javelin-util',
|
'javelin-util',
|
||||||
'phabricator-shaped-request',
|
'phabricator-shaped-request',
|
||||||
),
|
),
|
||||||
|
'd9ff1f23' => array(
|
||||||
|
'phui-inline-comment-view-css',
|
||||||
|
),
|
||||||
'dbbf48b6' => array(
|
'dbbf48b6' => array(
|
||||||
'javelin-behavior',
|
'javelin-behavior',
|
||||||
'javelin-stratcom',
|
'javelin-stratcom',
|
||||||
|
@ -1875,9 +1878,6 @@ return array(
|
||||||
'javelin-dom',
|
'javelin-dom',
|
||||||
'phabricator-prefab',
|
'phabricator-prefab',
|
||||||
),
|
),
|
||||||
'e19cfd6e' => array(
|
|
||||||
'phui-inline-comment-view-css',
|
|
||||||
),
|
|
||||||
'e1d25dfb' => array(
|
'e1d25dfb' => array(
|
||||||
'javelin-behavior',
|
'javelin-behavior',
|
||||||
'javelin-stratcom',
|
'javelin-stratcom',
|
||||||
|
|
|
@ -329,7 +329,7 @@ final class DifferentialChangesetListView extends AphrontView {
|
||||||
return javelin_tag(
|
return javelin_tag(
|
||||||
'a',
|
'a',
|
||||||
array(
|
array(
|
||||||
'class' => 'button grey small dropdown',
|
'class' => 'button grey dropdown',
|
||||||
'meta' => $meta,
|
'meta' => $meta,
|
||||||
'href' => idx($meta, 'detailURI', '#'),
|
'href' => idx($meta, 'detailURI', '#'),
|
||||||
'target' => '_blank',
|
'target' => '_blank',
|
||||||
|
|
|
@ -321,7 +321,7 @@ td.cov-I {
|
||||||
|
|
||||||
.differential-changeset-buttons {
|
.differential-changeset-buttons {
|
||||||
float: right;
|
float: right;
|
||||||
margin-right: 16px;
|
margin-right: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.device-phone .differential-changeset-buttons {
|
.device-phone .differential-changeset-buttons {
|
||||||
|
|
Loading…
Reference in a new issue