mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
94a2cfbe44
Summary: 'cuz those can be complicated. Fixes T4738. I needed to do a fair amount of heavy lifting to get the policy stuff rendering correctly. For now, I made this end point very one purpose and tried to make that clear. Test Plan: looked at some custom policies. see screenshots. Reviewers: chad, epriestley Reviewed By: epriestley Subscribers: epriestley, Korvin Maniphest Tasks: T4738 Differential Revision: https://secure.phabricator.com/D8890
19 lines
305 B
CSS
19 lines
305 B
CSS
/**
|
|
* @provides policy-transaction-detail-css
|
|
*/
|
|
|
|
.policy-transaction-detail-intro {
|
|
margin-bottom: 12px;
|
|
}
|
|
|
|
.policy-transaction-detail-row {
|
|
margin: 4px 0px 4px 8px;
|
|
}
|
|
|
|
.policy-transaction-detail-row .phui-icon-view {
|
|
padding-right: 4px;
|
|
}
|
|
|
|
.policy-transaction-detail-end {
|
|
margin-top: 12px;
|
|
}
|