Expose the Role.notes field for view/edit

also add a simple "<pre> with sans-serif font" renderer
This commit is contained in:
Lance Edgar 2020-03-23 19:59:28 -05:00
parent cd019fb05b
commit 917d5ab3fa
3 changed files with 38 additions and 1 deletions

View file

@ -91,6 +91,13 @@ ul.error li {
list-style-type: none;
}
pre.is-family-sans-serif {
background-color: white;
font-family: Verdana, Arial, sans-serif;
font-size: 11pt;
padding: 1em;
}
/******************************
* jQuery UI tweaks
******************************/