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

(-)a/koha-tmpl/opac-tmpl/prog/en/css/opac.css (-47 / +80 lines)
Lines 176-183 h1#library { Link Here
176
176
177
177
178
h1#libraryname {
178
h1#libraryname {
179
	background-image: url("../../images/sprite.png");
179
	background:transparent url(../../images/koha-logo.gif) no-repeat scroll 0%;
180
	background-position: -10px -9px;
181
	border: 0;
180
	border: 0;
182
	float : left !important;
181
	float : left !important;
183
	margin:0;
182
	margin:0;
Lines 428-439 a .term { Link Here
428
427
429
#action a.print {
428
#action a.print {
430
  background-image: url("../../images/sprite.png");
429
  background-image: url("../../images/sprite.png");
431
  background-position: -5px -253px;
430
  background-position: -5px -186px;
431
  background-repeat: no-repeat;
432
}
432
}
433
433
434
#action a#furthersearches {
434
#action a#furthersearches {
435
	background-image: url("../../images/sprite.png");
435
	background-image: url("../../images/sprite.png");
436
	background-position: 106px -362px;
436
	background-position: 106px -295px;
437
	background-repeat: no-repeat;
437
	border : 1px solid #F3F3F3;
438
	border : 1px solid #F3F3F3;
438
	margin-left : 5px;
439
	margin-left : 5px;
439
	padding : 2px 26px 2px 10px;
440
	padding : 2px 26px 2px 10px;
Lines 450-466 a .term { Link Here
450
#action a.reserve,
451
#action a.reserve,
451
.searchresults a.reserve {
452
.searchresults a.reserve {
452
  background-image: url("../../images/sprite.png");
453
  background-image: url("../../images/sprite.png");
453
  background-position: -5px -211px;
454
  background-position: -5px -144px;
455
  background-repeat: no-repeat;
454
}
456
}
455
457
456
#action a.addtoshelf, #toolbar a.addtoshelf {
458
#action a.addtoshelf, #toolbar a.addtoshelf {
457
  background-image: url("../../images/sprite.png");
459
  background-image: url("../../images/sprite.png");
458
  background-position: -5px -292px;
460
  background-position: -5px -225px;
461
  background-repeat: no-repeat;
459
}
462
}
460
463
461
#action a.addtocart, #toolbar a.addtocart {
464
#action a.addtocart, #toolbar a.addtocart {
462
  background-image: url("../../images/sprite.png");
465
  background-image: url("../../images/sprite.png");
463
  background-position: -5px -332px;
466
  background-position: -5px -265px;
467
  background-repeat: no-repeat;
464
}
468
}
465
469
466
#action a.cartRemove, .actions a.cartRemove {
470
#action a.cartRemove, .actions a.cartRemove {
Lines 472-479 a .term { Link Here
472
476
473
#action a.incart {
477
#action a.incart {
474
  background-image: url("../../images/sprite.png");
478
  background-image: url("../../images/sprite.png");
475
  background-position: -5px -332px;
479
  background-position: -5px -265px;
476
	color : #666;
480
  background-repeat: no-repeat;
481
  color : #666;
477
}
482
}
478
483
479
/* toolbar buttons */
484
/* toolbar buttons */
Lines 532-580 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', end Link Here
532
537
533
#toolbar a.print {
538
#toolbar a.print {
534
	background-image: url("../../images/sprite.png");
539
	background-image: url("../../images/sprite.png");
535
	background-position : 0px -490px;
540
	background-position : 0px -423px;
541
	background-repeat: no-repeat;
536
	text-decoration : none;
542
	text-decoration : none;
537
	padding-left : 30px;
543
	padding-left : 30px;
538
}
544
}
539
545
540
#toolbar a.brief {
546
#toolbar a.brief {
541
	background-image : url("../../images/sprite.png");
547
	background-image : url("../../images/sprite.png");
542
	background-position : -2px -935px;
548
	background-position : -2px -868px;
549
	background-repeat: no-repeat;
543
	text-decoration : none;
550
	text-decoration : none;
544
	padding-left : 27px;
551
	padding-left : 27px;
545
}
552
}
546
553
547
#toolbar a.detail {
554
#toolbar a.detail {
548
	background-image : url("../../images/sprite.png");
555
	background-image : url("../../images/sprite.png");
549
	background-position : -2px -965px;
556
	background-position : -2px -898px;
557
	background-repeat: no-repeat;
550
	text-decoration : none;
558
	text-decoration : none;
551
	padding-left : 27px;
559
	padding-left : 27px;
552
}
560
}
553
561
554
#toolbar a.download {
562
#toolbar a.download {
555
	background-image : url("../../images/sprite.png");
563
	background-image : url("../../images/sprite.png");
556
	background-position : 2px -415px;
564
	background-position : 2px -348px;
565
	background-repeat: no-repeat;
557
	padding-left : 28px;
566
	padding-left : 28px;
558
	text-decoration : none;
567
	text-decoration : none;
559
}
568
}
560
569
561
#toolbar a.editshelf {
570
#toolbar a.editshelf {
562
	background-image : url("../../images/sprite.png");
571
	background-image : url("../../images/sprite.png");
563
	background-position : 2px -415px;
572
	background-position : 2px -348px;
573
	background-repeat: no-repeat;
564
	padding-left : 26px;
574
	padding-left : 26px;
565
	text-decoration : none;
575
	text-decoration : none;
566
}
576
}
567
577
568
#toolbar a.empty {
578
#toolbar a.empty {
569
	background-image : url("../../images/sprite.png");
579
	background-image : url("../../images/sprite.png");
570
	background-position : 2px -665px;
580
	background-position : 2px -598px;
581
	background-repeat: no-repeat;
571
	text-decoration : none;
582
	text-decoration : none;
572
	padding-left : 30px;
583
	padding-left : 30px;
573
}
584
}
574
585
575
#toolbar a.hide {
586
#toolbar a.hide {
576
	background-image : url("../../images/sprite.png");
587
	background-image : url("../../images/sprite.png");
577
	background-position: -3px -881px;
588
	background-position: -3px -814px;
589
	background-repeat: no-repeat;
578
	text-decoration : none;
590
	text-decoration : none;
579
	padding-left : 26px;
591
	padding-left : 26px;
580
}
592
}
Lines 582-601 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', end Link Here
582
#toolbar a.hold,
594
#toolbar a.hold,
583
#selections-toolbar a.hold {
595
#selections-toolbar a.hold {
584
	background-image: url("../../images/sprite.png");
596
	background-image: url("../../images/sprite.png");
585
	background-position : -5px -520px;
597
	background-position : -5px -453px;
598
	background-repeat: no-repeat;
586
	text-decoration : none;
599
	text-decoration : none;
587
	padding-left : 23px;
600
	padding-left : 23px;
588
}
601
}
589
602
590
#selections-toolbar a.hold.disabled {
603
#selections-toolbar a.hold.disabled {
591
	background-image: url("../../images/sprite.png");
604
	background-image: url("../../images/sprite.png");
592
	background-position : -5px -688px;
605
	background-position : -5px -621px;
606
	background-repeat: no-repeat;
593
}
607
}
594
608
595
#selections-toolbar a.removeitems,
609
#selections-toolbar a.removeitems,
596
#selections-toolbar a.deleteshelf {
610
#selections-toolbar a.deleteshelf {
597
	background-image : url("../../images/sprite.png");
611
	background-image : url("../../images/sprite.png");
598
	background-position : 2px -757px;
612
	background-position : 2px -690px;
613
	background-repeat: no-repeat;
599
	text-decoration : none;
614
	text-decoration : none;
600
	padding-left : 25px;
615
	padding-left : 25px;
601
}
616
}
Lines 604-623 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', end Link Here
604
#selections-toolbar a.removeitems.disabled,
619
#selections-toolbar a.removeitems.disabled,
605
#selections-toolbar a.deleteshelf.disabled {
620
#selections-toolbar a.deleteshelf.disabled {
606
	background-image: url("../../images/sprite.png");
621
	background-image: url("../../images/sprite.png");
607
	background-position : 2px -779px;
622
	background-position : 2px -712px;
623
	background-repeat: no-repeat;
608
}
624
}
609
625
610
#toolbar a.send,
626
#toolbar a.send,
611
a.send {
627
a.send {
612
	background-image: url("../../images/sprite.png");
628
	background-image: url("../../images/sprite.png");
613
	background-position : 2px -453px;
629
	background-position : 2px -386px;
630
	background-repeat: no-repeat;
614
	text-decoration : none;
631
	text-decoration : none;
615
	padding-left : 28px;
632
	padding-left : 28px;
616
}
633
}
617
634
618
#toolbar a.new {
635
#toolbar a.new {
619
	background-image : url("../../images/sprite.png");
636
	background-image : url("../../images/sprite.png");
620
	background-position : -4px -989px;
637
	background-position : -4px -922px;
621
	background-repeat : no-repeat;
638
	background-repeat : no-repeat;
622
	padding-left : 23px;
639
	padding-left : 23px;
623
	text-decoration : none;
640
	text-decoration : none;
Lines 626-632 a.send { Link Here
626
#toolbar input.editshelf,
643
#toolbar input.editshelf,
627
input.editshelf {
644
input.editshelf {
628
	background-image : url("../../images/sprite.png");
645
	background-image : url("../../images/sprite.png");
629
	background-position : 2px -799px;
646
	background-position : 2px -732px;
647
	background-repeat: no-repeat;
630
	border : 0;
648
	border : 0;
631
	color : #006699;
649
	color : #006699;
632
	cursor : pointer;
650
	cursor : pointer;
Lines 639-645 input.editshelf { Link Here
639
#toolbar a.newshelf,
657
#toolbar a.newshelf,
640
a.newshelf {
658
a.newshelf {
641
	background-image: url("../../images/sprite.png"); /* add to list icon */
659
	background-image: url("../../images/sprite.png"); /* add to list icon */
642
	background-position: -4px -831px;
660
	background-position: -4px -864px;
661
	background-repeat: no-repeat;
643
	border : 0;
662
	border : 0;
644
	color : #006699;
663
	color : #006699;
645
	cursor : pointer;
664
	cursor : pointer;
Lines 651-663 a.newshelf { Link Here
651
670
652
a.newshelf.disabled {
671
a.newshelf.disabled {
653
	background-image: url("../../images/sprite.png"); /* add to list icon */
672
	background-image: url("../../images/sprite.png"); /* add to list icon */
654
	background-position: -4px -858px;
673
	background-position: -4px -791px;
674
	background-repeat: no-repeat;
655
}
675
}
656
676
657
#toolbar input.deleteshelf,
677
#toolbar input.deleteshelf,
658
input.deleteshelf {
678
input.deleteshelf {
659
	background-image : url("../../images/sprite.png");
679
	background-image : url("../../images/sprite.png");
660
	background-position : 2px -752px;
680
	background-position : 2px -685px;
681
	background-repeat: no-repeat;
661
	border : 0;
682
	border : 0;
662
	color : #006699;
683
	color : #006699;
663
	cursor : pointer;
684
	cursor : pointer;
Lines 685-702 input.deleteshelf:active { Link Here
685
#tagsel_span input.submit,
706
#tagsel_span input.submit,
686
#tagsel_tag {
707
#tagsel_tag {
687
	background-image : url("../../images/sprite.png"); /* tag icon */
708
	background-image : url("../../images/sprite.png"); /* tag icon */
688
	background-position : 7px -707px;
709
	background-position : 7px -640px;
689
	background-repeat : no-repeat;
710
	background-repeat : no-repeat;
690
	padding-left : 25px;
711
	padding-left : 25px;
691
	text-decoration: none;
712
	text-decoration: none;
692
}
713
}
693
714
694
#tagsel_tag {
715
#tagsel_tag {
695
	background-position : -1px -710px;
716
	background-position : -1px -643px;
696
}
717
}
697
718
698
#tagsel_tag.disabled {
719
#tagsel_tag.disabled {
699
	background-position : -1px -734px;
720
	background-position : -1px -667px;
700
}
721
}
701
722
702
#tagslist li { display : inline; }
723
#tagslist li { display : inline; }
Lines 712-725 input.deleteshelf:active { Link Here
712
733
713
.addto a.addtocart {
734
.addto a.addtocart {
714
  background-image: url("../../images/sprite.png"); /* cart icon */
735
  background-image: url("../../images/sprite.png"); /* cart icon */
715
  background-position: -5px -332px;
736
  background-position: -5px -265px;
737
	background-repeat: no-repeat;
716
	text-decoration : none;
738
	text-decoration : none;
717
	padding-left : 33px;
739
	padding-left : 33px;
718
}
740
}
719
741
720
#placehold input.submit {
742
#placehold input.submit {
721
	background-image: url("../../images/sprite.png"); /* place hold icon */
743
	background-image: url("../../images/sprite.png"); /* place hold icon */
722
	background-position: -1px -207px;
744
	background-position: -1px -140px;
745
	background-repeat: no-repeat;
723
	text-decoration : none;
746
	text-decoration : none;
724
	padding-left : 23px;
747
	padding-left : 23px;
725
}
748
}
Lines 736-742 input.deleteshelf:active { Link Here
736
}
759
}
737
.searchresults a.highlight_toggle {
760
.searchresults a.highlight_toggle {
738
	background-image: url("../../images/sprite.png"); /* place hold icon */
761
	background-image: url("../../images/sprite.png"); /* place hold icon */
739
	background-position: -11px -908px;
762
	background-position: -11px -841px;
763
	background-repeat: no-repeat;
740
	display: none;
764
	display: none;
741
	font-weight: normal;
765
	font-weight: normal;
742
	padding : 0 10px 0 21px;
766
	padding : 0 10px 0 21px;
Lines 1415-1434 padding-left : .4em; Link Here
1415
1439
1416
.actions a.hold {
1440
.actions a.hold {
1417
	background-image : url("../../images/sprite.png");
1441
	background-image : url("../../images/sprite.png");
1418
	background-position : -10px -609px;
1442
	background-position : -10px -542px;
1443
	background-repeat: no-repeat;
1419
	padding-left : 16px;
1444
	padding-left : 16px;
1420
}
1445
}
1421
1446
1422
.actions a.addtocart {
1447
.actions a.addtocart {
1423
	background-image : url("../../images/sprite.png");
1448
	background-image : url("../../images/sprite.png");
1424
	background-position : -10px -639px;
1449
	background-position : -10px -572px;
1450
	background-repeat: no-repeat;
1425
	padding-left : 15px;
1451
	padding-left : 15px;
1426
	display : none;
1452
	display : none;
1427
}
1453
}
1428
1454
1429
.actions a.addtoshelf {
1455
.actions a.addtoshelf {
1430
	background-image : url("../../images/sprite.png");
1456
	background-image : url("../../images/sprite.png");
1431
	background-position: -10px -94px;
1457
	background-position: -10px -27px;
1458
	background-repeat: no-repeat;
1432
	padding-left : 13px;
1459
	padding-left : 13px;
1433
}
1460
}
1434
1461
Lines 1588-1594 ul#i18nMenu li ul li { Link Here
1588
1615
1589
ul#i18nMenu li.more a {
1616
ul#i18nMenu li.more a {
1590
	background-image : url("../../images/sprite.png");
1617
	background-image : url("../../images/sprite.png");
1591
	background-position : 37px -1007px;
1618
	background-position : 37px -940px;
1592
	background-repeat:no-repeat;
1619
	background-repeat:no-repeat;
1593
	padding-right: 1.3em;
1620
	padding-right: 1.3em;
1594
}
1621
}
Lines 1798-1804 span.starMT { Link Here
1798
	background: url("../../images/sprite.png"),-ms-linear-gradient(top, #d7e5ff 0%,#b1cbff 50%,#9fbfff 100%); /* IE10+ */
1825
	background: url("../../images/sprite.png"),-ms-linear-gradient(top, #d7e5ff 0%,#b1cbff 50%,#9fbfff 100%); /* IE10+ */
1799
	background: url("../../images/sprite.png"),linear-gradient(top, #d7e5ff 0%,#b1cbff 50%,#9fbfff 100%); /* W3C */
1826
	background: url("../../images/sprite.png"),linear-gradient(top, #d7e5ff 0%,#b1cbff 50%,#9fbfff 100%); /* W3C */
1800
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7e5ff', endColorstr='#9fbfff',GradientType=0 ); /* IE6-9 */
1827
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7e5ff', endColorstr='#9fbfff',GradientType=0 ); /* IE6-9 */
1801
	background-position: 40px -354px,top left;
1828
	background-position: 40px -287px,top left;
1802
	background-repeat: no-repeat;
1829
	background-repeat: no-repeat;
1803
	border: 1px solid #629DCF;
1830
	border: 1px solid #629DCF;
1804
	color : #006699;
1831
	color : #006699;
Lines 1815-1821 span.starMT { Link Here
1815
	background: url("../../images/sprite.png"),linear-gradient(top, #e2ecf5 0%,#c3d8ea 50%,#b8d0e6 100%); /* W3C */
1842
	background: url("../../images/sprite.png"),linear-gradient(top, #e2ecf5 0%,#c3d8ea 50%,#b8d0e6 100%); /* W3C */
1816
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2ecf5', endColorstr='#b8d0e6',GradientType=0 ); /* IE6-9 */
1843
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2ecf5', endColorstr='#b8d0e6',GradientType=0 ); /* IE6-9 */
1817
	background-repeat: no-repeat;
1844
	background-repeat: no-repeat;
1818
	background-position: 40px -354px,top left;
1845
	background-position: 40px -287px,top left;
1819
}
1846
}
1820
1847
1821
#cartmenulink {
1848
#cartmenulink {
Lines 1827-1833 span.starMT { Link Here
1827
	background: url("../../images/sprite.png"),-ms-linear-gradient(top, #d5eaba 0%,#b7db8a 50%,#98cb59 100%); /* IE10+ */
1854
	background: url("../../images/sprite.png"),-ms-linear-gradient(top, #d5eaba 0%,#b7db8a 50%,#98cb59 100%); /* IE10+ */
1828
	background: url("../../images/sprite.png"),linear-gradient(top, #d5eaba 0%,#b7db8a 50%,#98cb59 100%); /* W3C */
1855
	background: url("../../images/sprite.png"),linear-gradient(top, #d5eaba 0%,#b7db8a 50%,#98cb59 100%); /* W3C */
1829
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5eaba', endColorstr='#98cb59',GradientType=0 ); /* IE6-9 */
1856
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5eaba', endColorstr='#98cb59',GradientType=0 ); /* IE6-9 */
1830
	background-position: -5px -323px, left top;
1857
	background-position: -5px -256px, left top;
1831
	background-repeat: no-repeat;
1858
	background-repeat: no-repeat;
1832
	border: 1px solid #5EA28C;
1859
	border: 1px solid #5EA28C;
1833
	color : #336600;
1860
	color : #336600;
Lines 1844-1850 span.starMT { Link Here
1844
	background: url("../../images/sprite.png"),linear-gradient(top, #e5f1d4 0%,#cbe4aa 50%,#c0de98 100%); /* W3C */
1871
	background: url("../../images/sprite.png"),linear-gradient(top, #e5f1d4 0%,#cbe4aa 50%,#c0de98 100%); /* W3C */
1845
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5f1d4', endColorstr='#c0de98',GradientType=0 ); /* IE6-9 */
1872
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5f1d4', endColorstr='#c0de98',GradientType=0 ); /* IE6-9 */
1846
	background-repeat: no-repeat;
1873
	background-repeat: no-repeat;
1847
	background-position: -5px -323px, left top;
1874
	background-position: -5px -256px, left top;
1848
}
1875
}
1849
1876
1850
/* IE 6 & 7  don't do multiple backgrounds, so remove extra padding */
1877
/* IE 6 & 7  don't do multiple backgrounds, so remove extra padding */
Lines 1951-1969 a#MARCview, span#MARCview, a#MARCviewPop, a#ISBDview, span#ISBDview, a#Normalvie Link Here
1951
1978
1952
a#MARCview, span#MARCview {
1979
a#MARCview, span#MARCview {
1953
	background-image: url("../../images/sprite.png");
1980
	background-image: url("../../images/sprite.png");
1954
	background-position: -5px -93px;
1981
	background-position: -5px -26px;
1982
	background-repeat: no-repeat;
1955
}
1983
}
1956
a#MARCviewPop, span#MARCviewPop {
1984
a#MARCviewPop, span#MARCviewPop {
1957
	background-image: url("../../images/sprite.png");
1985
	background-image: url("../../images/sprite.png");
1958
	background-position: -5px -93px;
1986
	background-position: -5px -26px;
1987
	background-repeat: no-repeat;
1959
}
1988
}
1960
a#ISBDview, span#ISBDview {
1989
a#ISBDview, span#ISBDview {
1961
	background-image: url("../../images/sprite.png");
1990
	background-image: url("../../images/sprite.png");
1962
	background-position: -5px -122px;
1991
	background-position: -5px -55px;
1992
	background-repeat: no-repeat;
1963
}
1993
}
1964
a#Normalview, span#Normalview {
1994
a#Normalview, span#Normalview {
1965
	background-image: url("../../images/sprite.png");
1995
	background-image: url("../../images/sprite.png");
1966
	background-position: -5px -64px;
1996
	background-position: -7px 3px;
1997
	background-repeat: no-repeat;
1967
	padding-left : 15px;
1998
	padding-left : 15px;
1968
}
1999
}
1969
2000
Lines 2166-2177 div.bibmessage { background-color : #ffffb0; border-radius : 5px; padding : 3px; Link Here
2166
2197
2167
#renewselected_link {
2198
#renewselected_link {
2168
	background-image : url("../../images/sprite.png");
2199
	background-image : url("../../images/sprite.png");
2169
	background-position : -5px -1055px;
2200
	background-position : -5px -988px;
2201
	background-repeat: no-repeat;
2170
}
2202
}
2171
2203
2172
#renewall_link {
2204
#renewall_link {
2173
	background-image : url("../../images/sprite.png");
2205
	background-image : url("../../images/sprite.png");
2174
	background-position : -8px -1034px;
2206
	background-position : -8px -964px;
2207
	background-repeat: no-repeat;
2175
}
2208
}
2176
2209
2177
div.koha_url {
2210
div.koha_url {
Lines 2283-2289 a.koha_url { Link Here
2283
}
2316
}
2284
2317
2285
.nav_results .l_Results a {
2318
.nav_results .l_Results a {
2286
    background:#E1E1E1 url("../../images/sprite.png") no-repeat 0px -571px;
2319
    background:#E1E1E1 url("../../images/sprite.png") no-repeat 0px -504px;
2287
    color:#006699;
2320
    color:#006699;
2288
    display:block;
2321
    display:block;
2289
    padding:8px 28px;
2322
    padding:8px 28px;

Return to bug 7500