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

fixes #791 - Support server-side playlists

This commit is contained in:
Luke Pulverenti 2014-08-02 22:16:37 -04:00
parent cd1e583fa7
commit ba247c8a15
33 changed files with 1131 additions and 716 deletions

View file

@ -12,6 +12,10 @@
margin-left: .5em;
}
.libraryPage {
background-color: #202020;
}
.backdropPage {
background-color: rgba(15, 15,15, .94) !important;
}
@ -49,8 +53,8 @@
.listHeader {
margin-top: .7em;
margin-bottom: 0;
padding-left: 4px;
margin-bottom: .15em;
padding-left: 2px;
}
.firstListHeader {
@ -58,17 +62,9 @@
}
.ehsContent {
padding: 0;
border-spacing: 0;
border-collapse: collapse;
margin: 0 auto;
}
.ehsContent td {
padding: 0;
border-spacing: 0;
}
.homePageSection + .homePageSection {
margin-top: 1em;
}
@ -103,20 +99,6 @@
top: 3px;
}
@media all and (min-width: 800px) {
.ehsContent {
width: 770px;
}
}
@media all and (min-width: 1000px) {
.ehsContent {
width: 900px;
}
}
@media all and (min-width: 1200px) {
.ehsContent {
@ -908,7 +890,7 @@ a.itemTag:hover {
width: 27px;
z-index: 1000;
text-align: center;
font-size: 14px;
font-size: 13px;
display: none;
line-height: 1;
}
@ -917,6 +899,7 @@ a.itemTag:hover {
display: block;
text-decoration: none;
padding: 1px 0;
font-weight: 500;
}
.alphabetPicker a:not(.selectedCharacter) {
@ -979,7 +962,7 @@ a.itemTag:hover {
}
.itemsContainerWithAlphaPicker {
margin-right: 15px;
margin-right: 20px;
}
}