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

(-)a/koha-tmpl/opac-tmpl/prog/en/css/opac.css (-41 / +45 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-image : url("../../images/sprite.png");
652
    background-image : url("../../images/sprite.png"); /* List edit */
653
    background-position : 2px -732px;
653
    background-position : 2px -732px;
654
    background-repeat: no-repeat;
654
    background-repeat: no-repeat;
655
	border : 0;
655
	border : 0;
Lines 663-669 input.editshelf { Link Here
663
#toolbar input.newshelf,
663
#toolbar input.newshelf,
664
#toolbar a.newshelf,
664
#toolbar a.newshelf,
665
a.newshelf {
665
a.newshelf {
666
    background-image: url("../../images/sprite.png"); /* add to list icon */
666
    background-image: url("../../images/sprite.png"); /* List new */
667
    background-position: -4px -864px;
667
    background-position: -4px -864px;
668
    background-repeat: no-repeat;
668
    background-repeat: no-repeat;
669
	border : 0;
669
	border : 0;
Lines 676-689 a.newshelf { Link Here
676
}
676
}
677
677
678
a.newshelf.disabled {
678
a.newshelf.disabled {
679
    background-image: url("../../images/sprite.png"); /* add to list icon */
679
    background-image: url("../../images/sprite.png"); /* List new disabled */
680
    background-position: -4px -791px;
680
    background-position: -4px -791px;
681
    background-repeat: no-repeat;
681
    background-repeat: no-repeat;
682
}
682
}
683
683
684
#toolbar input.deleteshelf,
684
#toolbar input.deleteshelf,
685
input.deleteshelf {
685
input.deleteshelf {
686
    background-image : url("../../images/sprite.png");
686
    background-image : url("../../images/sprite.png"); /* Delete */
687
    background-position : 2px -685px;
687
    background-position : 2px -685px;
688
    background-repeat: no-repeat;
688
    background-repeat: no-repeat;
689
	border : 0;
689
	border : 0;
Lines 712-718 input.deleteshelf:active { Link Here
712
712
713
#tagsel_span input.submit,
713
#tagsel_span input.submit,
714
#tagsel_tag {
714
#tagsel_tag {
715
    background-image : url("../../images/sprite.png"); /* tag icon */
715
    background-image : url("../../images/sprite.png"); /* Tags */
716
    background-position : 7px -640px;
716
    background-position : 7px -640px;
717
	background-repeat : no-repeat;
717
	background-repeat : no-repeat;
718
	padding-left : 25px;
718
	padding-left : 25px;
Lines 730-746 input.deleteshelf:active { Link Here
730
#tagslist li { display : inline; }
730
#tagslist li { display : inline; }
731
731
732
a.tag_results_add {
732
a.tag_results_add {
733
    background-image: url(../../images/tag-small.png);
733
    background-image: url("../../images/sprite.png"); /* Tag results */
734
    background-position : -1px center;
734
    background-position: -10px -1104px;
735
    background-repeat : no-repeat;
735
    background-repeat: no-repeat;
736
    padding-left : 13px;
736
    padding-left : 13px;
737
    text-decoration: none;
737
    text-decoration: none;
738
}
738
}
739
739
740
#login4tags {
740
#login4tags {
741
    background-image: url(../../images/tag-small-disabled.png);
741
    background-image: url("../../images/sprite.png"); /* Tag results disabled */
742
    background-position : -1px center;
742
    background-position: -10px -1124px;
743
    background-repeat : no-repeat;
743
    background-repeat: no-repeat;
744
    padding-left : 13px;
744
    padding-left : 13px;
745
    text-decoration: none;
745
    text-decoration: none;
746
    margin-left: 1em;
746
    margin-left: 1em;
Lines 762-777 a.tag_results_add { Link Here
762
	max-width : 10em;
762
	max-width : 10em;
763
}
763
}
764
764
765
/* Search results add to cart (lists disabled) */
765
.addto a.addtocart {
766
.addto a.addtocart {
766
  background-image: url("../../images/sprite.png"); /* cart icon */
767
  background-image: url("../../images/sprite.png"); /* Cart */
767
  background-position: -5px -265px;
768
  background-position: -5px -266px;
768
    background-repeat: no-repeat;
769
    background-repeat: no-repeat;
769
	text-decoration : none;
770
	text-decoration : none;
770
	padding-left : 33px;
771
	padding-left : 33px;
771
}
772
}
772
773
/* Search results place hold link */
773
#placehold input.submit {
774
#placehold input.submit {
774
    background-image: url("../../images/sprite.png"); /* place hold icon */
775
    background-image: url("../../images/sprite.png"); /* Place hold */
775
    background-position: -1px -140px;
776
    background-position: -1px -140px;
776
    background-repeat: no-repeat;
777
    background-repeat: no-repeat;
777
	text-decoration : none;
778
	text-decoration : none;
Lines 789-795 a.tag_results_add { Link Here
789
	cursor : pointer;
790
	cursor : pointer;
790
}
791
}
791
.searchresults a.highlight_toggle {
792
.searchresults a.highlight_toggle {
792
    background-image: url("../../images/sprite.png"); /* place hold icon */
793
    background-image: url("../../images/sprite.png"); /* Highlight */
793
    background-position: -11px -841px;
794
    background-position: -11px -841px;
794
    background-repeat: no-repeat;
795
    background-repeat: no-repeat;
795
	display: none;
796
	display: none;
Lines 1468-1490 padding-left : .4em; Link Here
1468
	text-decoration : none;
1469
	text-decoration : none;
1469
}
1470
}
1470
1471
1472
/* Search results rows place hold */
1471
.actions a.hold {
1473
.actions a.hold {
1472
    background-image : url("../../images/sprite.png");
1474
    background-image : url("../../images/sprite.png"); /* Place hold small */
1473
    background-position : -10px -542px;
1475
    background-position : -10px -542px;
1474
    background-repeat: no-repeat;
1476
    background-repeat: no-repeat;
1475
	padding-left : 16px;
1477
	padding-left : 16px;
1476
}
1478
}
1477
1479
1480
/* Search results rows add to cart */
1478
.actions a.addtocart {
1481
.actions a.addtocart {
1479
    background-image : url("../../images/sprite.png");
1482
    background-image : url("../../images/sprite.png"); /* Cart small */
1480
    background-position : -10px -572px;
1483
    background-position : -10px -572px;
1481
    background-repeat: no-repeat;
1484
    background-repeat: no-repeat;
1482
    padding-left : 15px;
1485
    padding-left : 15px;
1483
	display : none;
1486
	display : none;
1484
}
1487
}
1485
1488
1489
/* Search results rows save to lists */
1486
.actions a.addtoshelf {
1490
.actions a.addtoshelf {
1487
    background-image : url("../../images/sprite.png");
1491
    background-image : url("../../images/sprite.png"); /* MARC view */
1488
    background-position: -10px -27px;
1492
    background-position: -10px -27px;
1489
    background-repeat: no-repeat;
1493
    background-repeat: no-repeat;
1490
	padding-left : 13px;
1494
	padding-left : 13px;
Lines 1645-1651 ul#i18nMenu li ul li { Link Here
1645
1649
1646
1650
1647
ul#i18nMenu li.more a {
1651
ul#i18nMenu li.more a {
1648
    background-image : url("../../images/sprite.png");
1652
    background-image : url("../../images/sprite.png"); /* Arrow up */
1649
    background-position : 37px -940px;
1653
    background-position : 37px -940px;
1650
	background-repeat:no-repeat;
1654
	background-repeat:no-repeat;
1651
	padding-right: 1.3em;
1655
	padding-right: 1.3em;
Lines 2341-2347 a.koha_url { Link Here
2341
}
2345
}
2342
2346
2343
.nav_results .l_Results a {
2347
.nav_results .l_Results a {
2344
    background:#E1E1E1 url("../../images/sprite.png") no-repeat 0px -504px;
2348
    background:#E1E1E1 url("../../images/sprite.png") no-repeat 0px -504px; /* Browse results menu */
2345
    color:#006699;
2349
    color:#006699;
2346
    display:block;
2350
    display:block;
2347
    padding:8px 28px;
2351
    padding:8px 28px;

Return to bug 8108