mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
display rotten tomatoes icon
This commit is contained in:
parent
bcda81a83d
commit
4c30399fde
9 changed files with 89 additions and 52 deletions
BIN
dashboard-ui/css/images/fresh.png
Normal file
BIN
dashboard-ui/css/images/fresh.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6 KiB |
BIN
dashboard-ui/css/images/rotten.png
Normal file
BIN
dashboard-ui/css/images/rotten.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.7 KiB |
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -15,8 +15,19 @@
|
|||
}
|
||||
|
||||
.tileItem .starRating {
|
||||
width: 15px;
|
||||
height: 13px;
|
||||
width: 16px;
|
||||
height: 14px;
|
||||
}
|
||||
|
||||
.tileItem .rottentomatoesicon {
|
||||
height: 14px;
|
||||
width: 14px;
|
||||
}
|
||||
|
||||
.tileItem .criticRating {
|
||||
position: relative;
|
||||
top: -1px;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.tileImage {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue