default to Helvetica font
This commit is contained in:
parent
755708f325
commit
52fc3d821e
2 changed files with 5 additions and 0 deletions
|
|
@ -2680,6 +2680,7 @@ sub www_edit {
|
|||
# TODO: Make this whole thing a template instead!
|
||||
$self->session->style->setRawHeadTags(<<'ENDHTML');
|
||||
<style type="text/css">
|
||||
* { font: 12pt Helvetica, sans-serif; }
|
||||
label.formDescription { display: block; margin-top: 1em; font-weight: bold }
|
||||
.saveButtons { position: absolute; top: 3px; right: 5px; z-index: 9001; }
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue