Bug 5917 : Converted templates
[koha.git] / koha-tt / intranet-tmpl / prog / en / css / spinelabel.css
1 body {
2         font-family: arial, geneva, sans-serif;
3         font-size: 12px;
4         margin: 0px 0px 0px 0px;
5 }
6
7 /* Line break after each field */
8 .field{
9         display: block;
10 }
11
12 /* Line break after each space in the itemcallnumber field */
13 #itemcallnumber .space {
14         display: block;
15 }
16
17 /* Put the copynumber on the bottom of the label */
18 #copynumber {
19         position: absolute;
20         top: 75px;
21 }
22
23 #print_button {
24         position: absolute;
25         top: 25px;
26         left: 500px;
27 }