[IMP] share: slightly improved CSS for share buttons

bzr revid: odo@openerp.com-20111214174013-qme5oytooifkdtet
This commit is contained in:
Olivier Dony 2011-12-14 18:40:13 +01:00
parent 5c817b0887
commit 12efe634eb
1 changed files with 3 additions and 2 deletions

View File

@ -1,13 +1,14 @@
.openerp li.oe-share {
background: url(../img/share.png) no-repeat;
background: url(../img/share.png) no-repeat 0 60%;
padding-left: 20px;
}
.openerp a.oe-share {
background: url(../img/share.png) no-repeat;
background: url(../img/share.png) no-repeat center center;
display: block;
float: left;
width: 20px;
height: 20px;
margin-top: 3px;
}