default to Helvetica font

This commit is contained in:
Doug Bell 2010-08-17 16:21:50 -05:00
parent 755708f325
commit 52fc3d821e
2 changed files with 5 additions and 0 deletions

View file

@ -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>

View file

@ -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 */