mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-22 06:42:42 +01:00
Clean up spacing on diff-banner
Summary: Adds spacing to the buttons, line-height for aligning text vertically. Test Plan: Leave comments on a diff. Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Differential Revision: https://secure.phabricator.com/D18110
This commit is contained in:
parent
3400f24c8b
commit
0d1654446b
2 changed files with 13 additions and 8 deletions
|
@ -12,7 +12,7 @@ return array(
|
|||
'core.pkg.css' => 'ab24402f',
|
||||
'core.pkg.js' => '1475bd91',
|
||||
'darkconsole.pkg.js' => '1f9a31bc',
|
||||
'differential.pkg.css' => '1ccbf3a9',
|
||||
'differential.pkg.css' => '4e99863c',
|
||||
'differential.pkg.js' => 'b7504037',
|
||||
'diffusion.pkg.css' => 'b93d9b8c',
|
||||
'diffusion.pkg.js' => '6134c5a1',
|
||||
|
@ -64,7 +64,7 @@ return array(
|
|||
'rsrc/css/application/dashboard/dashboard.css' => 'fe5b1869',
|
||||
'rsrc/css/application/diff/inline-comment-summary.css' => '51efda3a',
|
||||
'rsrc/css/application/differential/add-comment.css' => 'c47f8c40',
|
||||
'rsrc/css/application/differential/changeset-view.css' => 'c3f44655',
|
||||
'rsrc/css/application/differential/changeset-view.css' => 'c72dba88',
|
||||
'rsrc/css/application/differential/core.css' => '5b7b8ff4',
|
||||
'rsrc/css/application/differential/phui-inline-comment.css' => 'ffd1a542',
|
||||
'rsrc/css/application/differential/revision-comment.css' => '14b8565a',
|
||||
|
@ -562,7 +562,7 @@ return array(
|
|||
'conpherence-thread-manager' => '4d863052',
|
||||
'conpherence-transaction-css' => '85129c68',
|
||||
'd3' => 'a11a5ff2',
|
||||
'differential-changeset-view-css' => 'c3f44655',
|
||||
'differential-changeset-view-css' => 'c72dba88',
|
||||
'differential-core-view-css' => '5b7b8ff4',
|
||||
'differential-revision-add-comment-css' => 'c47f8c40',
|
||||
'differential-revision-comment-css' => '14b8565a',
|
||||
|
@ -1872,9 +1872,6 @@ return array(
|
|||
'javelin-dom',
|
||||
'javelin-vector',
|
||||
),
|
||||
'c3f44655' => array(
|
||||
'phui-inline-comment-view-css',
|
||||
),
|
||||
'c420b0b9' => array(
|
||||
'javelin-behavior',
|
||||
'javelin-behavior-device',
|
||||
|
@ -1896,6 +1893,9 @@ return array(
|
|||
'javelin-stratcom',
|
||||
'javelin-util',
|
||||
),
|
||||
'c72dba88' => array(
|
||||
'phui-inline-comment-view-css',
|
||||
),
|
||||
'c7ccd872' => array(
|
||||
'phui-fontkit-css',
|
||||
),
|
||||
|
|
|
@ -392,13 +392,14 @@ tr.differential-inline-loading {
|
|||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
background: rgba(255, 255, 255, 0.95);
|
||||
background: #fff;
|
||||
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
|
||||
border-bottom: 1px solid {$lightgreyborder};
|
||||
padding: 12px 18px;
|
||||
padding: 8px 18px;
|
||||
vertical-align: middle;
|
||||
font-weight: bold;
|
||||
font-size: {$biggerfontsize};
|
||||
line-height: 28px;
|
||||
}
|
||||
|
||||
.diff-banner .phui-icon-view {
|
||||
|
@ -409,6 +410,10 @@ tr.differential-inline-loading {
|
|||
color: {$greytext};
|
||||
}
|
||||
|
||||
.diff-banner-buttons .button {
|
||||
margin-left: 8px;
|
||||
}
|
||||
|
||||
.diff-banner-has-unsaved,
|
||||
.diff-banner-has-unsubmitted {
|
||||
background: {$sh-yellowbackground};
|
||||
|
|
Loading…
Reference in a new issue