From 6c1ec92595413bf8360f9fa69e29ff0e6bbb2e9c Mon Sep 17 00:00:00 2001 From: erickson Date: Fri, 22 Aug 2008 22:36:43 +0000 Subject: [PATCH] made the default print fonts smallerOpen-ILS/web/opac/extras/selfcheck/selfcheck.xml git-svn-id: svn://svn.open-ils.org/ILS/trunk@10421 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/web/opac/extras/selfcheck/selfcheck_print.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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; +} -- 2.11.0