From: erickson Date: Fri, 22 Aug 2008 22:36:38 +0000 (+0000) Subject: made the default print fonts smallerOpen-ILS/web/opac/extras/selfcheck/selfcheck.xml X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=c18e49ec6afe3d913df73264d3ce5d2eca27340f;p=Evergreen.git made the default print fonts smallerOpen-ILS/web/opac/extras/selfcheck/selfcheck.xml git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_2@10420 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/web/opac/extras/selfcheck/selfcheck_print.css b/Open-ILS/web/opac/extras/selfcheck/selfcheck_print.css index 18cd1ee99d..cd397f4135 100644 --- a/Open-ILS/web/opac/extras/selfcheck/selfcheck_print.css +++ b/Open-ILS/web/opac/extras/selfcheck/selfcheck_print.css @@ -6,10 +6,16 @@ display: block; visibility: visible; width: 100%; - font-size: 10pt; + font-size: 7pt; color: black; font-family: Arial; background-color: white; } +#selfck-print-patron-info { font-size: 8pt; } +/* strange that the table does not inherit the .print css */ +#selfck-print-hours { + font-size: 7pt; + font-family: Arial; +}