1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 09:18:48 +02:00
phorge-phorge/webroot/rsrc/css/application/policy/policy.css
epriestley 3147a6ca57 Improve messaging of special policy rules in applications
Summary: Ref T603. When the user encounters an action which is controlled by a special policy rule in the application, make it easier for applications to show the user what policy controls the action and what the setting is. I took this about halfway before and left a TODO, but turn it into something more useful.

Test Plan: See screenshots.

Reviewers: btrahan, chad

Reviewed By: chad

CC: chad, aran

Maniphest Tasks: T603

Differential Revision: https://secure.phabricator.com/D7265
2013-10-09 13:52:04 -07:00

18 lines
293 B
CSS

/**
* @provides policy-css
*/
.policy-capability-explanation .phui-icon-view {
display: inline-block;
vertical-align: text-top;
}
.policy-capability-explanation {
margin: 8px 0 0;
}
.policy-capability-explanation a {
line-height: 14px;
margin-left: 4px;
color: {$bluetext};
}