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