1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

display tags on detail page

This commit is contained in:
Luke Pulverenti 2013-05-06 23:00:24 -04:00
parent ca5c8313cf
commit b2a4c7ea74
3 changed files with 31 additions and 2 deletions

View file

@ -141,6 +141,14 @@
display: block;
}
.itemTag {
display: inline-block;
background-color: #999;
border-radius: 4px;
padding: 3px 5px;
font-size: 13px;
margin: 0 5px 0 0;
}
@media all and (min-width: 750px) {