mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
3147a6ca57
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
18 lines
293 B
CSS
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};
|
|
}
|