View | Details | Raw Unified | Return to bug 12597
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css (-722 / +639 lines)
Lines 29-35 a:hover, a:active { Link Here
29
}
29
}
30
30
31
.yui-button,.yui-button a:link,.yui-button a:visited {
31
.yui-button,.yui-button a:link,.yui-button a:visited {
32
	color : #000;
32
    color : #000;
33
}
33
}
34
34
35
a.yuimenuitemlabel {
35
a.yuimenuitemlabel {
Lines 38-125 a.yuimenuitemlabel { Link Here
38
38
39
.overdue,
39
.overdue,
40
.debit {
40
.debit {
41
	color : #cc0000;
41
    color : #cc0000;
42
}
42
}
43
43
44
a.popup {
44
a.popup {
45
	background : transparent url("../../img/pop-up-link.png") center right no-repeat;
45
    background : transparent url("../../img/pop-up-link.png") center right no-repeat;
46
	padding-right : 15px;
46
    padding-right : 15px;
47
}
47
}
48
48
49
body {
49
body {
50
	text-align : left;
50
    text-align : left;
51
    padding:0 0 4em 0;
51
    padding:0 0 4em 0;
52
  font-family: arial, verdana, helvetica, sans-serif;
52
  font-family: arial, verdana, helvetica, sans-serif;
53
}
53
}
54
54
55
br.clear {
55
br.clear {
56
	clear : both;
56
    clear : both;
57
	line-height : 1px;
57
    line-height : 1px;
58
}
58
}
59
59
60
form {
60
form {
61
	display : inline;
61
    display : inline;
62
}
62
}
63
63
64
form.confirm {
64
form.confirm {
65
	display : block;
65
    display : block;
66
	text-align : center;
66
    text-align : center;
67
}
67
}
68
68
69
h1 {
69
h1 {
70
	font-size : 161.6%;
70
    font-size : 161.6%;
71
	font-weight : bold;
71
    font-weight : bold;
72
}
72
}
73
73
74
h2 {
74
h2 {
75
	font-size : 146.5%;
75
    font-size : 146.5%;
76
	font-weight : bold;
76
    font-weight : bold;
77
}
77
}
78
78
79
h3 {
79
h3 {
80
	font-size : 131%;
80
    font-size : 131%;
81
	font-weight : bold;
81
    font-weight : bold;
82
}
82
}
83
83
84
h4 {
84
h4 {
85
	font-size : 116%;	
85
    font-size : 116%;
86
	font-weight : bold;
86
    font-weight : bold;
87
}
87
}
88
88
89
h5 {
89
h5 {
90
	font-size : 100%;	
90
    font-size : 100%;
91
	font-weight : bold;
91
    font-weight : bold;
92
}
92
}
93
93
94
h6 {
94
h6 {
95
	font-size : 93%;
95
    font-size : 93%;
96
	font-weight : bold;
96
    font-weight : bold;
97
}
97
}
98
98
99
h1,h2,h3,h4,h5,h6 {
99
h1,h2,h3,h4,h5,h6 {
100
	margin : .3em 0;
100
    margin : .3em 0;
101
}
101
}
102
102
103
p {
103
p {
104
	margin: .5em 0 .5em 0;
104
    margin: .5em 0 .5em 0;
105
}
105
}
106
106
107
strong {
107
strong {
108
	font-weight : bold;
108
    font-weight : bold;
109
}
109
}
110
110
111
strong em {
111
strong em {
112
	font-weight : bold;
112
    font-weight : bold;
113
	font-style : italic;
113
    font-style : italic;
114
}
114
}
115
115
116
em, cite {
116
em, cite {
117
	font-style : italic;
117
    font-style : italic;
118
}
118
}
119
119
120
em strong {
120
em strong {
121
	font-weight : bold;
121
    font-weight : bold;
122
	font-style : italic;
122
    font-style : italic;
123
}
123
}
124
124
125
.subfield-label {
125
.subfield-label {
Lines 131-173 em strong { Link Here
131
}
131
}
132
132
133
#navmenulist li {
133
#navmenulist li {
134
	padding : .2em 0;
134
    padding : .2em 0;
135
	list-style-image : url("../../img/arrow-bullet.gif");
135
    list-style-image : url("../../img/arrow-bullet.gif");
136
	border-bottom : 1px solid #EEE;
136
    border-bottom : 1px solid #EEE;
137
}
137
}
138
138
139
#navmenulist li a {
139
#navmenulist li a {
140
	text-decoration : none;
140
    text-decoration : none;
141
}
141
}
142
142
143
#doc, #doc1, #doc2, #doc3 {
143
#doc, #doc1, #doc2, #doc3 {
144
	padding-top : 1em;
144
    padding-top : 1em;
145
}
145
}
146
146
147
#login_controls	 {
147
#login_controls  {
148
	position : absolute;
148
    position : absolute;
149
	right : .5em;
149
    right : .5em;
150
    padding: .4em .5em;
150
    padding: .4em .5em;
151
}
151
}
152
152
153
ul {
153
ul {
154
	padding-left : 1.1em;
154
    padding-left : 1.1em;
155
}
155
}
156
156
157
ul li {
157
ul li {
158
	list-style-type : disc;
158
    list-style-type : disc;
159
}
159
}
160
160
161
ul li li {
161
ul li li {
162
	list-style-type : circle;
162
    list-style-type : circle;
163
}
163
}
164
164
165
ol {
165
ol {
166
	padding-left : 1.5em;
166
    padding-left : 1.5em;
167
}
167
}
168
168
169
ol li {
169
ol li {
170
	list-style : decimal;
170
    list-style : decimal;
171
}
171
}
172
172
173
.gradient {
173
.gradient {
Lines 206-232 ol li { Link Here
206
/* End hide from IE-mac */
206
/* End hide from IE-mac */
207
207
208
table {
208
table {
209
	border-collapse : collapse;
209
    border-collapse : collapse;
210
	border-top : 1px solid #BCBCBC;
210
    border-top : 1px solid #BCBCBC;
211
	border-right : 1px solid #BCBCBC;
211
    border-right : 1px solid #BCBCBC;
212
}
212
}
213
213
214
table.invis,
214
table.invis,
215
table.invis tr,
215
table.invis tr,
216
table.invis td,
216
table.invis td,
217
tr.highlight table.invis td {
217
tr.highlight table.invis td {
218
	border : none;
218
    border : none;
219
}
219
}
220
220
221
td, th {
221
td, th {
222
	border-bottom : 1px solid #BCBCBC;
222
    border-bottom : 1px solid #BCBCBC;
223
	border-left : 1px solid #BCBCBC;
223
    border-left : 1px solid #BCBCBC;
224
	padding : .2em .3em;
224
    padding : .2em .3em;
225
}
225
}
226
226
227
td {
227
td {
228
	background-color : White;
228
    background-color : White;
229
	vertical-align : top;
229
    vertical-align : top;
230
}
230
}
231
231
232
table.indexes td {
232
table.indexes td {
Lines 240-261 td.borderless { Link Here
240
240
241
td.data,
241
td.data,
242
th.data {
242
th.data {
243
	font-family : "Courier New", Courier, monospace;
243
    font-family : "Courier New", Courier, monospace;
244
	text-align : right;
244
    text-align : right;
245
}
245
}
246
246
247
th {
247
th {
248
	background-color : #E8E8E8;
248
    background-color : #E8E8E8;
249
	font-weight : bold;
249
    font-weight : bold;
250
	text-align : center;
250
    text-align : center;
251
}
251
}
252
252
253
table+table {
253
table+table {
254
	margin-top : 1em;
254
    margin-top : 1em;
255
}
255
}
256
256
257
#editions table, #editions td {
257
#editions table, #editions td {
258
	border : 0;
258
    border : 0;
259
}
259
}
260
260
261
.highlighted-row { background-color: orange !important }
261
.highlighted-row { background-color: orange !important }
Lines 264-329 tr.highlight td, Link Here
264
tr.highlight th,
264
tr.highlight th,
265
tr.odd td,
265
tr.odd td,
266
tr.odd.highlight td {
266
tr.odd.highlight td {
267
	background-color : #F3F3F3;
267
    background-color : #F3F3F3;
268
    border : 1px solid #BCBCBC;
268
    border : 1px solid #BCBCBC;
269
    border-right : 1px solid #BCBCBC;
269
    border-right : 1px solid #BCBCBC;
270
}
270
}
271
271
272
tr.even td, tr.even.highlight td {
272
tr.even td, tr.even.highlight td {
273
	background-color: #FFF;
273
    background-color: #FFF;
274
    border-right : 1px solid #BCBCBC;
274
    border-right : 1px solid #BCBCBC;
275
}
275
}
276
276
277
.overdue td.od {
277
.overdue td.od {
278
	color : #cc0000;
278
    color : #cc0000;
279
	font-weight : bold;
279
    font-weight : bold;
280
}
280
}
281
281
282
tr.warn td {
282
tr.warn td {
283
	background-color: #FF9090;
283
    background-color: #FF9090;
284
}
284
}
285
285
286
tr.onissue td {
286
tr.onissue td {
287
	background-color: #FFFFCC;
287
    background-color: #FFFFCC;
288
}
288
}
289
289
290
tr.odd.onissue td {
290
tr.odd.onissue td {
291
	background-color: #FFFFE1;
291
    background-color: #FFFFE1;
292
}
292
}
293
293
294
tfoot td {
294
tfoot td {
295
	background-color : #f3f3f3;
295
    background-color : #f3f3f3;
296
	font-weight : bold;
296
    font-weight : bold;
297
}
297
}
298
298
299
td.total {
299
td.total {
300
	text-align : right;
300
    text-align : right;
301
}
301
}
302
302
303
caption {
303
caption {
304
	font-size : 133.9%;
304
    font-size : 133.9%;
305
	font-weight : bold;
305
    font-weight : bold;
306
	margin : .3em 0;
306
    margin : .3em 0;
307
}
307
}
308
308
309
span.problem {
309
span.problem {
310
	background-color : #FFFFCC;
310
    background-color : #FFFFCC;
311
	color : #990000;
311
    color : #990000;
312
	font-weight : bold;
312
    font-weight : bold;
313
	line-height : 1.7em;
313
    line-height : 1.7em;
314
}
314
}
315
315
316
fieldset {
316
fieldset {
317
	margin : 1em 1em 1em 0;
317
    margin : 1em 1em 1em 0;
318
	padding : 1em;
318
    padding : 1em;
319
    background-color:#f4f8f9;
319
    background-color:#f4f8f9;
320
    border:2px solid #b9d8d9;
320
    border:2px solid #b9d8d9;
321
    border-radius:5px;
321
    border-radius:5px;
322
}
322
}
323
323
324
legend {
324
legend {
325
	font-size : 123.1%;
325
    font-size : 123.1%;
326
	font-weight : bold;
326
    font-weight : bold;
327
    border:2px solid #b9d8d9;
327
    border:2px solid #b9d8d9;
328
    background-color:#ffffff;
328
    background-color:#ffffff;
329
    border-radius:3px;
329
    border-radius:3px;
Lines 339-345 legend { Link Here
339
}
339
}
340
340
341
#header+#breadcrumbs {
341
#header+#breadcrumbs {
342
	margin-top : 1em;
342
    margin-top : 1em;
343
}
343
}
344
344
345
div.justify {
345
div.justify {
Lines 347-402 div.justify { Link Here
347
}
347
}
348
348
349
div#header_search {
349
div#header_search {
350
	background-position : .5em .5em;
350
    background-position : .5em .5em;
351
	background-repeat : no-repeat;
351
    background-repeat : no-repeat;
352
	float: left;
352
    float: left;
353
	margin: .3em 0 .5em 0;
353
    margin: .3em 0 .5em 0;
354
}
354
}
355
355
356
div#header_search input {
356
div#header_search input {
357
	font-size : 1.3em;
357
    font-size : 1.3em;
358
}
358
}
359
359
360
div#header_search div.residentsearch {
360
div#header_search div.residentsearch {
361
	border : 0;
361
    border : 0;
362
    border-bottom : 1px solid #85ca11;
362
    border-bottom : 1px solid #85ca11;
363
	padding : 0 0 .2em 0;
363
    padding : 0 0 .2em 0;
364
}
364
}
365
365
366
div#reserves,div#checkouts {
366
div#reserves,div#checkouts {
367
        border : 1px solid #B9D8D9;
367
        border : 1px solid #B9D8D9;
368
	padding : 1em;
368
    padding : 1em;
369
}
369
}
370
370
371
.tip {
371
.tip {
372
	font-size: 93%;
372
    font-size: 93%;
373
	color : Gray;
373
    color : Gray;
374
}
374
}
375
375
376
.single-line {
376
.single-line {
377
	white-space: nowrap;
377
    white-space: nowrap;
378
}
378
}
379
379
380
.ex {
380
.ex {
381
	font-family : "Courier New", Courier, fixed-width;
381
    font-family : "Courier New", Courier, fixed-width;
382
	font-weight : bold;
382
    font-weight : bold;
383
}
383
}
384
384
385
385
386
div.yui-b h5 {
386
div.yui-b h5 {
387
	font-size : 100%;
387
    font-size : 100%;
388
	margin : .5em 0;
388
    margin : .5em 0;
389
}
389
}
390
390
391
dt {
391
dt {
392
	font-weight : bold;
392
    font-weight : bold;
393
}
393
}
394
394
395
dd {
395
dd {
396
	padding : .2em;
396
    padding : .2em;
397
	font-size : 90%;
397
    font-size : 90%;
398
	text-indent : 2.5em;
398
    text-indent : 2.5em;
399
	font-weight : normal;
399
    font-weight : normal;
400
}
400
}
401
401
402
div#toolbar {
402
div#toolbar {
Lines 407-452 div#toolbar { Link Here
407
}
407
}
408
408
409
ul.toolbar {
409
ul.toolbar {
410
	padding-left : 0;
410
    padding-left : 0;
411
}
411
}
412
412
413
ul.toolbar button {
413
ul.toolbar button {
414
	padding-bottom : 2px;
414
    padding-bottom : 2px;
415
	font-family: arial, verdana, helvetica, sans-serif;
415
    font-family: arial, verdana, helvetica, sans-serif;
416
}
416
}
417
417
418
a.yuimenuitemlabel-disabled, #disabled a {
418
a.yuimenuitemlabel-disabled, #disabled a {
419
	color: #999;
419
    color: #999;
420
}
420
}
421
a.yuimenuitemlabel-disabled, #disabled2 a {
421
a.yuimenuitemlabel-disabled, #disabled2 a {
422
 color: #999;
422
 color: #999;
423
}
423
}
424
a.yuimenuitemlabel-disabled:hover, #disabled a:hover {
424
a.yuimenuitemlabel-disabled:hover, #disabled a:hover {
425
	color : #999;
425
    color : #999;
426
}
426
}
427
a.highlight_toggle {
427
a.highlight_toggle {
428
    display : none;
428
    display : none;
429
}
429
}
430
430
431
ul.toolbar li {
431
ul.toolbar li {
432
	display : inline;
432
    display : inline;
433
	list-style : none;
433
    list-style : none;
434
}
434
}
435
435
436
div.patroninfo {
436
div.patroninfo {
437
	margin-top : -.5em;
437
    margin-top : -.5em;
438
}
438
}
439
439
440
*html div.patroninfo {
440
*html div.patroninfo {
441
	margin-right : .5em;
441
    margin-right : .5em;
442
}
442
}
443
443
444
div.patroninfo h5 {
444
div.patroninfo h5 {
445
    border-right:1px solid #b9d8d9;
445
    border-right:1px solid #b9d8d9;
446
	margin-bottom : 0;
446
    margin-bottom : 0;
447
	padding-left : -.5em;
447
    padding-left : -.5em;
448
	padding-top : .3em;
448
    padding-top : .3em;
449
	padding-bottom : .5em;
449
    padding-bottom : .5em;
450
}
450
}
451
451
452
div.patroninfo h5:empty {
452
div.patroninfo h5:empty {
Lines 454-485 div.patroninfo h5:empty { Link Here
454
}
454
}
455
455
456
div.patroninfo ul {
456
div.patroninfo ul {
457
	border : 0;
457
    border : 0;
458
    border-right:1px solid #b9d8d9;
458
    border-right:1px solid #b9d8d9;
459
	border-bottom : 0;
459
    border-bottom : 0;
460
	border-top : 0;
460
    border-top : 0;
461
	padding : 0;
461
    padding : 0;
462
	margin : 0;
462
    margin : 0;
463
}
463
}
464
464
465
div.patroninfo ul li {
465
div.patroninfo ul li {
466
	margin : 0;
466
    margin : 0;
467
}
467
}
468
468
469
div.patroninfo ul li {
469
div.patroninfo ul li {
470
	list-style-type : none;
470
    list-style-type : none;
471
}
471
}
472
472
473
div.patronviews {
473
div.patronviews {
474
	border-right :  1px solid #000;
474
    border-right :  1px solid #000;
475
	border-top : 1px solid #000;
475
    border-top : 1px solid #000;
476
	margin-bottom : .5em;
476
    margin-bottom : .5em;
477
	padding : .5em 0 .5em 0;
477
    padding : .5em 0 .5em 0;
478
}
478
}
479
}
479
}
480
480
481
.column-tool {
481
.column-tool {
482
	font-size: 80%;
482
    font-size: 80%;
483
}
483
}
484
484
485
fieldset.brief {
485
fieldset.brief {
Lines 488-546 fieldset.brief { Link Here
488
488
489
fieldset.brief label,
489
fieldset.brief label,
490
fieldset.brief span.label {
490
fieldset.brief span.label {
491
	display : block;
491
    display : block;
492
	font-weight : bold;
492
    font-weight : bold;
493
	padding : .3em 0;
493
    padding : .3em 0;
494
}
494
}
495
495
496
fieldset.brief ol, fieldset.brief li {
496
fieldset.brief ol, fieldset.brief li {
497
	list-style-type : none;
497
    list-style-type : none;
498
}
498
}
499
499
500
.hint {
500
.hint {
501
	color : #999999;
501
    color : #999999;
502
	font-size : 95%;
502
    font-size : 95%;
503
}
503
}
504
504
505
fieldset.brief div.hint, fieldset.rows div.hint, div.yui-u div.hint {
505
fieldset.brief div.hint, fieldset.rows div.hint, div.yui-u div.hint {
506
	font-size : 95%;
506
    font-size : 95%;
507
	margin-bottom : .4em;
507
    margin-bottom : .4em;
508
}
508
}
509
509
510
div.yui-b fieldset.brief {
510
div.yui-b fieldset.brief {
511
	padding : .4em .7em;
511
    padding : .4em .7em;
512
}
512
}
513
513
514
div.yui-b fieldset.brief ol {
514
div.yui-b fieldset.brief ol {
515
	font-size : 85%;
515
    font-size : 85%;
516
	margin : 0;
516
    margin : 0;
517
	padding : 0;
517
    padding : 0;
518
}
518
}
519
519
520
div.yui-b fieldset.brief select {
520
div.yui-b fieldset.brief select {
521
	width: 12em;
521
    width: 12em;
522
}
522
}
523
div.yui-b fieldset.brief li.radio {
523
div.yui-b fieldset.brief li.radio {
524
	padding : .7em 0;
524
    padding : .7em 0;
525
}
525
}
526
div.yui-b fieldset.brief li.radio label,
526
div.yui-b fieldset.brief li.radio label,
527
div.yui-b fieldset.brief li.dateinsert label,
527
div.yui-b fieldset.brief li.dateinsert label,
528
div.yui-b fieldset.brief li.dateinsert span.label,
528
div.yui-b fieldset.brief li.dateinsert span.label,
529
div.yui-b fieldset.brief li.radio span.label {
529
div.yui-b fieldset.brief li.radio span.label {
530
	display : inline;
530
    display : inline;
531
}
531
}
532
532
533
div.yui-b fieldset.brief li.radio input {
533
div.yui-b fieldset.brief li.radio input {
534
	padding:0.3em 0;
534
    padding:0.3em 0;
535
}
535
}
536
536
537
div.yui-b fieldset.brief fieldset {
537
div.yui-b fieldset.brief fieldset {
538
	margin : 0 .3em;
538
    margin : 0 .3em;
539
	padding : .5em;
539
    padding : .5em;
540
}
540
}
541
541
542
div.yui-b fieldset.brief fieldset legend {
542
div.yui-b fieldset.brief fieldset legend {
543
	font-size : 85%;
543
    font-size : 85%;
544
}
544
}
545
545
546
fieldset.rows {  
546
fieldset.rows {  
Lines 561-605 fieldset.rows.unselected { Link Here
561
}
561
}
562
562
563
fieldset.rows legend {  
563
fieldset.rows legend {  
564
	margin-left: 1em;
564
    margin-left: 1em;
565
	font-weight: bold;
565
    font-weight: bold;
566
	font-size : 110%;
566
    font-size : 110%;
567
}
567
}
568
568
569
fieldset.rows label, fieldset.rows span.label {  
569
fieldset.rows label, fieldset.rows span.label {  
570
	float: left;  
570
    float: left;
571
	font-weight : bold;
571
    font-weight : bold;
572
	width: 6em;  
572
    width: 6em;
573
	margin-right: 1em;  
573
    margin-right: 1em;
574
	text-align: right;
574
    text-align: right;
575
}
575
}
576
576
577
fieldset.rows fieldset {
577
fieldset.rows fieldset {
578
    background-color: transparent;
578
    background-color: transparent;
579
	border-width : 1px;
579
    border-width : 1px;
580
    margin : 1em;
580
    margin : 1em;
581
	padding : .3em;
581
    padding : .3em;
582
}
582
}
583
583
584
.yui-b fieldset.rows label, .yui-b fieldset.rows span.label {  
584
.yui-b fieldset.rows label, .yui-b fieldset.rows span.label {  
585
	width: 9em;  
585
    width: 9em;
586
}
586
}
587
587
588
.yui-b fieldset.rows div.hint {
588
.yui-b fieldset.rows div.hint {
589
	margin-left : 10.5em;
589
    margin-left : 10.5em;
590
}
590
}
591
591
592
.yui-u fieldset.rows label, .yui-u fieldset.rows span.label {  
592
.yui-u fieldset.rows label, .yui-u fieldset.rows span.label {  
593
	width: 10em;  
593
    width: 10em;
594
}
594
}
595
595
596
.yui-u fieldset.rows div.hint {
596
.yui-u fieldset.rows div.hint {
597
	margin-left : 7.5em;
597
    margin-left : 7.5em;
598
}
598
}
599
599
600
fieldset.rows.left label, fieldset.rows.left span.label {
600
fieldset.rows.left label, fieldset.rows.left span.label {
601
	width : 8em;
601
    width : 8em;
602
	text-align : left;	
602
    text-align : left;
603
}
603
}
604
604
605
fieldset.rows ol {  
605
fieldset.rows ol {  
Lines 616-645 width: 100%; Link Here
616
}
616
}
617
617
618
fieldset.rows.left li {
618
fieldset.rows.left li {
619
	padding-bottom : .4em;
619
    padding-bottom : .4em;
620
}
620
}
621
621
622
fieldset.rows li.radio {
622
fieldset.rows li.radio {
623
	padding-left: 9em;
623
    padding-left: 9em;
624
	width : auto;
624
    width : auto;
625
}
625
}
626
626
627
fieldset.rows li.radio label {
627
fieldset.rows li.radio label {
628
	float : none;
628
    float : none;
629
	width : auto;
629
    width : auto;
630
	margin : 0 0 0 1em;
630
    margin : 0 0 0 1em;
631
}
631
}
632
632
633
fieldset.rows ol.radio label {
633
fieldset.rows ol.radio label {
634
	width : auto;
634
    width : auto;
635
	float : none;
635
    float : none;
636
	margin-right : 0;
636
    margin-right : 0;
637
}
637
}
638
638
639
fieldset.rows ol.radio label.radio {
639
fieldset.rows ol.radio label.radio {
640
	float : left;
640
    float : left;
641
	width : 12em;
641
    width : 12em;
642
	margin-right : 1em;
642
    margin-right : 1em;
643
}
643
}
644
644
645
fieldset.rows caption {
645
fieldset.rows caption {
Lines 651-682 fieldset.rows p { Link Here
651
}
651
}
652
652
653
fieldset.rows table {
653
fieldset.rows table {
654
	font-size : 105%;
654
    font-size : 105%;
655
	clear : both;
655
    clear : both;
656
	margin : 1em 0 1em 1em;
656
    margin : 1em 0 1em 1em;
657
}
657
}
658
658
659
fieldset.rows td label {
659
fieldset.rows td label {
660
	float : none;
660
    float : none;
661
	font-weight : normal;
661
    font-weight : normal;
662
	width : auto;
662
    width : auto;
663
}
663
}
664
664
665
fieldset.rows label.yesno {
665
fieldset.rows label.yesno {
666
	float : none;
666
    float : none;
667
	width : auto;
667
    width : auto;
668
}
668
}
669
669
670
fieldset.rows label.error {
670
fieldset.rows label.error {
671
	float: none;
671
    float: none;
672
	margin-left: 1em;
672
    margin-left: 1em;
673
	width: auto;
673
    width: auto;
674
}
674
}
675
675
676
fieldset.action, div.action {
676
fieldset.action, div.action {
677
    background-color: transparent;
677
    background-color: transparent;
678
	clear : both;
678
    clear : both;
679
	float : none;
679
    float : none;
680
    border : 0px;
680
    border : 0px;
681
  margin: 0;
681
  margin: 0;
682
     padding: .4em .4em .4em .1em;
682
     padding: .4em .4em .4em .1em;
Lines 697-707 width: 100%; Link Here
697
697
698
698
699
div.rows span.label {  
699
div.rows span.label {  
700
	float: left;  
700
    float: left;
701
	font-weight : bold;
701
    font-weight : bold;
702
	width: 9em;  
702
    width: 9em;
703
	margin-right: 1em;  
703
    margin-right: 1em;
704
	text-align: left;
704
    text-align: left;
705
}
705
}
706
706
707
div.rows ol {  
707
div.rows ol {  
Lines 710-716 list-style-type: none; Link Here
710
}
710
}
711
711
712
div.rows ol li li {
712
div.rows ol li li {
713
	border-bottom: 0;
713
    border-bottom: 0;
714
}
714
}
715
715
716
div.rows li {
716
div.rows li {
Lines 724-756 width: 100%; Link Here
724
}
724
}
725
725
726
a.cancel {
726
a.cancel {
727
	padding-left : 1em;
727
    padding-left : 1em;
728
}
728
}
729
729
730
fieldset.rows fieldset.action {
730
fieldset.rows fieldset.action {
731
	padding : 1em;
731
    padding : 1em;
732
}
732
}
733
733
734
fieldset.rows label.inline {
734
fieldset.rows label.inline {
735
	display : inline;
735
    display : inline;
736
	float : none;
736
    float : none;
737
	margin-left : 1em;
737
    margin-left : 1em;
738
	width : auto;
738
    width : auto;
739
}
739
}
740
740
741
fieldset.rows .inputnote {
741
fieldset.rows .inputnote {
742
	clear : left;
742
    clear : left;
743
	float : left;
743
    float : left;
744
	margin : .5em 0 0 11em;
744
    margin : .5em 0 0 11em;
745
}
745
}
746
746
747
.checkedout {
747
.checkedout {
748
	color : #999999;
748
    color : #999999;
749
	font-style : italic;
749
    font-style : italic;
750
}
750
}
751
751
752
.subfield_not_filled {
752
.subfield_not_filled {
753
	background-color : #FFFF99;
753
    background-color : #FFFF99;
754
}
754
}
755
.content_hidden {
755
.content_hidden {
756
    visibility:hidden; /* you propably don't need to change this one */
756
    visibility:hidden; /* you propably don't need to change this one */
Lines 763-794 fieldset.rows .inputnote { Link Here
763
    display:block;
763
    display:block;
764
}
764
}
765
#new_course a, #newbiblio a, #addchild a, #newentry a, #newshelf a, #newmenuc .first-child, #newsupplier .first-child, #newlabel a, #newtemplate a, #newlabelbatch a, #newpatroncardbatch a, #newprofile a, #newsubscription a, #newdictionary a, #newbasket a, #newrootbudget-button, #budgets_menuc .first-child {
765
#new_course a, #newbiblio a, #addchild a, #newentry a, #newshelf a, #newmenuc .first-child, #newsupplier .first-child, #newlabel a, #newtemplate a, #newlabelbatch a, #newpatroncardbatch a, #newprofile a, #newsubscription a, #newdictionary a, #newbasket a, #newrootbudget-button, #budgets_menuc .first-child {
766
	padding-left : 34px;
766
    padding-left : 34px;
767
	background-image: url("../../img/toolbar-new.gif");
767
    background-image: url("../../img/toolbar-new.gif");
768
	background-position : center left;
768
    background-position : center left;
769
	background-repeat : no-repeat;
769
    background-repeat : no-repeat;
770
}
770
}
771
771
772
#changepassword a {
772
#changepassword a {
773
	padding-left : 34px;
773
    padding-left : 34px;
774
	background-image: url("../../img/toolbar-password.gif");
774
    background-image: url("../../img/toolbar-password.gif");
775
	background-position : center left;
775
    background-position : center left;
776
	background-repeat : no-repeat;
776
    background-repeat : no-repeat;
777
}
777
}
778
778
779
#manageorders a {
779
#manageorders a {
780
	padding-left : 34px;
780
    padding-left : 34px;
781
	background-image: url("../../img/toolbar-orders.gif");
781
    background-image: url("../../img/toolbar-orders.gif");
782
	background-position : center left;
782
    background-position : center left;
783
	background-repeat : no-repeat;
783
    background-repeat : no-repeat;
784
}
784
}
785
785
786
786
787
#savemenuc .first-child, #addbiblio .first-child {
787
#savemenuc .first-child, #addbiblio .first-child {
788
	padding-left : 34px;
788
    padding-left : 34px;
789
	background-image: url("../../img/toolbar-save.gif");
789
    background-image: url("../../img/toolbar-save.gif");
790
	background-position : center left;
790
    background-position : center left;
791
	background-repeat : no-repeat;
791
    background-repeat : no-repeat;
792
}
792
}
793
793
794
#editpatron a,
794
#editpatron a,
Lines 802-873 fieldset.rows .inputnote { Link Here
802
#managelabelbatch a,
802
#managelabelbatch a,
803
#manageprofile a,
803
#manageprofile a,
804
#periods_menuc .first-child {
804
#periods_menuc .first-child {
805
	padding-left : 34px;
805
    padding-left : 34px;
806
	background-image: url("../../img/toolbar-edit.gif");
806
    background-image: url("../../img/toolbar-edit.gif");
807
	background-position : center left;
807
    background-position : center left;
808
	background-repeat : no-repeat;
808
    background-repeat : no-repeat;
809
}
809
}
810
810
811
#duplicate a {
811
#duplicate a {
812
	padding-left : 34px;
812
    padding-left : 34px;
813
	background-image: url("../../img/toolbar-duplicate.gif");
813
    background-image: url("../../img/toolbar-duplicate.gif");
814
	background-position : center left;
814
    background-position : center left;
815
	background-repeat : no-repeat;
815
    background-repeat : no-repeat;
816
}
816
}
817
817
818
#receive a {
818
#receive a {
819
	padding-left : 34px;
819
    padding-left : 34px;
820
	background-image: url("../../img/toolbar-receive.gif");
820
    background-image: url("../../img/toolbar-receive.gif");
821
	background-position : center left;
821
    background-position : center left;
822
	background-repeat : no-repeat;
822
    background-repeat : no-repeat;
823
}
823
}
824
824
825
#renew a {
825
#renew a {
826
	padding-left : 34px;
826
    padding-left : 34px;
827
	background-image: url("../../img/toolbar-renew.gif");
827
    background-image: url("../../img/toolbar-renew.gif");
828
	background-position : center left;
828
    background-position : center left;
829
	background-repeat : no-repeat;
829
    background-repeat : no-repeat;
830
}
830
}
831
831
832
#deletebiblio button, #deletebiblio a, #deletepatron a, #deleteshelf .first-child, #delete a {
832
#deletebiblio button, #deletebiblio a, #deletepatron a, #deleteshelf .first-child, #delete a {
833
	padding-left : 34px;
833
    padding-left : 34px;
834
	background-image: url("../../img/toolbar-delete.gif");
834
    background-image: url("../../img/toolbar-delete.gif");
835
	background-position : center left;
835
    background-position : center left;
836
	background-repeat : no-repeat;
836
    background-repeat : no-repeat;
837
}
837
}
838
838
839
#z3950search .first-child {
839
#z3950search .first-child {
840
	padding-left : 34px;
840
    padding-left : 34px;
841
	background-image: url("../../img/toolbar-search.gif");
841
    background-image: url("../../img/toolbar-search.gif");
842
	background-position : center left;
842
    background-position : center left;
843
	background-repeat : no-repeat;
843
    background-repeat : no-repeat;
844
}
844
}
845
#z3950searcht table {
845
#z3950searcht table {
846
	/* doesn't have desired effect in catalogue/results.tmpl - I'll leave this here for now but there do seem to be casscading CSS errors in this and other CSS fiels - RICKW 20081118 */
846
    /* doesn't have desired effect in catalogue/results.tmpl - I'll leave this here for now but there do seem to be casscading CSS errors in this and other CSS fiels - RICKW 20081118 */
847
	padding: 20px;
847
    padding: 20px;
848
	border: none;
848
    border: none;
849
}
849
}
850
#printbiblio button, #printbiblio a, #printmenuc .first-child {
850
#printbiblio button, #printbiblio a, #printmenuc .first-child {
851
	padding-left : 34px;
851
    padding-left : 34px;
852
	background-image: url("../../img/toolbar-print.gif");
852
    background-image: url("../../img/toolbar-print.gif");
853
	background-position : center left;
853
    background-position : center left;
854
	background-repeat : no-repeat;
854
    background-repeat : no-repeat;
855
}
855
}
856
856
857
#addtoshelf button, #addtoshelf a {
857
#addtoshelf button, #addtoshelf a {
858
	padding-left : 34px;
858
    padding-left : 34px;
859
	background-image: url("../../img/toolbar-add-to-shelf.gif");
859
    background-image: url("../../img/toolbar-add-to-shelf.gif");
860
	background-position : center left;
860
    background-position : center left;
861
	background-repeat : no-repeat;
861
    background-repeat : no-repeat;
862
}
862
}
863
863
864
#placehold a,
864
#placehold a,
865
#placehold button,
865
#placehold button,
866
#holdfor .first-child {
866
#holdfor .first-child {
867
	padding-left : 34px;
867
    padding-left : 34px;
868
	background-image: url("../../img/toolbar-hold.gif");
868
    background-image: url("../../img/toolbar-hold.gif");
869
	background-position : center left;
869
    background-position : center left;
870
	background-repeat : no-repeat;
870
    background-repeat : no-repeat;
871
}
871
}
872
872
873
#placeholdc #yui-gen13 { border-top : 1px solid #CCCCCC; margin-top : .3em; }
873
#placeholdc #yui-gen13 { border-top : 1px solid #CCCCCC; margin-top : .3em; }
Lines 875-881 fieldset.rows .inputnote { Link Here
875
#holdfor .first-child { padding-left : 17px; }
875
#holdfor .first-child { padding-left : 17px; }
876
876
877
#editmenuc .first-child, #deleteshelf .first-child,#newmenuc .first-child, #addbiblio .first-child, #z3950search .first-child, #printmenuc .first-child, #newsupplier .first-child, #savemenuc .first-child, #budgets_menuc .first-child, #periods_menuc .first-child {
877
#editmenuc .first-child, #deleteshelf .first-child,#newmenuc .first-child, #addbiblio .first-child, #z3950search .first-child, #printmenuc .first-child, #newsupplier .first-child, #savemenuc .first-child, #budgets_menuc .first-child, #periods_menuc .first-child {
878
	padding-left : 15px;
878
    padding-left : 15px;
879
}
879
}
880
880
881
.error,
881
.error,
Lines 886-970 fieldset.rows .inputnote { Link Here
886
}
886
}
887
887
888
div.error {
888
div.error {
889
	border : 2px dashed #990000;
889
    border : 2px dashed #990000;
890
	background-color : #FFFF99;
890
    background-color : #FFFF99;
891
	padding : .5em;
891
    padding : .5em;
892
	margin : 1em;
892
    margin : 1em;
893
}
893
}
894
894
895
input.alert {
895
input.alert {
896
	background-color : #FFFF99;
896
    background-color : #FFFF99;
897
	border-color: #900;
897
    border-color: #900;
898
}
898
}
899
899
900
ol.bibliodetails {
900
ol.bibliodetails {
901
	float: left;
901
    float: left;
902
	margin : 0 0 1em 1em;
902
    margin : 0 0 1em 1em;
903
}
903
}
904
904
905
ol.bibliodetails li {
905
ol.bibliodetails li {
906
	border-bottom: 1px solid #E8E8E8;
906
    border-bottom: 1px solid #E8E8E8;
907
	list-style-type : none;
907
    list-style-type : none;
908
	padding : .1em;
908
    padding : .1em;
909
}
909
}
910
910
911
ol.bibliodetails span.label {
911
ol.bibliodetails span.label {
912
	border-right : 1px solid #E8E8E8;
912
    border-right : 1px solid #E8E8E8;
913
	float : left;
913
    float : left;
914
	font-weight: bold;
914
    font-weight: bold;
915
	width: 12em;  
915
    width: 12em;
916
	margin-right: 1em;  
916
    margin-right: 1em;
917
}
917
}
918
918
919
div.listgroup {
919
div.listgroup {
920
	clear :  left;
920
    clear :  left;
921
}
921
}
922
922
923
div.listgroup h4 {
923
div.listgroup h4 {
924
	font-style: italic;
924
    font-style: italic;
925
}
925
}
926
926
927
div.listgroup h4 a {
927
div.listgroup h4 a {
928
	font-size :  80%;
928
    font-size :  80%;
929
}
929
}
930
930
931
div.listgroup input {
931
div.listgroup input {
932
	font-size: 80%;
932
    font-size: 80%;
933
}
933
}
934
934
935
div.sysprefs h3 {
935
div.sysprefs h3 {
936
	margin : .2em 0 .2em .4em;
936
    margin : .2em 0 .2em .4em;
937
}
937
}
938
938
939
div.sysprefs dl {
939
div.sysprefs dl {
940
	margin-left : 1.5em;
940
    margin-left : 1.5em;
941
}
941
}
942
942
943
div.sysprefs div.hint {
943
div.sysprefs div.hint {
944
	width : 25%;
944
    width : 25%;
945
	float : right;
945
    float : right;
946
	padding : .5em;
946
    padding : .5em;
947
	margin : .7em;
947
    margin : .7em;
948
}
948
}
949
949
950
tr.highlight td {
950
tr.highlight td {
951
	background-color : #F6F6F6;
951
    background-color : #F6F6F6;
952
	border-color : #BCBCBC;
952
    border-color : #BCBCBC;
953
}
953
}
954
954
955
tr.highlight th[scope=row] {
955
tr.highlight th[scope=row] {
956
	background-color : #DDDDDD;
956
    background-color : #DDDDDD;
957
	border-color : #BCBCBC;
957
    border-color : #BCBCBC;
958
}
958
}
959
959
960
#circ_circulation_issue label {
960
#circ_circulation_issue label {
961
	font-size: 105%;
961
    font-size: 105%;
962
	font-weight : bold;
962
    font-weight : bold;
963
}
963
}
964
964
965
#circ_circulation_issue div.hint {
965
#circ_circulation_issue div.hint {
966
	color : #666666;
966
    color : #666666;
967
	margin: .2em 0;
967
    margin: .2em 0;
968
}
968
}
969
969
970
.date-select {
970
.date-select {
Lines 983-1135 tr.highlight th[scope=row] { Link Here
983
}
983
}
984
984
985
tr.expired td {
985
tr.expired td {
986
	color : #999999;
986
    color : #999999;
987
}
987
}
988
988
989
span.expired {
989
span.expired {
990
	color : #990000;
990
    color : #990000;
991
	font-style : italic;
991
    font-style : italic;
992
}
992
}
993
993
994
div.help {
994
div.help {
995
	margin: .9em 0 0 0;  
995
    margin: .9em 0 0 0;
996
}
996
}
997
997
998
.blocker {
998
.blocker {
999
	color : #990000;
999
    color : #990000;
1000
}
1000
}
1001
1001
1002
.circmessage li {
1002
.circmessage li {
1003
	list-style : url(../../img/arrow-bullet.gif);
1003
    list-style : url(../../img/arrow-bullet.gif);
1004
	margin-bottom : .2em;
1004
    margin-bottom : .2em;
1005
}
1005
}
1006
1006
1007
div.circmessage:first-child {
1007
div.circmessage:first-child {
1008
	margin-top : 1em;
1008
    margin-top : 1em;
1009
}
1009
}
1010
1010
1011
div.circmessage {
1011
div.circmessage {
1012
	padding: 0 .4em .4em .4em;
1012
    padding: 0 .4em .4em .4em;
1013
	margin-bottom : .3em;
1013
    margin-bottom : .3em;
1014
}
1014
}
1015
1015
1016
span.circ-hlt {
1016
span.circ-hlt {
1017
	color : #cc0000;
1017
    color : #cc0000;
1018
	font-weight : bold;
1018
    font-weight : bold;
1019
}
1019
}
1020
1020
1021
div.first fieldset {
1021
div.first fieldset {
1022
	margin-right : 0;
1022
    margin-right : 0;
1023
}
1023
}
1024
1024
1025
#circ_needsconfirmation {
1025
#circ_needsconfirmation {
1026
	margin : auto;
1026
    margin : auto;
1027
}
1027
}
1028
1028
1029
.dialog {
1029
.dialog {
1030
	-moz-border-radius : 2px;
1030
    -moz-border-radius : 2px;
1031
	border-radius : 2px;
1031
    border-radius : 2px;
1032
	padding : .5em;
1032
    padding : .5em;
1033
	margin : 1em auto;
1033
    margin : 1em auto;
1034
	text-align : center;
1034
    text-align : center;
1035
	width: 65%;
1035
    width: 65%;
1036
}
1036
}
1037
1037
1038
.dialog table {
1038
.dialog table {
1039
	margin : .5em auto;
1039
    margin : .5em auto;
1040
}
1040
}
1041
1041
1042
.dialog table th {
1042
.dialog table th {
1043
	text-align : right;
1043
    text-align : right;
1044
}
1044
}
1045
1045
1046
.dialog table td {
1046
.dialog table td {
1047
	text-align : left;
1047
    text-align : left;
1048
}
1048
}
1049
  
1049
  
1050
.dialog  h2, .dialog h3, .dialog h4 {
1050
.dialog  h2, .dialog h3, .dialog h4 {
1051
  	margin : auto;
1051
    margin : auto;
1052
	text-align : center;
1052
    text-align : center;
1053
  }
1053
  }
1054
  
1054
  
1055
.dialog input {
1055
.dialog input {
1056
 	background-color : #FFF;
1056
    background-color : #FFF;
1057
 	border : 1px solid #bcbcbc;
1057
    border : 1px solid #bcbcbc;
1058
	margin : .4em;
1058
    margin : .4em;
1059
	padding : .4em .4em .4em 25px;
1059
    padding : .4em .4em .4em 25px;
1060
 }
1060
 }
1061
1061
1062
 .dialog input[type="submit"] {
1062
 .dialog input[type="submit"] {
1063
	background : #FFF none;
1063
    background : #FFF none;
1064
 }
1064
 }
1065
 
1065
 
1066
.dialog input.approve, td input.approve {
1066
.dialog input.approve, td input.approve {
1067
 	background : #FFF url(../../img/approve.gif) no-repeat 4px center;
1067
    background : #FFF url(../../img/approve.gif) no-repeat 4px center;
1068
	padding : .4em .4em .4em 25px;	
1068
    padding : .4em .4em .4em 25px;
1069
 }
1069
 }
1070
 
1070
 
1071
td input.approve {
1071
td input.approve {
1072
	background-color : #FFC;
1072
    background-color : #FFC;
1073
}
1073
}
1074
1074
1075
.dialog input.deny {
1075
.dialog input.deny {
1076
 	background : #FFF url(../../img/deny.gif) no-repeat 4px center;
1076
    background : #FFF url(../../img/deny.gif) no-repeat 4px center;
1077
	padding : .4em .4em .4em 25px;
1077
    padding : .4em .4em .4em 25px;
1078
 }
1078
 }
1079
1079
1080
.dialog input.save {
1080
.dialog input.save {
1081
	background: #fff url(../../img/toolbar-save.gif) no-repeat 4px center;
1081
    background: #fff url(../../img/toolbar-save.gif) no-repeat 4px center;
1082
	color:black;
1082
    color:black;
1083
	padding: .4em .4em .4em 34px;
1083
    padding: .4em .4em .4em 34px;
1084
}
1084
}
1085
1085
1086
.dialog input.edit {
1086
.dialog input.edit {
1087
	background: #fff url(../../img/toolbar-edit.gif) no-repeat 4px center;
1087
    background: #fff url(../../img/toolbar-edit.gif) no-repeat 4px center;
1088
	color:black;
1088
    color:black;
1089
	max-width : 13em;
1089
    max-width : 13em;
1090
	padding: .4em .4em .4em 34px;
1090
    padding: .4em .4em .4em 34px;
1091
	white-space: normal;
1091
    white-space: normal;
1092
}
1092
}
1093
1093
1094
.dialog input.new {
1094
.dialog input.new {
1095
	background: #fff url(../../img/toolbar-new.gif) no-repeat 4px center;
1095
    background: #fff url(../../img/toolbar-new.gif) no-repeat 4px center;
1096
	color:black;
1096
    color:black;
1097
	max-width : 13em;
1097
    max-width : 13em;
1098
	padding: .4em .4em .4em 34px;
1098
    padding: .4em .4em .4em 34px;
1099
	white-space: normal;
1099
    white-space: normal;
1100
}
1100
}
1101
1101
1102
.dialog input.print {
1102
.dialog input.print {
1103
 	background : #FFF url(../../img/print-confirm.gif) no-repeat 4px center;
1103
    background : #FFF url(../../img/print-confirm.gif) no-repeat 4px center;
1104
	padding : .4em .4em .4em 25px;	
1104
    padding : .4em .4em .4em 25px;
1105
}
1105
}
1106
1106
1107
.dialog input:hover {
1107
.dialog input:hover {
1108
 	background-color : #ffc;
1108
    background-color : #ffc;
1109
 }
1109
 }
1110
1110
1111
div.dialog {
1111
div.dialog {
1112
	border: 1px solid #bcbcbc;
1112
    border: 1px solid #bcbcbc;
1113
    text-align : center;
1113
    text-align : center;
1114
}
1114
}
1115
1115
1116
div.alert {
1116
div.alert {
1117
	background: #fef8d3; /* Old browsers */
1117
    background: #fef8d3; /* Old browsers */
1118
	background: -moz-linear-gradient(top, #fef8d3 0%, #ffec91 9%, #ffed87 89%, #f9dc00 100%); /* FF3.6+ */
1118
    background: -moz-linear-gradient(top, #fef8d3 0%, #ffec91 9%, #ffed87 89%, #f9dc00 100%); /* FF3.6+ */
1119
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fef8d3), color-stop(9%,#ffec91), color-stop(89%,#ffed87), color-stop(100%,#f9dc00)); /* Chrome,Safari4+ */
1119
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fef8d3), color-stop(9%,#ffec91), color-stop(89%,#ffed87), color-stop(100%,#f9dc00)); /* Chrome,Safari4+ */
1120
	background: -webkit-linear-gradient(top, #fef8d3 0%,#ffec91 9%,#ffed87 89%,#f9dc00 100%); /* Chrome10+,Safari5.1+ */
1120
    background: -webkit-linear-gradient(top, #fef8d3 0%,#ffec91 9%,#ffed87 89%,#f9dc00 100%); /* Chrome10+,Safari5.1+ */
1121
	background: -o-linear-gradient(top, #fef8d3 0%,#ffec91 9%,#ffed87 89%,#f9dc00 100%); /* Opera11.10+ */
1121
    background: -o-linear-gradient(top, #fef8d3 0%,#ffec91 9%,#ffed87 89%,#f9dc00 100%); /* Opera11.10+ */
1122
	background: -ms-linear-gradient(top, #fef8d3 0%,#ffec91 9%,#ffed87 89%,#f9dc00 100%); /* IE10+ */
1122
    background: -ms-linear-gradient(top, #fef8d3 0%,#ffec91 9%,#ffed87 89%,#f9dc00 100%); /* IE10+ */
1123
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef8d3', endColorstr='#f9dc00',GradientType=0 ); /* IE6-9 */
1123
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef8d3', endColorstr='#f9dc00',GradientType=0 ); /* IE6-9 */
1124
	background: linear-gradient(top, #fef8d3 0%,#ffec91 9%,#ffed87 89%,#f9dc00 100%); /* W3C */
1124
    background: linear-gradient(top, #fef8d3 0%,#ffec91 9%,#ffed87 89%,#f9dc00 100%); /* W3C */
1125
	  text-align : center;
1125
      text-align : center;
1126
	border: 1px solid #E0C726;
1126
    border: 1px solid #E0C726;
1127
    color : inherit;
1127
    color : inherit;
1128
    text-shadow : none;
1128
    text-shadow : none;
1129
}
1129
}
1130
1130
1131
div.alert strong {
1131
div.alert strong {
1132
	color : #900;
1132
    color : #900;
1133
}
1133
}
1134
1134
1135
.dialog li {
1135
.dialog li {
Lines 1147-1216 a.clone-field { Link Here
1147
}
1147
}
1148
1148
1149
a.document {
1149
a.document {
1150
	background-position : left middle;
1150
    background-position : left middle;
1151
	background-repeat : no-repeat;
1151
    background-repeat : no-repeat;
1152
	padding-left : 20px;
1152
    padding-left : 20px;
1153
}
1153
}
1154
1154
1155
a.pdf {
1155
a.pdf {
1156
	background-image : url("../../img/famfamfam/silk/page_white_acrobat.png");
1156
    background-image : url("../../img/famfamfam/silk/page_white_acrobat.png");
1157
}
1157
}
1158
1158
1159
a.csv {
1159
a.csv {
1160
	background-image : url("../../img/famfamfam/silk/page_white_excel.png");
1160
    background-image : url("../../img/famfamfam/silk/page_white_excel.png");
1161
}
1161
}
1162
1162
1163
a.xml {
1163
a.xml {
1164
	background-image : url("../../img/famfamfam/silk/page_white_code.png");
1164
    background-image : url("../../img/famfamfam/silk/page_white_code.png");
1165
}
1165
}
1166
1166
1167
div.message {
1167
div.message {
1168
	background: #ffffff; /* Old browsers */
1168
    background: #ffffff; /* Old browsers */
1169
	background: -moz-linear-gradient(top, #ffffff 0%, #f4f6fa 2%, #eaeef5 23%, #e8edf6 94%, #cddbf2 100%); /* FF3.6+ */
1169
    background: -moz-linear-gradient(top, #ffffff 0%, #f4f6fa 2%, #eaeef5 23%, #e8edf6 94%, #cddbf2 100%); /* FF3.6+ */
1170
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(2%,#f4f6fa), color-stop(23%,#eaeef5), color-stop(94%,#e8edf6), color-stop(100%,#cddbf2)); /* Chrome,Safari4+ */
1170
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(2%,#f4f6fa), color-stop(23%,#eaeef5), color-stop(94%,#e8edf6), color-stop(100%,#cddbf2)); /* Chrome,Safari4+ */
1171
	background: -webkit-linear-gradient(top, #ffffff 0%,#f4f6fa 2%,#eaeef5 23%,#e8edf6 94%,#cddbf2 100%); /* Chrome10+,Safari5.1+ */
1171
    background: -webkit-linear-gradient(top, #ffffff 0%,#f4f6fa 2%,#eaeef5 23%,#e8edf6 94%,#cddbf2 100%); /* Chrome10+,Safari5.1+ */
1172
	background: -o-linear-gradient(top, #ffffff 0%,#f4f6fa 2%,#eaeef5 23%,#e8edf6 94%,#cddbf2 100%); /* Opera11.10+ */
1172
    background: -o-linear-gradient(top, #ffffff 0%,#f4f6fa 2%,#eaeef5 23%,#e8edf6 94%,#cddbf2 100%); /* Opera11.10+ */
1173
	background: -ms-linear-gradient(top, #ffffff 0%,#f4f6fa 2%,#eaeef5 23%,#e8edf6 94%,#cddbf2 100%); /* IE10+ */
1173
    background: -ms-linear-gradient(top, #ffffff 0%,#f4f6fa 2%,#eaeef5 23%,#e8edf6 94%,#cddbf2 100%); /* IE10+ */
1174
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeef5', endColorstr='#cddbf2',GradientType=0 ); /* IE6-9 */
1174
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeef5', endColorstr='#cddbf2',GradientType=0 ); /* IE6-9 */
1175
	background: linear-gradient(top, #ffffff 0%,#f4f6fa 2%,#eaeef5 23%,#e8edf6 94%,#cddbf2 100%); /* W3C */
1175
    background: linear-gradient(top, #ffffff 0%,#f4f6fa 2%,#eaeef5 23%,#e8edf6 94%,#cddbf2 100%); /* W3C */
1176
  	border : 1px solid #bcbcbc;
1176
    border : 1px solid #bcbcbc;
1177
  	text-align: center;
1177
    text-align: center;
1178
	width : 55%;
1178
    width : 55%;
1179
}
1179
}
1180
1180
1181
div.message ul,
1181
div.message ul,
1182
div.message h5 {
1182
div.message h5 {
1183
	padding-left : 25%;
1183
    padding-left : 25%;
1184
	text-align : left;
1184
    text-align : left;
1185
}
1185
}
1186
1186
1187
div.message ul+h4 {
1187
div.message ul+h4 {
1188
	margin-top : .7em;
1188
    margin-top : .7em;
1189
}
1189
}
1190
1190
1191
div.note {
1191
div.note {
1192
	background: #f4f6fa;
1192
    background: #f4f6fa;
1193
	background-repeat : no-repeat;
1193
    background-repeat : no-repeat;
1194
	background-position : left center;
1194
    background-position : left center;
1195
	background-image : url("../../img/note.png");
1195
    background-image : url("../../img/note.png");
1196
	background-image: url("../../img/note.png"), -moz-linear-gradient(top, #f4f6fa 0%, #e8edf6 100%); /* FF3.6+ */
1196
    background-image: url("../../img/note.png"), -moz-linear-gradient(top, #f4f6fa 0%, #e8edf6 100%); /* FF3.6+ */
1197
	background-image: url("../../img/note.png"), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f6fa), color-stop(100%,#e8edf6)); /* Chrome,Safari4+ */
1197
    background-image: url("../../img/note.png"), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f6fa), color-stop(100%,#e8edf6)); /* Chrome,Safari4+ */
1198
	background-image: url("../../img/note.png"), -webkit-linear-gradient(top, #f4f6fa 0%,#e8edf6 100%); /* Chrome10+,Safari5.1+ */
1198
    background-image: url("../../img/note.png"), -webkit-linear-gradient(top, #f4f6fa 0%,#e8edf6 100%); /* Chrome10+,Safari5.1+ */
1199
	background-image: url("../../img/note.png"), -o-linear-gradient(top, #f4f6fa 0%,#e8edf6 100%); /* Opera11.10+ */
1199
    background-image: url("../../img/note.png"), -o-linear-gradient(top, #f4f6fa 0%,#e8edf6 100%); /* Opera11.10+ */
1200
	background-image: url("../../img/note.png"), -ms-linear-gradient(top, #f4f6fa 0%,#e8edf6 100%); /* IE10+ */
1200
    background-image: url("../../img/note.png"), -ms-linear-gradient(top, #f4f6fa 0%,#e8edf6 100%); /* IE10+ */
1201
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f6fa', endColorstr='#e8edf6',GradientType=0 ); /* IE6-9 */
1201
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f6fa', endColorstr='#e8edf6',GradientType=0 ); /* IE6-9 */
1202
	background-image: url("../../img/note.png"), linear-gradient(top, #f4f6fa 0%,#e8edf6 100%); /* W3C */
1202
    background-image: url("../../img/note.png"), linear-gradient(top, #f4f6fa 0%,#e8edf6 100%); /* W3C */
1203
	border : 1px solid #BCBCBC;
1203
    border : 1px solid #BCBCBC;
1204
	padding : .5em .5em .5em 20px;
1204
    padding : .5em .5em .5em 20px;
1205
	margin : .5em 0;
1205
    margin : .5em 0;
1206
}
1206
}
1207
 
1207
 
1208
 div.results {
1208
 div.results {
1209
 	padding : .7em 0;
1209
    padding : .7em 0;
1210
 }
1210
 }
1211
 
1211
 
1212
 .accesskey {
1212
 .accesskey {
1213
 	text-decoration : underline;
1213
    text-decoration : underline;
1214
 }
1214
 }
1215
 
1215
 
1216
label.required,
1216
label.required,
Lines 1219-1226 span.required { Link Here
1219
}
1219
}
1220
1220
1221
span.required {
1221
span.required {
1222
	font-style : italic;
1222
    font-style : italic;
1223
	margin-left : .5em;
1223
    margin-left : .5em;
1224
}
1224
}
1225
1225
1226
.missing{
1226
.missing{
Lines 1229-1239 span.required { Link Here
1229
1229
1230
.term {
1230
.term {
1231
    background-color: #FFC;
1231
    background-color: #FFC;
1232
	 color : #990000;
1232
     color : #990000;
1233
}
1233
}
1234
1234
1235
a .term {
1235
a .term {
1236
	 text-decoration : underline;
1236
     text-decoration : underline;
1237
}
1237
}
1238
1238
1239
/* style for shelving location in catalogsearch */
1239
/* style for shelving location in catalogsearch */
Lines 1243-1265 a .term { Link Here
1243
}
1243
}
1244
1244
1245
a:hover .term {
1245
a:hover .term {
1246
	color : #FF9090;
1246
    color : #FF9090;
1247
}
1247
}
1248
1248
1249
div#menu {
1249
div#menu {
1250
    border-right:1px solid #b9d8d9;
1250
    border-right:1px solid #b9d8d9;
1251
	margin-right: .5em;
1251
    margin-right: .5em;
1252
	padding-top: 1em;
1252
    padding-top: 1em;
1253
	padding-bottom: 2em;
1253
    padding-bottom: 2em;
1254
}
1254
}
1255
1255
1256
*html #menu li {
1256
*html #menu li {
1257
	display : inline;
1257
    display : inline;
1258
}
1258
}
1259
1259
1260
div#menu li a {
1260
div#menu li a {
1261
	text-decoration: none;
1261
    text-decoration: none;
1262
	display: block;
1262
    display: block;
1263
1263
1264
              background: #e8f0f6; /* Old browsers */
1264
              background: #e8f0f6; /* Old browsers */
1265
        background: -moz-linear-gradient(left, #e8f0f6 0%, #e8f0f6 96%, #c1c1c1 100%); /* FF3.6+ */
1265
        background: -moz-linear-gradient(left, #e8f0f6 0%, #e8f0f6 96%, #c1c1c1 100%); /* FF3.6+ */
Lines 1268-1282 div#menu li a { Link Here
1268
     background: -o-linear-gradient(left, #e8f0f6 0%,#e8f0f6 96%,#c1c1c1 100%); /* Opera11.10+ */
1268
     background: -o-linear-gradient(left, #e8f0f6 0%,#e8f0f6 96%,#c1c1c1 100%); /* Opera11.10+ */
1269
   background: -ms-linear-gradient(left, #e8f0f6 0%,#e8f0f6 96%,#c1c1c1 100%); /* IE10+ */
1269
   background: -ms-linear-gradient(left, #e8f0f6 0%,#e8f0f6 96%,#c1c1c1 100%); /* IE10+ */
1270
       background: linear-gradient(left, #e8f0f6 0%,#e8f0f6 96%,#c1c1c1 100%); /* W3C */
1270
       background: linear-gradient(left, #e8f0f6 0%,#e8f0f6 96%,#c1c1c1 100%); /* W3C */
1271
	-moz-border-top-left-radius: 5px;
1271
    -moz-border-top-left-radius: 5px;
1272
	border-top-left-radius: 5px;
1272
    border-top-left-radius: 5px;
1273
	-moz-border-bottom-left-radius: 5px;
1273
    -moz-border-bottom-left-radius: 5px;
1274
	border-bottom-left-radius: 5px;
1274
    border-bottom-left-radius: 5px;
1275
    border:1px solid #b9d8d9;
1275
    border:1px solid #b9d8d9;
1276
	font-size: 111%;
1276
    font-size: 111%;
1277
	margin: .5em 0;
1277
    margin: .5em 0;
1278
	padding: .4em .3em;
1278
    padding: .4em .3em;
1279
	margin-right :  -1px;
1279
    margin-right :  -1px;
1280
}
1280
}
1281
1281
1282
div#menu li a:hover {
1282
div#menu li a:hover {
Lines 1293-1310 div#menu li a:hover { Link Here
1293
}
1293
}
1294
1294
1295
div#menu li.active a:hover {
1295
div#menu li.active a:hover {
1296
	background-color: #fff;
1296
    background-color: #fff;
1297
    color :  #538200;
1297
    color :  #538200;
1298
}
1298
}
1299
1299
1300
#menu ul li {
1300
#menu ul li {
1301
	list-style-type: none;
1301
    list-style-type: none;
1302
}
1302
}
1303
1303
1304
#menu ul li.active a {
1304
#menu ul li.active a {
1305
	background-color: #FFF;
1305
    background-color: #FFF;
1306
	background-image : none;
1306
    background-image : none;
1307
	font-weight: bold;
1307
    font-weight: bold;
1308
    color:#000000;
1308
    color:#000000;
1309
    border-left: 1px solid #85CA11;
1309
    border-left: 1px solid #85CA11;
1310
    border-top: 1px solid #85CA11;
1310
    border-top: 1px solid #85CA11;
Lines 1313-1381 div#menu li.active a:hover { Link Here
1313
}
1313
}
1314
1314
1315
h1#logo {
1315
h1#logo {
1316
	border:0pt none;
1316
    border:0pt none;
1317
	float:left !important;
1317
    float:left !important;
1318
	margin:0;
1318
    margin:0;
1319
	padding:0;
1319
    padding:0;
1320
	width:180px;
1320
    width:180px;
1321
}
1321
}
1322
h1#logo {
1322
h1#logo {
1323
	background:transparent url(../../img/koha-logo-medium.gif) no-repeat scroll 0%;
1323
    background:transparent url(../../img/koha-logo-medium.gif) no-repeat scroll 0%;
1324
	margin:0.75em .3em 0.75em .7em;
1324
    margin:0.75em .3em 0.75em .7em;
1325
}
1325
}
1326
1326
1327
*html h1#logo {
1327
*html h1#logo {
1328
	margin : 0.75em .3em 0.75em .3em;
1328
    margin : 0.75em .3em 0.75em .3em;
1329
}
1329
}
1330
1330
1331
h1#logo a {
1331
h1#logo a {
1332
	border:0;
1332
    border:0;
1333
	cursor:pointer;
1333
    cursor:pointer;
1334
	display:block;
1334
    display:block;
1335
	height:0px !important;
1335
    height:0px !important;
1336
	margin:0;
1336
    margin:0;
1337
	overflow:hidden;
1337
    overflow:hidden;
1338
	padding:44px 0 0;
1338
    padding:44px 0 0;
1339
	text-decoration:none;
1339
    text-decoration:none;
1340
	width:180px;
1340
    width:180px;
1341
}
1341
}
1342
1342
1343
#closewindow {
1343
#closewindow {
1344
	margin-top : 2em;
1344
    margin-top : 2em;
1345
	text-align : center;
1345
    text-align : center;
1346
}
1346
}
1347
1347
1348
#closewindow a {
1348
#closewindow a {
1349
	font-weight : bold;	
1349
    font-weight : bold;
1350
}
1350
}
1351
1351
1352
.patroninfo+#menu {
1352
.patroninfo+#menu {
1353
	margin-right : 0;
1353
    margin-right : 0;
1354
}
1354
}
1355
1355
1356
.barcode {
1356
.barcode {
1357
	font-size :  200%;
1357
    font-size :  200%;
1358
}
1358
}
1359
1359
1360
li.email a {
1360
li.email a {
1361
	display:block;
1361
    display:block;
1362
	overflow:hidden;
1362
    overflow:hidden;
1363
	width:13em;
1363
    width:13em;
1364
}
1364
}
1365
li.email {
1365
li.email {
1366
	background: #FFF url(../../img/elipsis.gif) right bottom no-repeat;
1366
    background: #FFF url(../../img/elipsis.gif) right bottom no-repeat;
1367
	font-size :  87%;
1367
    font-size :  87%;
1368
	overflow:hidden;
1368
    overflow:hidden;
1369
	padding :0 10px 0 0;
1369
    padding :0 10px 0 0;
1370
	width:13em;
1370
    width:13em;
1371
}
1371
}
1372
1372
1373
.empty {
1373
.empty {
1374
	color : #CCC;
1374
    color : #CCC;
1375
}
1375
}
1376
1376
1377
.address {
1377
.address {
1378
	font-size: 110%;
1378
    font-size: 110%;
1379
}
1379
}
1380
1380
1381
.clearfix:after {
1381
.clearfix:after {
Lines 1391-1409 li.email { Link Here
1391
/* End hide from IE-mac */
1391
/* End hide from IE-mac */
1392
1392
1393
.title {
1393
.title {
1394
	font-weight : bold;
1394
    font-weight : bold;
1395
	font-size : 105%;
1395
    font-size : 105%;
1396
}
1396
}
1397
1397
1398
.hold {
1398
.hold {
1399
	float : right;
1399
    float : right;
1400
	font-size: 90%;
1400
    font-size: 90%;
1401
	margin: 0;
1401
    margin: 0;
1402
}
1402
}
1403
1403
1404
.thumbnail {
1404
.thumbnail {
1405
	display : block;
1405
    display : block;
1406
	margin : auto;
1406
    margin : auto;
1407
}
1407
}
1408
1408
1409
.thumbnails > li {
1409
.thumbnails > li {
Lines 1411-1450 li.email { Link Here
1411
}
1411
}
1412
1412
1413
#searchresults ul li {
1413
#searchresults ul li {
1414
	font-size : 90%;
1414
    font-size : 90%;
1415
	list-style : url(../../img/item-bullet.gif);
1415
    list-style : url(../../img/item-bullet.gif);
1416
	padding : .2em 0;
1416
    padding : .2em 0;
1417
        clear : left;
1417
        clear : left;
1418
}
1418
}
1419
1419
1420
#searchresults span.status {
1420
#searchresults span.status {
1421
	clear : left;
1421
    clear : left;
1422
	color : #900;
1422
    color : #900;
1423
	display : block;
1423
    display : block;
1424
}
1424
}
1425
1425
1426
#searchresults span.unavailable {
1426
#searchresults span.unavailable {
1427
	clear : left;
1427
    clear : left;
1428
	display : block;
1428
    display : block;
1429
}
1429
}
1430
1430
1431
#searchresults .availability strong {
1431
#searchresults .availability strong {
1432
	display : block;
1432
    display : block;
1433
}
1433
}
1434
1434
1435
#searchresults ul li img {
1435
#searchresults ul li img {
1436
	float : left;
1436
    float : left;
1437
	margin : 3px 5px 3px -5px;
1437
    margin : 3px 5px 3px -5px;
1438
}
1438
}
1439
1439
1440
#searchresults table td {
1440
#searchresults table td {
1441
	vertical-align : top;
1441
    vertical-align : top;
1442
}
1442
}
1443
1443
1444
#searchheader {
1444
#searchheader {
1445
     background-color : #E6F0F2;
1445
     background-color : #E6F0F2;
1446
	font-size : 80%;
1446
    font-size : 80%;
1447
	margin : 0 0 .5em -1px;
1447
    margin : 0 0 .5em -1px;
1448
    padding : .4em 0 .4em 1em;
1448
    padding : .4em 0 .4em 1em;
1449
     border-radius : 5px 5px 0 0;
1449
     border-radius : 5px 5px 0 0;
1450
   border : 1px solid #B9D8D9;
1450
   border : 1px solid #B9D8D9;
Lines 1455-1484 li.email { Link Here
1455
}
1455
}
1456
1456
1457
#searchheader form {
1457
#searchheader form {
1458
	float : right;
1458
    float : right;
1459
  padding : 5px 5px 3px 0;
1459
  padding : 5px 5px 3px 0;
1460
}
1460
}
1461
1461
1462
#searchheader form.fz3950 {
1462
#searchheader form.fz3950 {
1463
	float : right;
1463
    float : right;
1464
	font-size : 125%;
1464
    font-size : 125%;
1465
	padding : 0 0 0 5em;
1465
    padding : 0 0 0 5em;
1466
}
1466
}
1467
1467
1468
#searchheader form.fz3950bigrpad {
1468
#searchheader form.fz3950bigrpad {
1469
	float : right;
1469
    float : right;
1470
	font-size : 125%;
1470
    font-size : 125%;
1471
	padding : 5px 25em 0 0;
1471
    padding : 5px 25em 0 0;
1472
}
1472
}
1473
1473
1474
#searchheader .yui-button button,
1474
#searchheader .yui-button button,
1475
#searchheader .yui-button a {
1475
#searchheader .yui-button a {
1476
	line-height : 1.5em;
1476
    line-height : 1.5em;
1477
}
1477
}
1478
1478
1479
#search-facets ul {
1479
#search-facets ul {
1480
	margin : 0;
1480
    margin : 0;
1481
	padding : .3em;
1481
    padding : .3em;
1482
}
1482
}
1483
1483
1484
#search-facets {
1484
#search-facets {
Lines 1490-1516 li.email { Link Here
1490
     background-color : #E6F0F2;
1490
     background-color : #E6F0F2;
1491
    border-bottom : 1px solid #B9D8D9;
1491
    border-bottom : 1px solid #B9D8D9;
1492
     border-radius: 5px 5px 0 0;
1492
     border-radius: 5px 5px 0 0;
1493
	font-size : 90%;
1493
    font-size : 90%;
1494
	margin : 0;
1494
    margin : 0;
1495
	padding : .4em .2em;
1495
    padding : .4em .2em;
1496
	text-align : center;
1496
    text-align : center;
1497
}
1497
}
1498
1498
1499
#search-facets ul li {
1499
#search-facets ul li {
1500
	font-weight : bold;
1500
    font-weight : bold;
1501
	list-style-type : none;
1501
    list-style-type : none;
1502
}
1502
}
1503
1503
1504
#search-facets li li {
1504
#search-facets li li {
1505
	font-weight : normal;
1505
    font-weight : normal;
1506
	font-size : 85%;
1506
    font-size : 85%;
1507
	margin-bottom : 2px;
1507
    margin-bottom : 2px;
1508
	padding : .1em .2em;
1508
    padding : .1em .2em;
1509
}
1509
}
1510
1510
1511
#search-facets li.showmore {
1511
#search-facets li.showmore {
1512
	font-weight : bold;
1512
    font-weight : bold;
1513
	text-indent : 1em;
1513
    text-indent : 1em;
1514
}
1514
}
1515
1515
1516
.facet-count {
1516
.facet-count {
Lines 1518-1596 li.email { Link Here
1518
}
1518
}
1519
1519
1520
div.pages {
1520
div.pages {
1521
	margin : .5em 0;
1521
    margin : .5em 0;
1522
}
1522
}
1523
1523
1524
div.pages a {
1524
div.pages a {
1525
	font-weight: bold;
1525
    font-weight: bold;
1526
	padding: 1px 5px 1px 5px;
1526
    padding: 1px 5px 1px 5px;
1527
	text-decoration: none;
1527
    text-decoration: none;
1528
}
1528
}
1529
1529
1530
div.pages a:link,
1530
div.pages a:link,
1531
div.pages a:visited {
1531
div.pages a:visited {
1532
	background-color : #eeeeee;
1532
    background-color : #eeeeee;
1533
	color : #3366CC;
1533
    color : #3366CC;
1534
}
1534
}
1535
1535
1536
div.pages a:hover {
1536
div.pages a:hover {
1537
	background-color : #FFC;
1537
    background-color : #FFC;
1538
}
1538
}
1539
1539
1540
div.pages a:active {
1540
div.pages a:active {
1541
	background-color : #ffc;
1541
    background-color : #ffc;
1542
}
1542
}
1543
1543
1544
div.pages .current,
1544
div.pages .current,
1545
div.pages .currentPage {
1545
div.pages .currentPage {
1546
	background-color : #e6fcb7;
1546
    background-color : #e6fcb7;
1547
	color : #666;
1547
    color : #666;
1548
	font-weight: bold;
1548
    font-weight: bold;
1549
	padding: 1px 5px 1px 5px;
1549
    padding: 1px 5px 1px 5px;
1550
}
1550
}
1551
1551
1552
div.pages .inactive {
1552
div.pages .inactive {
1553
	background-color : #f3f3f3;
1553
    background-color : #f3f3f3;
1554
	color : #BCBCBC;
1554
    color : #BCBCBC;
1555
	font-weight: bold;
1555
    font-weight: bold;
1556
	padding: 1px 5px 1px 5px;
1556
    padding: 1px 5px 1px 5px;
1557
}
1557
}
1558
1558
1559
div.browse {
1559
div.browse {
1560
	margin : .5em 0;
1560
    margin : .5em 0;
1561
}
1561
}
1562
1562
1563
div#bookcoverimg {
1563
div#bookcoverimg {
1564
	text-align : center;
1564
    text-align : center;
1565
}
1565
}
1566
1566
1567
div#header_search input.submit {
1567
div#header_search input.submit {
1568
	font-size : 1em;
1568
    font-size : 1em;
1569
}
1569
}
1570
1570
1571
*html input.submit {
1571
*html input.submit {
1572
	padding : .1em;
1572
    padding : .1em;
1573
}
1573
}
1574
1574
1575
input[type=submit]:active, input[type=button]:active, button.submit:active, a.submit:active {
1575
input[type=submit]:active, input[type=button]:active, button.submit:active, a.submit:active {
1576
	border : 1px inset #999999;
1576
    border : 1px inset #999999;
1577
}
1577
}
1578
1578
1579
input[type=submit], input[type=reset], input[type=button], input.submit, button.submit, a.submit {
1579
input[type=submit], input[type=reset], input[type=button], input.submit, button.submit, a.submit {
1580
	border: 1px outset #999999;
1580
    border: 1px outset #999999;
1581
	border-top-color: #666;
1581
    border-top-color: #666;
1582
	border-left-color: #666;
1582
    border-left-color: #666;
1583
	-moz-border-radius : 2px;
1583
    -moz-border-radius : 2px;
1584
	padding: 0.25em;
1584
    padding: 0.25em;
1585
	background: #ffffff; /* Old browsers */
1585
    background: #ffffff; /* Old browsers */
1586
	background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 35%, #e0e0e0 100%); /* FF3.6+ */
1586
    background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 35%, #e0e0e0 100%); /* FF3.6+ */
1587
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(35%,#f7f7f7), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
1587
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(35%,#f7f7f7), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
1588
	background: -webkit-linear-gradient(top, #ffffff 0%,#f7f7f7 35%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
1588
    background: -webkit-linear-gradient(top, #ffffff 0%,#f7f7f7 35%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
1589
	background: -o-linear-gradient(top, #ffffff 0%,#f7f7f7 35%,#e0e0e0 100%); /* Opera11.10+ */
1589
    background: -o-linear-gradient(top, #ffffff 0%,#f7f7f7 35%,#e0e0e0 100%); /* Opera11.10+ */
1590
	background: -ms-linear-gradient(top, #ffffff 0%,#f7f7f7 35%,#e0e0e0 100%); /* IE10+ */
1590
    background: -ms-linear-gradient(top, #ffffff 0%,#f7f7f7 35%,#e0e0e0 100%); /* IE10+ */
1591
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
1591
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
1592
	background: linear-gradient(top, #ffffff 0%,#f7f7f7 35%,#e0e0e0 100%); /* W3C */
1592
    background: linear-gradient(top, #ffffff 0%,#f7f7f7 35%,#e0e0e0 100%); /* W3C */
1593
	color: #333333;
1593
    color: #333333;
1594
}
1594
}
1595
1595
1596
input[type=submit]:disabled,
1596
input[type=submit]:disabled,
Lines 1605-1611 a.submit:disabled { Link Here
1605
}
1605
}
1606
1606
1607
input[type=reset]:active, input[type=button]:active, input.submit:active, button.submit:active, a.submit:active {
1607
input[type=reset]:active, input[type=button]:active, input.submit:active, button.submit:active, a.submit:active {
1608
	border : 1px inset #999999;
1608
    border : 1px inset #999999;
1609
}
1609
}
1610
1610
1611
a.submit {
1611
a.submit {
Lines 1613-1767 a.submit { Link Here
1613
}
1613
}
1614
1614
1615
ul li input.submit {
1615
ul li input.submit {
1616
	font-size : 87%;
1616
    font-size : 87%;
1617
	padding : 2px;
1617
    padding : 2px;
1618
}
1618
}
1619
1619
1620
input.warning {
1620
input.warning {
1621
    background : #FFF url(../../img/famfamfam/silk/error.png) no-repeat 4px center;
1621
    background : #FFF url(../../img/famfamfam/silk/error.png) no-repeat 4px center;
1622
	padding : 0.25em 0.25em 0.25em 25px;
1622
    padding : 0.25em 0.25em 0.25em 25px;
1623
}
1623
}
1624
1624
1625
.searchhighlightblob {
1625
.searchhighlightblob {
1626
    font-size:75%;
1626
    font-size:75%;
1627
	font-style : italic;
1627
    font-style : italic;
1628
}
1628
}
1629
1629
1630
a.yuimenuitemlabel:hover {
1630
a.yuimenuitemlabel:hover {
1631
	background-color : #B3D4FF;
1631
    background-color : #B3D4FF;
1632
	color : #000;
1632
    color : #000;
1633
}
1633
}
1634
		
1634
1635
#displayexample {
1635
#displayexample {
1636
	padding: 5px; 
1636
    padding: 5px;
1637
	margin-bottom: 10px;
1637
    margin-bottom: 10px;
1638
	background-color: #CCCCCC;
1638
    background-color: #CCCCCC;
1639
}
1639
}
1640
1640
1641
#irregularity_summary {
1641
#irregularity_summary {
1642
	vertical-align : top;
1642
    vertical-align : top;
1643
}
1643
}
1644
1644
1645
ul#toplevelmenu {
1645
ul#toplevelmenu {
1646
    padding : 0;
1646
    padding : 0;
1647
}
1647
}
1648
1648
1649
/*#toplevelnav {
1650
	float : left;
1651
	margin-left : .5em;
1652
     width: 40%;
1653
}
1654
1655
ul#toplevelmenu li {
1656
	display: inline;
1657
	padding : 0 .6em;
1658
}
1659
		
1660
ul#toplevelmenu li.more a {
1661
	background-image:url(../../img/more-arrow.gif);
1662
	background-position:right center;
1663
	background-repeat:no-repeat;
1664
	padding-right:13px;
1665
}
1666
		
1667
ul#toplevelmenu li.more ul li a {
1668
	background-image : none;
1669
	padding-right : 20px;
1670
}
1671
1672
ul#toplevelmenu li.more ul li a.yuimenuitemlabel {
1673
	padding: .2em 20px .2em 20px;
1674
}
1675
		
1676
ul#toplevelmenu li a {
1677
	text-decoration : none;
1678
}
1679
ul#toplevelmenu li ul li {
1680
	display :block;
1681
	padding :0;
1682
}
1683
ul#toplevelmenu li ul li a {
1684
	text-decoration : none;
1685
}
1686
1687
ul#i18nMenu {
1688
 	margin : 0;
1689
	padding : .2em 0;
1690
 }
1691
 
1692
ul#i18nMenu li {
1693
 	border-left : 1px solid #CCC;
1694
 	display : inline;
1695
	float: left;
1696
	list-style : none;
1697
	padding : 0 10px;
1698
}
1699
1700
ul#i18nMenu li.yuimenuitem {
1701
	float: none;
1702
}
1703
1704
ul#i18nMenu li:first-child {
1705
 	border-left : 0;
1706
 }
1707
 
1708
ul#i18nMenu li ul li {
1709
 	border : 0;
1710
 	display : block;
1711
	padding : 0;
1712
 }
1713
 
1714
ul#i18nMenu li.more a {
1715
	background-image:url(../../img/more-up-arrow.gif);
1716
	background-position:right center;
1717
	background-repeat:no-repeat;
1718
	padding-right:13px;
1719
}
1720
		
1721
ul#i18nMenu li.more ul li a {
1722
	background-image : none;
1723
	padding-right : 20px;
1724
}
1725
1726
div.lang {
1727
        float:left;
1728
}
1729
 
1730
 div#changelanguage{
1731
	background-color: #fff;
1732
	border-top: 1px solid #CCC;
1733
  position:absolute;
1734
  bottom:0;
1735
  left:0;
1736
  width:100%;
1737
  height: 2em;
1738
 }
1739
 
1740
 @media screen{
1741
  body>div#changelanguage {
1742
   position: fixed;
1743
  }
1744
 }
1745
 
1746
 * html body{
1747
  overflow:hidden;
1748
 } 
1749
 
1750
 * html div#doc1{
1751
  height:100%;
1752
  overflow:auto;
1753
 }
1754
  
1755
 * html div#doc2{
1756
  height:100%;
1757
  overflow:auto;
1758
 }
1759
  
1760
 * html div#doc3{
1761
  height:100%;
1762
  overflow:auto;
1763
 }*/
1764
1765
table > caption span.actions {
1649
table > caption span.actions {
1766
    font-size: 66%;
1650
    font-size: 66%;
1767
    font-weight : normal;
1651
    font-weight : normal;
Lines 1769-1859 table > caption span.actions { Link Here
1769
}
1653
}
1770
1654
1771
#CheckAll, #CheckNone, #CheckPending {
1655
#CheckAll, #CheckNone, #CheckPending {
1772
	font-weight : normal;
1656
    font-weight : normal;
1773
	margin : 0 .5em 0 0;
1657
    margin : 0 .5em 0 0;
1774
}
1658
}
1775
.lost,.dmg,.wdn {
1659
.lost,.dmg,.wdn {
1776
	display : block;
1660
    display : block;
1777
	color : #990000;
1661
    color : #990000;
1778
}
1662
}
1779
.datedue {
1663
.datedue {
1780
	display : block;
1664
    display : block;
1781
	color : #999;
1665
    color : #999;
1782
	font-style : italic;
1666
    font-style : italic;
1783
}
1667
}
1784
1668
1785
tr.reserved td {
1669
tr.reserved td {
1786
	background-color : #eeffd4;
1670
    background-color : #eeffd4;
1787
}
1671
}
1788
tr.transfered td {
1672
tr.transfered td {
1789
	background-color : #e8f0f6;
1673
    background-color : #e8f0f6;
1790
}
1674
}
1791
.waitinghere,
1675
.waitinghere,
1792
.credit {
1676
.credit {
1793
	color : #669900;
1677
    color : #669900;
1794
}
1678
}
1795
1679
1796
/* Permissions Labels */
1680
/* Permissions Labels */
1797
label.permissioncode:before {
1681
label.permissioncode:before {
1798
	content: "(";
1682
    content: "(";
1799
}
1683
}
1800
label.permissioncode:after {
1684
label.permissioncode:after {
1801
	content: ")";
1685
    content: ")";
1802
}
1686
}
1803
label.permissioncode {
1687
label.permissioncode {
1804
	font-style : italic;
1688
    font-style : italic;
1805
}
1689
}
1806
span.permissiondesc {
1690
span.permissiondesc {
1807
	font-weight : normal;
1691
    font-weight : normal;
1808
}
1692
}
1809
#mainuserblock {
1693
#mainuserblock {
1810
	border : 1px solid #E8E8E8;
1694
    border : 1px solid #E8E8E8;
1811
	margin-top : .5em;
1695
    margin-top : .5em;
1812
	padding : .5em;
1696
    padding : .5em;
1813
}
1697
}
1814
1698
1815
.labeledmarc-table {
1699
.labeledmarc-table {
1816
	border: 0;
1700
    border: 0;
1817
}
1701
}
1818
1702
1819
.labeledmarc-label {
1703
.labeledmarc-label {
1820
	border: 0;
1704
    border: 0;
1821
	padding: 5;
1705
    padding: 5;
1822
	font-size: 11pt;
1706
    font-size: 11pt;
1823
    color: #000000;
1707
    color: #000000;
1824
    font-style: italic;
1708
    font-style: italic;
1825
}
1709
}
1826
1710
1827
.labeledmarc-value {
1711
.labeledmarc-value {
1828
	border: 0;
1712
    border: 0;
1829
	padding: 5;
1713
    padding: 5;
1830
	font-size: 10pt;
1714
    font-size: 10pt;
1831
	color: black;
1715
    color: black;
1832
}
1716
}
1833
1717
1834
#cartDetails {
1718
#cartDetails {
1835
	background-color : #FFF;
1719
    background-color : #FFF;
1836
	border: 1px solid #739acf;
1720
    border: 1px solid #739acf;
1837
	 -moz-box-shadow: 1px 1px 3px 0 #666;
1721
     -moz-box-shadow: 1px 1px 3px 0 #666;
1838
	 -webkit-box-shadow: 1px 1px 3px 0 #666;
1722
     -webkit-box-shadow: 1px 1px 3px 0 #666;
1839
	 box-shadow: 1px 1px 3px 0 #666;
1723
     box-shadow: 1px 1px 3px 0 #666;
1840
	color : black;
1724
    color : black;
1841
	display : none;
1725
    display : none;
1842
	margin : 0;
1726
    margin : 0;
1843
	padding : 10px;
1727
    padding : 10px;
1844
	text-align : center;
1728
    text-align : center;
1845
	width : 180px;
1729
    width : 180px;
1846
	z-index : 50;
1730
    z-index : 50;
1847
}
1731
}
1848
#cartmenulink {
1732
#cartmenulink {
1849
        background: transparent url("../../img/cart-small.gif") left center no-repeat;
1733
        background: transparent url("../../img/cart-small.gif") left center no-repeat;
1850
        padding-left : 15px;
1734
        padding-left : 15px;
1851
}
1735
}
1852
#cartmenulink span#basketcount span {
1736
#cartmenulink span#basketcount span {
1853
	display : inline;
1737
    display : inline;
1854
	font-size : 90%;
1738
    font-size : 90%;
1855
	font-weight : normal;
1739
    font-weight : normal;
1856
	padding : 0;
1740
    padding : 0;
1857
}
1741
}
1858
#moremenu {
1742
#moremenu {
1859
        display : none;
1743
        display : none;
Lines 1893-1911 ul.budget_hierarchy li:first-child:after { Link Here
1893
}
1777
}
1894
.holdcount { font-size : 105%; line-height : 200%; }
1778
.holdcount { font-size : 105%; line-height : 200%; }
1895
.holdcount a {
1779
.holdcount a {
1896
	border : 1px solid #a4bedd;
1780
    border : 1px solid #a4bedd;
1897
	background-color : #e4ecf5;
1781
    background-color : #e4ecf5;
1898
	font-weight : bold;
1782
    font-weight : bold;
1899
	-moz-border-radius: 4px;
1783
    -moz-border-radius: 4px;
1900
	border-radius: 4px;
1784
    border-radius: 4px;
1901
	padding : .1em .4em;
1785
    padding : .1em .4em;
1902
	text-decoration : none;
1786
    text-decoration : none;
1903
}
1787
}
1904
.holdcount a:hover { background-color : #ebeff7; }
1788
.holdcount a:hover { background-color : #ebeff7; }
1905
.container {
1789
.container {
1906
	border : 1px solid #EEE;
1790
    border : 1px solid #EEE;
1907
	padding : 1em;
1791
    padding : 1em;
1908
	margin : 1em 0;
1792
    margin : 1em 0;
1909
}
1793
}
1910
fieldset.rows+h3 {clear:both;padding-top:.5em;}
1794
fieldset.rows+h3 {clear:both;padding-top:.5em;}
1911
1795
Lines 2008-2039 fieldset.rows+h3 {clear:both;padding-top:.5em;} Link Here
2008
    }
1892
    }
2009
1893
2010
div.pager {
1894
div.pager {
2011
	background-color : #E8E8E8;
1895
    background-color : #E8E8E8;
2012
	border : 1px solid #BCBCBC;
1896
    border : 1px solid #BCBCBC;
2013
	-moz-border-radius : 5px;
1897
    -moz-border-radius : 5px;
2014
    border-radius : 5px;
1898
    border-radius : 5px;
2015
	display : inline-block;
1899
    display : inline-block;
2016
	font-size : 85%;
1900
    font-size : 85%;
2017
	padding : .3em .5em .3em .5em;
1901
    padding : .3em .5em .3em .5em;
2018
	margin : .4em 0;
1902
    margin : .4em 0;
2019
}
1903
}
2020
div.pager img {
1904
div.pager img {
2021
	vertical-align : middle;
1905
    vertical-align : middle;
2022
}
1906
}
2023
1907
2024
div.pager img.last {
1908
div.pager img.last {
2025
	padding-right: 5px;
1909
    padding-right: 5px;
2026
}
1910
}
2027
div.pager input.pagedisplay {
1911
div.pager input.pagedisplay {
2028
	border : 0;
1912
    border : 0;
2029
	background-color : transparent;
1913
    background-color : transparent;
2030
	font-weight: bold;
1914
    font-weight: bold;
2031
	text-align : center;
1915
    text-align : center;
2032
}
1916
}
2033
a.localimage img {
1917
a.localimage img {
2034
	border : 1px solid #0000CC;
1918
    border : 1px solid #0000CC;
2035
	margin : 0 .5em;
1919
    margin : 0 .5em;
2036
	padding : .3em;
1920
    padding : .3em;
2037
}
1921
}
2038
1922
2039
.no-image {
1923
.no-image {
Lines 2049-2055 a.localimage img { Link Here
2049
}
1933
}
2050
1934
2051
div.pager p {
1935
div.pager p {
2052
	margin: 0;
1936
    margin: 0;
2053
}
1937
}
2054
1938
2055
div#acqui_order_supplierlist > div.supplier {
1939
div#acqui_order_supplierlist > div.supplier {
Lines 2760-2762 span.browse-button { Link Here
2760
    font-size:0.8em;
2644
    font-size:0.8em;
2761
    padding:0.5em;
2645
    padding:0.5em;
2762
}
2646
}
2647
2648
#i18nMenu .navbar-text .currentlanguage {
2649
    color : #000;
2650
    font-weight: bold;
2651
}
2652
2653
#i18nMenu a.currentlanguage:link,
2654
#i18nMenu a.currentlanguage:visited {
2655
    font-weight: bold;
2656
}
2657
2658
#i18nMenu a,
2659
#i18nMenu a:link,
2660
#i18nMenu a:visited {
2661
    color : #004d99;
2662
    font-weight: normal;
2663
}
2664
2665
#i18nMenu a:hover,
2666
#i18nMenu a:active {
2667
    color : #538200;
2668
    font-weight: normal;
2669
}
2670
2671
#i18nMenu a .sublanguage-selected {
2672
    color: #000;
2673
    font-weight: bold;
2674
}
2675
2676
#i18nMenu .dropdown-menu a:hover,
2677
#i18nMenu .dropdown-menu a:focus {
2678
    color : #FFF;
2679
}
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/intranet-bottom.inc (-10 / +22 lines)
Lines 9-36 Link Here
9
9
10
            [% IF ( languages_loo.group_enabled ) %]
10
            [% IF ( languages_loo.group_enabled ) %]
11
            [% IF ( languages_loo.plural ) %]
11
            [% IF ( languages_loo.plural ) %]
12
            <li class="dropdown"><a class="dropdown-toggle dropup" data-toggle="dropdown" id="show[% languages_loo.rfc4646_subtag %]" href="#">[% IF ( languages_loo.native_description ) %][% languages_loo.native_description %][% ELSE %][% languages_loo.rfc4646_subtag %][% END %]  <span class="caret"></span></a>
12
                <li class="dropdown"><a class="dropdown-toggle dropup" data-toggle="dropdown" id="show[% languages_loo.rfc4646_subtag %]" href="#">
13
                    [% IF ( languages_loo.native_description ) %]
14
                        [% languages_loo.native_description %]
15
                    [% ELSE %]
16
                        [% languages_loo.rfc4646_subtag %]
17
                    [% END %]
18
                    [% FOREACH sublanguages_loo IN languages_loo.sublanguages_loop %]
19
                        [% IF ( sublanguages_loo.enabled ) %]
20
                            [% IF ( sublanguages_loo.sublanguage_current ) %]
21
                                <span class="sublanguage-selected">([% sublanguages_loo.rfc4646_subtag %])</span>
22
                            [% END %]
23
                        [% END %]
24
                    [% END %]
25
                <span class="caret"></span></a>
13
            <ul id="sub[% languages_loo.rfc4646_subtag %]" class="dropdown-menu">
26
            <ul id="sub[% languages_loo.rfc4646_subtag %]" class="dropdown-menu">
14
            [% FOREACH sublanguages_loo IN languages_loo.sublanguages_loop %]
27
            [% FOREACH sublanguages_loo IN languages_loo.sublanguages_loop %]
15
		[% IF ( sublanguages_loo.enabled ) %]
28
        [% IF ( sublanguages_loo.enabled ) %]
16
                [% IF ( sublanguages_loo.sublanguage_current ) %]
29
                [% IF ( sublanguages_loo.sublanguage_current ) %]
17
                    <li> <a href="#">[% sublanguages_loo.native_description %] [% sublanguages_loo.script_description %] [% sublanguages_loo.region_description %] [% sublanguages_loo.variant_description %] ([% sublanguages_loo.rfc4646_subtag %])</a></li>
30
                    <li class="navbar-text"> <a href="#" class="currentlanguage disabled">[% sublanguages_loo.native_description %] [% sublanguages_loo.script_description %] [% sublanguages_loo.region_description %] [% sublanguages_loo.variant_description %] ([% sublanguages_loo.rfc4646_subtag %])</a></li>
18
                [% ELSE %]
31
                [% ELSE %]
19
                <li><a href="/cgi-bin/koha/changelanguage.pl?language=[% sublanguages_loo.rfc4646_subtag %]"> [% sublanguages_loo.native_description %] [% sublanguages_loo.script_description %] [% sublanguages_loo.region_description %] [% sublanguages_loo.variant_description %] ([% sublanguages_loo.rfc4646_subtag %])</a></li>
32
                <li><a href="/cgi-bin/koha/changelanguage.pl?language=[% sublanguages_loo.rfc4646_subtag %]"> [% sublanguages_loo.native_description %] [% sublanguages_loo.script_description %] [% sublanguages_loo.region_description %] [% sublanguages_loo.variant_description %] ([% sublanguages_loo.rfc4646_subtag %])</a></li>
20
		[% END %]
33
        [% END %]
21
                [% END %]
34
                [% END %]
22
35
23
            [% END %]
36
            [% END %]
24
            </ul></li>
37
            </ul></li>
25
38
26
            [% ELSE %]
39
            [% ELSE %]
27
	    	[% IF ( languages_loo.group_enabled ) %]
40
            [% IF ( languages_loo.group_enabled ) %]
28
                [% IF ( languages_loo.current ) %]
41
                [% IF ( languages_loo.current ) %]
29
                    <li class="navbar-text">
42
                    <li class="navbar-text">
30
                        [% IF ( languages_loo.native_description ) %]
43
                        [% IF ( languages_loo.native_description ) %]
31
                            [% languages_loo.native_description %]
44
                            <span class="currentlanguage">[% languages_loo.native_description %]</span>
32
                [% ELSE %]
45
                        [% ELSE %]
33
                            [% languages_loo.rfc4646_subtag %]
46
                            <span class="currentlanguage">[% languages_loo.rfc4646_subtag %]</span>
34
                        [% END %]
47
                        [% END %]
35
                    </li>
48
                    </li>
36
                [% ELSE %]
49
                [% ELSE %]
Lines 42-48 Link Here
42
                        [% END %]
55
                        [% END %]
43
                    </a></li>
56
                    </a></li>
44
                [% END %]
57
                [% END %]
45
		[% END %]
58
        [% END %]
46
            [% END %]
59
            [% END %]
47
            [% END %]
60
            [% END %]
48
61
49
- 

Return to bug 12597