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

(-)a/koha-tmpl/opac-tmpl/prog/en/css/opac.css (-7 / +6 lines)
Lines 741-747 input.deleteshelf:active { Link Here
741
741
742
a.tag_add {
742
a.tag_add {
743
    background-image: url("../../images/sprite.png"); /* Tag results */
743
    background-image: url("../../images/sprite.png"); /* Tag results */
744
    background-position: -10px -1104px;
744
    background-position: -10px -1110px;
745
    background-repeat: no-repeat;
745
    background-repeat: no-repeat;
746
    padding-left : 13px;
746
    padding-left : 13px;
747
    text-decoration: none;
747
    text-decoration: none;
Lines 749-755 a.tag_add { Link Here
749
749
750
#login4tags {
750
#login4tags {
751
    background-image: url("../../images/sprite.png"); /* Tag results disabled */
751
    background-image: url("../../images/sprite.png"); /* Tag results disabled */
752
    background-position: -10px -1124px;
752
    background-position: -10px -1130px;
753
    background-repeat: no-repeat;
753
    background-repeat: no-repeat;
754
    padding-left : 13px;
754
    padding-left : 13px;
755
    text-decoration: none;
755
    text-decoration: none;
Lines 2045-2051 a#MARCview, a#MARCviewPop, a#ISBDview, a#Normalview, a#Fullhistory, a#Briefhisto Link Here
2045
#shelfbrowser #browser_next,
2045
#shelfbrowser #browser_next,
2046
#shelfbrowser #browser_previous {
2046
#shelfbrowser #browser_previous {
2047
    background-image : url("../../images/sprite.png");
2047
    background-image : url("../../images/sprite.png");
2048
    background-position : -5px -988px;
2049
    background-repeat: no-repeat;
2048
    background-repeat: no-repeat;
2050
    width : 16px;
2049
    width : 16px;
2051
}
2050
}
Lines 2061-2070 a#MARCview, a#MARCviewPop, a#ISBDview, a#Normalview, a#Fullhistory, a#Briefhisto Link Here
2061
    width: 16px;
2060
    width: 16px;
2062
}
2061
}
2063
#shelfbrowser #browser_previous {
2062
#shelfbrowser #browser_previous {
2064
background-position: -9px -1001px;
2063
background-position: -9px -1007px;
2065
}
2064
}
2066
#shelfbrowser #browser_next {
2065
#shelfbrowser #browser_next {
2067
background-position: -9px -1051px;
2066
background-position: -9px -1057px;
2068
}
2067
}
2069
2068
2070
#comments .commentline {
2069
#comments .commentline {
Lines 2266-2278 div.bibmessage { background-color : #ffffb0; border-radius : 5px; padding : 3px; Link Here
2266
2265
2267
#renewselected_link {
2266
#renewselected_link {
2268
    background-image : url("../../images/sprite.png");
2267
    background-image : url("../../images/sprite.png");
2269
    background-position : -5px -988px;
2268
    background-position : -5px -986px;
2270
    background-repeat: no-repeat;
2269
    background-repeat: no-repeat;
2271
}
2270
}
2272
2271
2273
#renewall_link {
2272
#renewall_link {
2274
    background-image : url("../../images/sprite.png");
2273
    background-image : url("../../images/sprite.png");
2275
    background-position : -8px -964px;
2274
    background-position : -8px -967px;
2276
    background-repeat: no-repeat;
2275
    background-repeat: no-repeat;
2277
}
2276
}
2278
2277

Return to bug 10510