mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-18 21:02:41 +01:00
[Redesign] Alight right gutter on ObjectItemList better
Summary: Ref T8099, These should align out to 4px from the edge of the line, not 10px. Test Plan: Test dashboards, Maniphest, Workboards Reviewers: btrahan, epriestley Reviewed By: epriestley Subscribers: epriestley, Korvin Maniphest Tasks: T8099 Differential Revision: https://secure.phabricator.com/D13400
This commit is contained in:
parent
d27b3146d2
commit
be8cf8600e
2 changed files with 8 additions and 8 deletions
|
@ -7,7 +7,7 @@
|
|||
*/
|
||||
return array(
|
||||
'names' => array(
|
||||
'core.pkg.css' => '0ea26c65',
|
||||
'core.pkg.css' => '7f0d6232',
|
||||
'core.pkg.js' => 'a590b451',
|
||||
'darkconsole.pkg.js' => 'e7393ebb',
|
||||
'differential.pkg.css' => 'fe951924',
|
||||
|
@ -141,7 +141,7 @@ return array(
|
|||
'rsrc/css/phui/phui-info-view.css' => '33e54618',
|
||||
'rsrc/css/phui/phui-list.css' => '02ab3534',
|
||||
'rsrc/css/phui/phui-object-box.css' => '3db9f358',
|
||||
'rsrc/css/phui/phui-object-item-list-view.css' => '4d5fe709',
|
||||
'rsrc/css/phui/phui-object-item-list-view.css' => '762ae15a',
|
||||
'rsrc/css/phui/phui-pager.css' => 'bea33d23',
|
||||
'rsrc/css/phui/phui-pinboard-view.css' => '2495140e',
|
||||
'rsrc/css/phui/phui-property-list-view.css' => '1baf23eb',
|
||||
|
@ -785,7 +785,7 @@ return array(
|
|||
'phui-inline-comment-view-css' => 'fa5b8d1f',
|
||||
'phui-list-view-css' => '02ab3534',
|
||||
'phui-object-box-css' => '3db9f358',
|
||||
'phui-object-item-list-view-css' => '4d5fe709',
|
||||
'phui-object-item-list-view-css' => '762ae15a',
|
||||
'phui-pager-css' => 'bea33d23',
|
||||
'phui-pinboard-view-css' => '2495140e',
|
||||
'phui-property-list-view-css' => '1baf23eb',
|
||||
|
|
|
@ -226,17 +226,17 @@ ul.phui-object-item-list-view {
|
|||
}
|
||||
|
||||
.phui-object-item-with-1-actions .phui-object-item-content-box {
|
||||
margin-right: 24px;
|
||||
margin-right: 28px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.phui-object-item-with-2-actions .phui-object-item-content-box {
|
||||
margin-right: 48px;
|
||||
margin-right: 54px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.phui-object-item-with-3-actions .phui-object-item-content-box {
|
||||
margin-right: 72px;
|
||||
margin-right: 76px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
@ -315,7 +315,7 @@ ul.phui-object-item-list-view {
|
|||
}
|
||||
|
||||
.phui-object-item-icons {
|
||||
padding: 0 10px 0 0;
|
||||
padding: 0 4px 0 0;
|
||||
}
|
||||
|
||||
.device-phone .phui-object-item-icons {
|
||||
|
@ -530,7 +530,7 @@ ul.phui-object-item-list-view .phui-object-item-selected
|
|||
*/
|
||||
|
||||
.phui-object-item-bylines {
|
||||
padding: 0 10px;
|
||||
padding: 0 4px 0 8px;
|
||||
margin: 4px 0 8px;
|
||||
font-size: 12px;
|
||||
color: {$greytext};
|
||||
|
|
Loading…
Reference in a new issue