projects
/
Evergreen.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
cd397f413526f5276e7b5fa24615727c55790f9e
[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