Initial dev repository
[kcls-web.git] / 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     page-break-after: always;
14 }
15 #selfck-print-patron-info { font-size: 8pt; }
16
17 /* strange that the table does not inherit the .print css */
18 #selfck-print-hours { 
19     font-size: 7pt; 
20     font-family: Arial;
21 }
22