]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/web/opac/extras/selfcheck/selfcheck_print.css
made the default print fonts smallerOpen-ILS/web/opac/extras/selfcheck/selfcheck.xml
[Evergreen.git] / Open-ILS / web / opac / extras / selfcheck / selfcheck_print.css
1 .noprint {
2     display: none;
3     visibility: hidden;
4 }
5 .print {
6     display: block;
7     visibility: visible;
8     width: 100%;
9     font-size: 7pt;
10     color: black;
11     font-family: Arial;
12     background-color: white;
13 }
14 #selfck-print-patron-info { font-size: 8pt; }
15
16 /* strange that the table does not inherit the .print css */
17 #selfck-print-hours { 
18     font-size: 7pt; 
19     font-family: Arial;
20 }
21