Initial dev repository
[kcls-web.git] / opac / extras / selfcheck / selfcheck_print.css
diff --git a/opac/extras/selfcheck/selfcheck_print.css b/opac/extras/selfcheck/selfcheck_print.css
new file mode 100644 (file)
index 0000000..c5ea5e2
--- /dev/null
@@ -0,0 +1,22 @@
+.noprint {
+    display: none;
+    visibility: hidden;
+}
+.print {
+    display: block;
+    visibility: visible;
+    width: 100%;
+    font-size: 7pt;
+    color: black;
+    font-family: Arial;
+    background-color: white;
+    page-break-after: always;
+}
+#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;
+}
+