mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Make status icons centered in PHUI object list view
Summary: Fixes T8789. This makes status icons centered in the PHUI object list view. Test Plan: Looked at it. Reviewers: #blessed_reviewers, chad Reviewed By: #blessed_reviewers, chad Subscribers: epriestley Maniphest Tasks: T8789 Differential Revision: https://secure.phabricator.com/D13592
This commit is contained in:
parent
e587dbe9da
commit
8bf347aa9d
2 changed files with 11 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
|||
*/
|
||||
return array(
|
||||
'names' => array(
|
||||
'core.pkg.css' => '67f0ad38',
|
||||
'core.pkg.css' => '71fa60fc',
|
||||
'core.pkg.js' => 'a590b451',
|
||||
'darkconsole.pkg.js' => 'e7393ebb',
|
||||
'differential.pkg.css' => '9451634c',
|
||||
|
@ -141,7 +141,7 @@ return array(
|
|||
'rsrc/css/phui/phui-info-view.css' => '5b16bac6',
|
||||
'rsrc/css/phui/phui-list.css' => '125599df',
|
||||
'rsrc/css/phui/phui-object-box.css' => '3db9f358',
|
||||
'rsrc/css/phui/phui-object-item-list-view.css' => '0053b016',
|
||||
'rsrc/css/phui/phui-object-item-list-view.css' => 'fc19bfc1',
|
||||
'rsrc/css/phui/phui-pager.css' => 'bea33d23',
|
||||
'rsrc/css/phui/phui-pinboard-view.css' => '2495140e',
|
||||
'rsrc/css/phui/phui-property-list-view.css' => '1baf23eb',
|
||||
|
@ -795,7 +795,7 @@ return array(
|
|||
'phui-inline-comment-view-css' => '9fadd6b8',
|
||||
'phui-list-view-css' => '125599df',
|
||||
'phui-object-box-css' => '3db9f358',
|
||||
'phui-object-item-list-view-css' => '0053b016',
|
||||
'phui-object-item-list-view-css' => 'fc19bfc1',
|
||||
'phui-pager-css' => 'bea33d23',
|
||||
'phui-pinboard-view-css' => '2495140e',
|
||||
'phui-property-list-view-css' => '1baf23eb',
|
||||
|
|
|
@ -78,6 +78,14 @@ ul.phui-object-item-list-view {
|
|||
font-size: 16px;
|
||||
}
|
||||
|
||||
.phui-object-item-list-view .phui-object-item-col0 .phui-icon-view {
|
||||
width: 17px;
|
||||
text-align: center;
|
||||
overflow: visible;
|
||||
position: relative;
|
||||
left: -1px;
|
||||
}
|
||||
|
||||
.phui-object-item-name {
|
||||
padding: 8px 8px 0;
|
||||
white-space: nowrap;
|
||||
|
|
Loading…
Reference in a new issue