fixed problems with youtube video inline
This commit is contained in:
parent
5d8b6887a6
commit
cd983cdb26
5 changed files with 47 additions and 18 deletions
|
@ -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;
|
||||
}
|
Reference in a new issue