Bug 24610: Let user switch between 'Pay' and 'Write off' mode
[koha.git] / koha-tmpl / intranet-tmpl / prog / css / spinelabel.css
blobb62e8de688f41bb32711bfd72db2071236b269b2
1 body {
2 font-family: arial, geneva, sans-serif;
3 font-size: 12px;
4 margin: 0px 0px 0px 0px;
7 /* Line break after each field */
8 .field{
9 display: block;
12 /* Line break after each space in the itemcallnumber field */
13 #itemcallnumber .space {
14 display: block;
17 /* Put the copynumber on the bottom of the label */
18 #copynumber {
19 position: absolute;
20 top: 75px;
23 #spinelabel {
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;