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

add methods to media source manager

This commit is contained in:
Luke Pulverenti 2015-03-07 17:43:53 -05:00
parent 27b1ce1889
commit 692c7d1943
3 changed files with 29 additions and 21 deletions

View file

@ -669,13 +669,16 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
}
.ui-page-theme-a .detailSectionHeader {
background-color: #ddd;
background-color: transparent;
border: 1px solid #ddd;
border-radius: 2px;
border-width: 0 0 1px 0;
border-radius: 0;
padding: 0 0 .25em .25em;
margin-bottom: .5em;
}
.ui-page-theme-a .detailSectionHeader, .ui-page-theme-a .detailSectionHeader h3 {
font-weight: 500;
font-size: 22px;
}
.ui-page-theme-b .detailSectionHeader {
@ -1447,4 +1450,4 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
.smallDetailImageContainer {
padding-left: 1em;
}
}
}