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:
parent
0379c723e9
commit
b9c29ad110
8 changed files with 55 additions and 13 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue