Expose the Role.notes
field for view/edit
also add a simple "<pre> with sans-serif font" renderer
This commit is contained in:
parent
cd019fb05b
commit
917d5ab3fa
3 changed files with 38 additions and 1 deletions
|
@ -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
|
||||
******************************/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue