likes/favorites for media item

This commit is contained in:
Techywarrior 2013-03-28 22:51:45 -07:00
parent 60002c5535
commit 86ca0fbc36
8 changed files with 73 additions and 0 deletions

View file

@ -887,4 +887,9 @@ progress {
height: 26px;
width: 26px;
margin: -.7em .5em auto 0;
}
#itemFav img {
width: 64px;
cursor: pointer;
}