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

My library icons updates

Conflicts:
	MediaBrowser.WebDashboard/dashboard-ui/scripts/indexpage.js
This commit is contained in:
Tim Hobbs 2014-05-19 13:32:33 -07:00
parent 88bcd847e2
commit e90dd3fb28
3 changed files with 209 additions and 52 deletions

View file

@ -136,6 +136,25 @@
height: 83.25px;
}
.myLibraryPosterItem {
width: 157px;
}
.myLibraryPosterItem .posterItemImage {
height: 65px;
background-position: 20px center;
background-size: 25px 25px;
background-color: rgba(51, 51, 51, 0.5);
}
.myLibraryPosterItem .posterItemDefaultText {
top: 0;
left: 0;
line-height: 65px;
text-align: left;
padding-left: 60px;
}
.smallBackdropPosterItem {
width: 157px;
}