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

(-)a/koha-tmpl/opac-tmpl/prog/en/css/opac.css (-41 / +49 lines)
Lines 426-445 a .term { Link Here
426
}
426
}
427
427
428
#action a.print {
428
#action a.print {
429
  background-image: url("../../images/sprite.png");
429
  background-image: url("../../images/sprite.png"); /* Print */
430
  background-position: -5px -186px;
430
  background-position: -5px -186px;
431
  background-repeat: no-repeat;
431
  background-repeat: no-repeat;
432
}
432
}
433
433
434
#action a.highlight_toggle {
434
#action a.highlight_toggle {
435
    background-image: url("../../images/sprite.png"); /* place hold icon */
435
    background-image: url("../../images/sprite.png"); /* Highlight */
436
    background-position: -5px -841px;
436
    background-position: -5px -841px;
437
    background-repeat: no-repeat;
437
    background-repeat: no-repeat;
438
    display: none;
438
    display: none;
439
}
439
}
440
440
441
#action a#furthersearches {
441
#action a#furthersearches {
442
    background-image: url("../../images/sprite.png");
442
    background-image: url("../../images/sprite.png"); /* Menu arrow */
443
    background-position: 106px -295px;
443
    background-position: 106px -295px;
444
    background-repeat: no-repeat;
444
    background-repeat: no-repeat;
445
	border : 1px solid #F3F3F3;
445
	border : 1px solid #F3F3F3;
Lines 457-475 a .term { Link Here
457
457
458
#action a.reserve,
458
#action a.reserve,
459
.searchresults a.reserve {
459
.searchresults a.reserve {
460
  background-image: url("../../images/sprite.png");
460
  background-image: url("../../images/sprite.png"); /* Place hold */
461
  background-position: -5px -144px;
461
  background-position: -5px -144px;
462
  background-repeat: no-repeat;
462
  background-repeat: no-repeat;
463
}
463
}
464
464
465
#action a.addtoshelf, #toolbar a.addtoshelf {
465
#action a.addtoshelf, #toolbar a.addtoshelf {
466
  background-image: url("../../images/sprite.png");
466
  background-image: url("../../images/sprite.png"); /* Virtual shelf */
467
  background-position: -5px -225px;
467
  background-position: -5px -225px;
468
  background-repeat: no-repeat;
468
  background-repeat: no-repeat;
469
}
469
}
470
470
471
#action a.addtocart, #toolbar a.addtocart {
471
#action a.addtocart, #toolbar a.addtocart {
472
  background-image: url("../../images/sprite.png");
472
  background-image: url("../../images/sprite.png"); /* Cart */
473
  background-position: -5px -265px;
473
  background-position: -5px -265px;
474
  background-repeat: no-repeat;
474
  background-repeat: no-repeat;
475
}
475
}
Lines 482-488 a .term { Link Here
482
}
482
}
483
483
484
#action a.incart {
484
#action a.incart {
485
  background-image: url("../../images/sprite.png");
485
  background-image: url("../../images/sprite.png"); /* Cart */
486
  background-position: -5px -265px;
486
  background-position: -5px -265px;
487
  background-repeat: no-repeat;
487
  background-repeat: no-repeat;
488
  color : #666;
488
  color : #666;
Lines 543-549 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', end Link Here
543
543
544
544
545
#toolbar a.print {
545
#toolbar a.print {
546
    background-image: url("../../images/sprite.png");
546
    background-image: url("../../images/sprite.png"); /* Toolbar print */
547
    background-position : 0px -423px;
547
    background-position : 0px -423px;
548
    background-repeat: no-repeat;
548
    background-repeat: no-repeat;
549
	text-decoration : none;
549
	text-decoration : none;
Lines 551-557 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', end Link Here
551
}
551
}
552
552
553
#toolbar a.brief {
553
#toolbar a.brief {
554
    background-image : url("../../images/sprite.png");
554
    background-image : url("../../images/sprite.png"); /* Zoom out */
555
    background-position : -2px -868px;
555
    background-position : -2px -868px;
556
    background-repeat: no-repeat;
556
    background-repeat: no-repeat;
557
	text-decoration : none;
557
	text-decoration : none;
Lines 559-565 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', end Link Here
559
}
559
}
560
560
561
#toolbar a.detail {
561
#toolbar a.detail {
562
    background-image : url("../../images/sprite.png");
562
    background-image : url("../../images/sprite.png"); /* Zoom in */
563
    background-position : -2px -898px;
563
    background-position : -2px -898px;
564
    background-repeat: no-repeat;
564
    background-repeat: no-repeat;
565
	text-decoration : none;
565
	text-decoration : none;
Lines 567-573 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', end Link Here
567
}
567
}
568
568
569
#toolbar a.download {
569
#toolbar a.download {
570
    background-image : url("../../images/sprite.png");
570
    background-image : url("../../images/sprite.png"); /* Download */
571
    background-position : 2px -348px;
571
    background-position : 2px -348px;
572
    background-repeat: no-repeat;
572
    background-repeat: no-repeat;
573
    padding-left : 28px;
573
    padding-left : 28px;
Lines 575-581 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', end Link Here
575
}
575
}
576
576
577
#toolbar a.editshelf {
577
#toolbar a.editshelf {
578
    background-image : url("../../images/sprite.png");
578
    background-image : url("../../images/sprite.png"); /* List edit */
579
    background-position : 2px -348px;
579
    background-position : 2px -348px;
580
    background-repeat: no-repeat;
580
    background-repeat: no-repeat;
581
	padding-left : 26px;
581
	padding-left : 26px;
Lines 583-589 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', end Link Here
583
}
583
}
584
584
585
#toolbar a.empty {
585
#toolbar a.empty {
586
    background-image : url("../../images/sprite.png");
586
    background-image : url("../../images/sprite.png"); /* Trash */
587
    background-position : 2px -598px;
587
    background-position : 2px -598px;
588
    background-repeat: no-repeat;
588
    background-repeat: no-repeat;
589
	text-decoration : none;
589
	text-decoration : none;
Lines 591-597 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', end Link Here
591
}
591
}
592
592
593
#toolbar a.hide {
593
#toolbar a.hide {
594
    background-image : url("../../images/sprite.png");
594
    background-image : url("../../images/sprite.png"); /* Close */
595
    background-position: -3px -814px;
595
    background-position: -3px -814px;
596
    background-repeat: no-repeat;
596
    background-repeat: no-repeat;
597
	text-decoration : none;
597
	text-decoration : none;
Lines 600-606 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', end Link Here
600
600
601
#toolbar a.hold,
601
#toolbar a.hold,
602
#selections-toolbar a.hold {
602
#selections-toolbar a.hold {
603
    background-image: url("../../images/sprite.png");
603
    background-image: url("../../images/sprite.png"); /* Toolbar place hold */
604
    background-position : -5px -453px;
604
    background-position : -5px -453px;
605
    background-repeat: no-repeat;
605
    background-repeat: no-repeat;
606
	text-decoration : none;
606
	text-decoration : none;
Lines 608-621 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', end Link Here
608
}
608
}
609
609
610
#selections-toolbar a.hold.disabled {
610
#selections-toolbar a.hold.disabled {
611
    background-image: url("../../images/sprite.png");
611
    background-image: url("../../images/sprite.png"); /* Place hold disabled */
612
    background-position : -5px -621px;
612
    background-position : -5px -621px;
613
    background-repeat: no-repeat;
613
    background-repeat: no-repeat;
614
}
614
}
615
615
616
#selections-toolbar a.removeitems,
616
#selections-toolbar a.removeitems,
617
#selections-toolbar a.deleteshelf {
617
#selections-toolbar a.deleteshelf {
618
    background-image : url("../../images/sprite.png");
618
    background-image : url("../../images/sprite.png"); /* Delete */
619
    background-position : 2px -690px;
619
    background-position : 2px -690px;
620
    background-repeat: no-repeat;
620
    background-repeat: no-repeat;
621
	text-decoration : none;
621
	text-decoration : none;
Lines 625-638 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', end Link Here
625
625
626
#selections-toolbar a.removeitems.disabled,
626
#selections-toolbar a.removeitems.disabled,
627
#selections-toolbar a.deleteshelf.disabled {
627
#selections-toolbar a.deleteshelf.disabled {
628
    background-image: url("../../images/sprite.png");
628
    background-image: url("../../images/sprite.png"); /* Delete disabled */
629
    background-position : 2px -712px;
629
    background-position : 2px -712px;
630
    background-repeat: no-repeat;
630
    background-repeat: no-repeat;
631
}
631
}
632
632
633
#toolbar a.send,
633
#toolbar a.send,
634
a.send {
634
a.send {
635
    background-image: url("../../images/sprite.png");
635
    background-image: url("../../images/sprite.png"); /* Email */
636
    background-position : 2px -386px;
636
    background-position : 2px -386px;
637
    background-repeat: no-repeat;
637
    background-repeat: no-repeat;
638
	text-decoration : none;
638
	text-decoration : none;
Lines 640-646 a.send { Link Here
640
}
640
}
641
641
642
#toolbar a.new {
642
#toolbar a.new {
643
    background-image : url("../../images/sprite.png");
643
    background-image : url("../../images/sprite.png"); /* New */
644
    background-position : -4px -922px;
644
    background-position : -4px -922px;
645
    background-repeat : no-repeat;
645
    background-repeat : no-repeat;
646
	padding-left : 23px;
646
	padding-left : 23px;
Lines 649-655 a.send { Link Here
649
649
650
#toolbar input.editshelf,
650
#toolbar input.editshelf,
651
input.editshelf {
651
input.editshelf {
652
    background : transparent url("../../images/sprite.png") 2px -732px no-repeat;
652
    background-image : url("../../images/sprite.png"); /* List edit */
653
    background-position : 2px -732px;
654
    background-repeat: no-repeat;
653
	border : 0;
655
	border : 0;
654
	color : #006699;
656
	color : #006699;
655
	cursor : pointer;
657
	cursor : pointer;
Lines 662-668 input.editshelf { Link Here
662
#toolbar input.newshelf,
664
#toolbar input.newshelf,
663
#toolbar a.newshelf,
665
#toolbar a.newshelf,
664
a.newshelf {
666
a.newshelf {
665
    background-image: url("../../images/sprite.png"); /* add to list icon */
667
    background-image: url("../../images/sprite.png"); /* List new */
666
    background-position: -4px -764px;
668
    background-position: -4px -764px;
667
    background-repeat: no-repeat;
669
    background-repeat: no-repeat;
668
	border : 0;
670
	border : 0;
Lines 676-689 a.newshelf { Link Here
676
}
678
}
677
679
678
a.newshelf.disabled {
680
a.newshelf.disabled {
679
    background-image: url("../../images/sprite.png"); /* add to list icon */
681
    background-image: url("../../images/sprite.png"); /* List new disabled */
680
    background-position: -4px -791px;
682
    background-position: -4px -791px;
681
    background-repeat: no-repeat;
683
    background-repeat: no-repeat;
682
}
684
}
683
685
684
#toolbar input.deleteshelf,
686
#toolbar input.deleteshelf,
685
input.deleteshelf {
687
input.deleteshelf {
686
    background : transparent url("../../images/sprite.png") 2px -685px no-repeat;
688
    background-image : url("../../images/sprite.png"); /* Delete */
689
    background-position : 2px -685px;
690
    background-repeat: no-repeat;
687
	border : 0;
691
	border : 0;
688
	color : #006699;
692
	color : #006699;
689
	cursor : pointer;
693
	cursor : pointer;
Lines 711-717 input.deleteshelf:active { Link Here
711
715
712
#tagsel_span input.submit,
716
#tagsel_span input.submit,
713
#tagsel_tag {
717
#tagsel_tag {
714
    background-image : url("../../images/sprite.png"); /* tag icon */
718
    background-image : url("../../images/sprite.png"); /* Tags */
715
    background-position : 7px -640px;
719
    background-position : 7px -640px;
716
	background-repeat : no-repeat;
720
	background-repeat : no-repeat;
717
	padding-left : 25px;
721
	padding-left : 25px;
Lines 729-745 input.deleteshelf:active { Link Here
729
#tagslist li { display : inline; }
733
#tagslist li { display : inline; }
730
734
731
a.tag_add {
735
a.tag_add {
732
    background-image: url(../../images/tag-small.png);
736
    background-image: url("../../images/sprite.png"); /* Tag results */
733
    background-position : -1px center;
737
    background-position: -10px -1104px;
734
    background-repeat : no-repeat;
738
    background-repeat: no-repeat;
735
    padding-left : 13px;
739
    padding-left : 13px;
736
    text-decoration: none;
740
    text-decoration: none;
737
}
741
}
738
742
739
#login4tags {
743
#login4tags {
740
    background-image: url(../../images/tag-small-disabled.png);
744
    background-image: url("../../images/sprite.png"); /* Tag results disabled */
741
    background-position : -1px center;
745
    background-position: -10px -1124px;
742
    background-repeat : no-repeat;
746
    background-repeat: no-repeat;
743
    padding-left : 13px;
747
    padding-left : 13px;
744
    text-decoration: none;
748
    text-decoration: none;
745
    margin-left: 1em;
749
    margin-left: 1em;
Lines 760-775 a.tag_add { Link Here
760
	max-width : 10em;
764
	max-width : 10em;
761
}
765
}
762
766
767
/* Search results add to cart (lists disabled) */
763
.addto a.addtocart {
768
.addto a.addtocart {
764
  background-image: url("../../images/sprite.png"); /* cart icon */
769
  background-image: url("../../images/sprite.png"); /* Cart */
765
  background-position: -5px -265px;
770
  background-position: -5px -266px;
766
    background-repeat: no-repeat;
771
    background-repeat: no-repeat;
767
	text-decoration : none;
772
	text-decoration : none;
768
	padding-left : 33px;
773
	padding-left : 33px;
769
}
774
}
770
775
/* Search results place hold link */
771
#placehold input.submit {
776
#placehold input.submit {
772
    background-image: url("../../images/sprite.png"); /* place hold icon */
777
    background-image: url("../../images/sprite.png"); /* Place hold */
773
    background-position: -1px -140px;
778
    background-position: -1px -140px;
774
    background-repeat: no-repeat;
779
    background-repeat: no-repeat;
775
	text-decoration : none;
780
	text-decoration : none;
Lines 787-793 a.tag_add { Link Here
787
	cursor : pointer;
792
	cursor : pointer;
788
}
793
}
789
.searchresults a.highlight_toggle {
794
.searchresults a.highlight_toggle {
790
    background-image: url("../../images/sprite.png"); /* place hold icon */
795
    background-image: url("../../images/sprite.png"); /* Highlight */
791
    background-position: -11px -841px;
796
    background-position: -11px -841px;
792
    background-repeat: no-repeat;
797
    background-repeat: no-repeat;
793
	display: none;
798
	display: none;
Lines 1480-1502 padding-left : .4em; Link Here
1480
	text-decoration : none;
1485
	text-decoration : none;
1481
}
1486
}
1482
1487
1488
/* Search results rows place hold */
1483
.actions a.hold {
1489
.actions a.hold {
1484
    background-image : url("../../images/sprite.png");
1490
    background-image : url("../../images/sprite.png"); /* Place hold small */
1485
    background-position : -10px -542px;
1491
    background-position : -10px -542px;
1486
    background-repeat: no-repeat;
1492
    background-repeat: no-repeat;
1487
	padding-left : 16px;
1493
	padding-left : 16px;
1488
}
1494
}
1489
1495
1496
/* Search results rows add to cart */
1490
.actions a.addtocart {
1497
.actions a.addtocart {
1491
    background-image : url("../../images/sprite.png");
1498
    background-image : url("../../images/sprite.png"); /* Cart small */
1492
    background-position : -10px -572px;
1499
    background-position : -10px -572px;
1493
    background-repeat: no-repeat;
1500
    background-repeat: no-repeat;
1494
    padding-left : 15px;
1501
    padding-left : 15px;
1495
	display : none;
1502
	display : none;
1496
}
1503
}
1497
1504
1505
/* Search results rows save to lists */
1498
.actions a.addtoshelf {
1506
.actions a.addtoshelf {
1499
    background-image : url("../../images/sprite.png");
1507
    background-image : url("../../images/sprite.png"); /* MARC view */
1500
    background-position: -10px -27px;
1508
    background-position: -10px -27px;
1501
    background-repeat: no-repeat;
1509
    background-repeat: no-repeat;
1502
	padding-left : 13px;
1510
	padding-left : 13px;
Lines 1656-1662 ul#i18nMenu li ul li { Link Here
1656
1664
1657
1665
1658
ul#i18nMenu li.more a {
1666
ul#i18nMenu li.more a {
1659
    background-image : url("../../images/sprite.png");
1667
    background-image : url("../../images/sprite.png"); /* Arrow up */
1660
    background-position : 37px -940px;
1668
    background-position : 37px -940px;
1661
	background-repeat:no-repeat;
1669
	background-repeat:no-repeat;
1662
	padding-right: 1.3em;
1670
	padding-right: 1.3em;
Lines 2350-2356 a.koha_url { Link Here
2350
}
2358
}
2351
2359
2352
.nav_results .l_Results a {
2360
.nav_results .l_Results a {
2353
    background:#E1E1E1 url("../../images/sprite.png") no-repeat 0px -504px;
2361
    background:#E1E1E1 url("../../images/sprite.png") no-repeat 0px -504px; /* Browse results menu */
2354
    color:#006699;
2362
    color:#006699;
2355
    display:block;
2363
    display:block;
2356
    padding:8px 28px;
2364
    padding:8px 28px;

Return to bug 8108