/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 30 déc. 2016, 16:11:18
    Author     : patrick
*/

.social {
    padding: 2px;  
    cursor: pointer;
    width: 22px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    margin-top: 1px;
}

.sendarticle.social {
    background-image: url("images/social_send.png")
}
.printarticle.social {
    background-image: url("images/social_print.png")
}
.share.social {
    background-image: url("images/social_share.png")
}