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

update sync process

This commit is contained in:
Luke Pulverenti 2015-09-24 13:08:10 -04:00
parent cc428aac1d
commit 504384e83d
109 changed files with 553 additions and 289 deletions

View file

@ -458,10 +458,6 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
padding: 0;
}
.lnkSibling:hover {
text-decoration: underline;
}
.lnkSibling:not(.hide) {
display: block;
}
@ -973,10 +969,6 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
text-decoration: none;
}
.detailPageParentLink:hover {
text-decoration: underline;
}
.itemMiscInfo {
text-overflow: ellipsis;
overflow: hidden;
@ -1049,7 +1041,7 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
border-radius: 50%;
color: #fff;
line-height: 19px;
background-color: #38c;
background-color: #52B54B;
}
.playedIndicator + .syncIndicator {
@ -1556,6 +1548,10 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
display: none !important;
}
.homeFavoritesDisabled .homeFavoritesTab {
display: none !important;
}
.detailsMenu {
width: 280px;
}