fixed problems with youtube video inline

This commit is contained in:
Jeena Paradies 2013-02-28 18:23:37 +01:00
parent 5d8b6887a6
commit cd983cdb26
5 changed files with 47 additions and 18 deletions

View file

@ -345,4 +345,21 @@ header.profile button {
header.profile button.following {
background: #D84A38;
}
a.youtube {
position: relative;
display: inline-block;
}
a.youtube:before {
content: " ";
background: url(../img/play.png) no-repeat;
width: 37px;
height: 24px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -19px;
margin-top: -12px;
}