Bug 30952: (follow-up) Undo change to Home breadcrumb
[koha.git] / koha-tmpl / intranet-tmpl / prog / 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 #spinelabel {
24
25 }
26
27 #print_button {
28     bottom: 0;
29     padding: 1em;
30     position: absolute;
31     text-align: center;
32     width: 100%;
33     border-top: 1px solid #b9d8d9;
34     background-color: #e6f0f2;
35 }