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

(-)a/koha-tmpl/opac-tmpl/prog/en/css/opac.css (+42 lines)
Lines 2405-2410 span.sep { Link Here
2405
	text-shadow: 1px 1px 0 #FFF;
2405
	text-shadow: 1px 1px 0 #FFF;
2406
}
2406
}
2407
2407
2408
#social_networks span {
2409
    color: #274D7F;
2410
	display : block;
2411
	float : left;
2412
    font-size: 85%;
2413
    font-weight: bold;
2414
    line-height: 2em;
2415
	margin : .5em 0 .5em .5em !important;
2416
}
2417
#social_networks a {
2418
    background: transparent url("../../images/social-sprite.png") no-repeat;
2419
    display: block;
2420
    height : 20px !important;
2421
    width : 20px;
2422
    text-indent : -999em;
2423
}
2424
2425
#social_networks div {
2426
	float : left !important;
2427
	margin : .5em 0 .5em .2em !important;
2428
}
2429
2430
#social_networks #facebook {
2431
    background-position : -7px -35px;
2432
}
2433
2434
#social_networks #twitter {
2435
    background-position : -7px -5px;
2436
}
2437
2438
#social_networks #linkedin {
2439
    background-position : -7px -95px;
2440
}
2441
2442
#social_networks #delicious {
2443
    background-position : -7px -66px;
2444
}
2445
2446
#social_networks #email {
2447
    background-position : -7px -126px;
2448
}
2449
2408
/* ## BABELTHEQUE ## */
2450
/* ## BABELTHEQUE ## */
2409
/* Uncomment if babeltheque configuration no contains these lines */
2451
/* Uncomment if babeltheque configuration no contains these lines */
2410
/*
2452
/*
(-)a/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt (-7 / +7 lines)
Lines 1206-1219 YAHOO.util.Event.onContentReady("furtherm", function () { Link Here
1206
[% END %]
1206
[% END %]
1207
1207
1208
[% IF ( SocialNetworks ) %]
1208
[% IF ( SocialNetworks ) %]
1209
    <div class="social_networks">
1209
    <div id="social_networks">
1210
        <span>Share</span>
1210
        <span>Share</span>
1211
        <a href="http://www.facebook.com/sharer.php?u=[% current_url |url %]&amp;t=[% title |url %]" title="Share on Facebook"><img alt="Share on Facebook" src="/opac-tmpl/prog/images/socnet/facebook16.png" /></a>
1211
        <div><a id="facebook" href="http://www.facebook.com/sharer.php?u=[% current_url |url %]&amp;t=[% title |url %]" title="Share on Facebook">Facebook</a></div>
1212
        <a href="http://twitter.com/share" title="Share on Twitter"><img alt="Share on Twitter" src="/opac-tmpl/prog/images/socnet/twitter16.png" /></a>
1212
        <div><a id="twitter" href="http://twitter.com/share" title="Share on Twitter">Twitter</a></div>
1213
        <a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=[% current_url |url %]&amp;title=[% title |url %]" title="Share on LinkedIn"><img alt="Share on LinkedIn" src="/opac-tmpl/prog/images/socnet/linkedin16.png" /></a>
1213
        <div><a id="linkedin" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=[% current_url |url %]&amp;title=[% title |url %]" title="Share on LinkedIn">LinkedIn</a></div>
1214
        <a href="http://www.delicious.com/save?url=[% current_url |url %]&amp;title=[% title |url %]" title="Share on Delicious"><img alt="Share on Delicious" src="/opac-tmpl/prog/images/socnet/delicious16.gif" /></a>
1214
        <div><a id="delicious" href="http://www.delicious.com/save?url=[% current_url |url %]&amp;title=[% title |url %]" title="Share on Delicious">Delicious</a></div>
1215
        <g:plusone size="small"></g:plusone>
1215
        <div><a id="email" href="mailto:ADRESSE?subject=TO READ : [% title %]>&amp;body=[% title %]> [% current_url |url %]" title="Share by email">Email</a></div>
1216
        <a href="mailto:ADRESSE?subject=TO READ : [% title %]>&amp;body=[% title %]> [% current_url |url %]" title="Share by email"><img alt="Share by email" src="/opac-tmpl/prog/images/socnet/mailto16.png" /></a>
1216
        <div><g:plusone size="small"></g:plusone></div>
1217
    </div>
1217
    </div>
1218
[% END %]
1218
[% END %]
1219
1219

Return to bug 7500