mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-18 12:52:42 +01:00
Remove negative margin in phui-status
Summary: Fixes T6334, the negative margin is no longer needed to align tables. Test Plan: review table item alignment in commit message Reviewers: btrahan, epriestley Reviewed By: epriestley Subscribers: Korvin, epriestley Maniphest Tasks: T6334 Differential Revision: https://secure.phabricator.com/D10716
This commit is contained in:
parent
ac83ff7060
commit
d9ad4ab385
2 changed files with 3 additions and 7 deletions
|
@ -7,7 +7,7 @@
|
|||
*/
|
||||
return array(
|
||||
'names' => array(
|
||||
'core.pkg.css' => '71c5ef20',
|
||||
'core.pkg.css' => '2105d027',
|
||||
'core.pkg.js' => 'cbdbd552',
|
||||
'darkconsole.pkg.js' => 'df001cab',
|
||||
'differential.pkg.css' => '8af45893',
|
||||
|
@ -139,7 +139,7 @@ return array(
|
|||
'rsrc/css/phui/phui-property-list-view.css' => '3eff4eb4',
|
||||
'rsrc/css/phui/phui-remarkup-preview.css' => '19ad512b',
|
||||
'rsrc/css/phui/phui-spacing.css' => '042804d6',
|
||||
'rsrc/css/phui/phui-status.css' => '2f562399',
|
||||
'rsrc/css/phui/phui-status.css' => '888cedb8',
|
||||
'rsrc/css/phui/phui-tag-view.css' => 'b0c282e0',
|
||||
'rsrc/css/phui/phui-text.css' => 'cf019f54',
|
||||
'rsrc/css/phui/phui-timeline-view.css' => '8c6fefe7',
|
||||
|
@ -782,7 +782,7 @@ return array(
|
|||
'phui-property-list-view-css' => '3eff4eb4',
|
||||
'phui-remarkup-preview-css' => '19ad512b',
|
||||
'phui-spacing-css' => '042804d6',
|
||||
'phui-status-list-view-css' => '2f562399',
|
||||
'phui-status-list-view-css' => '888cedb8',
|
||||
'phui-tag-view-css' => 'b0c282e0',
|
||||
'phui-text-css' => 'cf019f54',
|
||||
'phui-timeline-view-css' => '8c6fefe7',
|
||||
|
|
|
@ -6,10 +6,6 @@
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
.phui-property-list-value .phui-status-list-view {
|
||||
margin-left: -4px;
|
||||
}
|
||||
|
||||
.phui-status-list-view .phui-icon-view {
|
||||
display: block;
|
||||
width: 14px;
|
||||
|
|
Loading…
Reference in a new issue