[open-ils-commits] r10420 -
branches/rel_1_2/Open-ILS/web/opac/extras/selfcheck
svn at svn.open-ils.org
svn at svn.open-ils.org
Fri Aug 22 18:36:43 EDT 2008
Author: erickson
Date: 2008-08-22 18:36:38 -0400 (Fri, 22 Aug 2008)
New Revision: 10420
Modified:
branches/rel_1_2/Open-ILS/web/opac/extras/selfcheck/selfcheck_print.css
Log:
made the default print fonts smallerOpen-ILS/web/opac/extras/selfcheck/selfcheck.xml
Modified: branches/rel_1_2/Open-ILS/web/opac/extras/selfcheck/selfcheck_print.css
===================================================================
--- branches/rel_1_2/Open-ILS/web/opac/extras/selfcheck/selfcheck_print.css 2008-08-22 22:36:18 UTC (rev 10419)
+++ branches/rel_1_2/Open-ILS/web/opac/extras/selfcheck/selfcheck_print.css 2008-08-22 22:36:38 UTC (rev 10420)
@@ -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;
+}
More information about the open-ils-commits
mailing list