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

added new indicators

This commit is contained in:
Luke Pulverenti 2013-04-10 00:38:04 -04:00
parent 0379c723e9
commit b9c29ad110
8 changed files with 55 additions and 13 deletions

View file

@ -175,3 +175,13 @@
.mediaInfoLabel {
color: #bbb;
}
.posterRibbon {
display: block;
position: absolute;
top: 0;
right: 0;
text-align: center;
background-color: #008FBB;
padding: 2px 10px;
}

View file

@ -407,7 +407,7 @@ form, .readOnlyContent {
display: inline-block;
margin: 5px;
text-align: center;
font-size: 15px;
font-size: 14px;
padding: 0;
position: relative;
padding-bottom: 28px;