1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 17:28:51 +02:00
phorge-phorge/webroot/rsrc/css/application/policy/policy-transaction-detail.css
Bob Trahan 94a2cfbe44 Policy Transactions - add a details view for custom policy
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
2014-04-29 09:42:54 -07:00

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;
}