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

update live tv recordings

This commit is contained in:
Luke Pulverenti 2015-07-29 13:16:00 -04:00
parent 65f5de02c1
commit 6d7ee58678
18 changed files with 146 additions and 272 deletions

View file

@ -681,6 +681,11 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
padding-bottom: .75em;
}
.detailSection h1 {
margin-bottom: .25em;
position: relative;
}
.detailSectionHeader {
background-clip: border-box;
padding: .75em 0 .75em 1em;
@ -716,7 +721,6 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
.detailSectionHeaderButton {
position: absolute;
right: 0;
top: 7px;
margin-top: 0;
margin-bottom: 0;
}