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>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,8 @@
|
|||
|
||||
* {
|
||||
font: 12pt Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
#wrapper {
|
||||
margin-left: 160px; /* move out of the adminbar's way */
|
||||
min-width: 850px; /* min width for 1024x browsers */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue