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

(-)a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss (-16 / +19 lines)
Lines 2020-2031 input { Link Here
2020
}
2020
}
2021
2021
2022
#social_networks {
2022
#social_networks {
2023
    margin-top: .5em;
2024
2023
    a {
2025
    a {
2024
        background: transparent url( "../images/social-sprite.png" ) no-repeat;
2026
        border: 1px solid transparent;
2025
        display: block;
2027
        border-radius: 4px;
2026
        height: 20px !important;
2028
        display: inline-block;
2027
        text-indent: -999em;
2029
        min-width: 1em;
2028
        width: 20px;
2030
        padding: .5em;
2031
        text-align: center;
2032
    }
2033
2034
    a:hover,
2035
    a:active {
2036
        border: 1px solid #EEE;
2029
    }
2037
    }
2030
2038
2031
    span {
2039
    span {
Lines 2035-2066 input { Link Here
2035
        font-size: 85%;
2043
        font-size: 85%;
2036
        font-weight: bold;
2044
        font-weight: bold;
2037
        line-height: 2em;
2045
        line-height: 2em;
2038
        margin: .5em 0 .5em .5em !important;
2046
        margin: .5em;
2039
    }
2047
    }
2040
2048
2041
    div {
2049
    div {
2042
        float: left !important;
2050
        float: left;
2043
        margin: .5em 0 .5em .2em !important;
2044
    }
2051
    }
2045
2052
2046
    #facebook {
2053
    #facebook {
2047
        background-position: -7px -35px;
2054
        color: #4267B2;
2048
    }
2055
    }
2049
2056
2050
    #twitter {
2057
    #twitter {
2051
        background-position: -7px -5px;
2058
        color: #1DA1F2;
2052
    }
2059
    }
2053
2060
2054
    #linkedin {
2061
    #linkedin {
2055
        background-position: -7px -95px;
2062
        color: #0073b0;
2056
    }
2057
2058
    #delicious {
2059
        background-position: -7px -66px;
2060
    }
2063
    }
2061
2064
2062
    #email {
2065
    #email {
2063
        background-position: -7px -126px;
2066
        color: #666;
2064
    }
2067
    }
2065
}
2068
}
2066
2069
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt (-2 / +1 lines)
Lines 1165-1171 Link Here
1165
                                [% CASE "email" -%]
1165
                                [% CASE "email" -%]
1166
                                    <div><a id="email" href="mailto:?subject=[% title |url %]&amp;body=[% title |url %]%20([% current_url |url %])" title="Share by email"><i class="fa fa-envelope-o"></i></a></div>
1166
                                    <div><a id="email" href="mailto:?subject=[% title |url %]&amp;body=[% title |url %]%20([% current_url |url %])" title="Share by email"><i class="fa fa-envelope-o"></i></a></div>
1167
                                [% CASE "twitter" -%]
1167
                                [% CASE "twitter" -%]
1168
                                    <div><a id="twitter" href="https://twitter.com/share" class="twitter-share-button" data-count="none" data-text="[% title |url %]" data-lang="[% lang | html %]"><i class="fa fa-twitter"></i></a></div>
1168
                                    <div><a id="twitter" href="https://twitter.com/share" class="twitter-share-button" data-count="none" data-text="[% title |url %]" data-lang="[% lang | html %]" title="Share on Twitter"><i class="fa fa-twitter"></i></a></div>
1169
                            [% END -%]
1169
                            [% END -%]
1170
                        [% END %]
1170
                        [% END %]
1171
                    </div>
1171
                    </div>
1172
- 

Return to bug 23791