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

removed udp server layer

This commit is contained in:
Luke Pulverenti 2013-03-27 18:13:46 -04:00
parent 65d7cb543b
commit 9c457ce2c5
2 changed files with 26 additions and 26 deletions

View file

@ -134,7 +134,7 @@ pre, textarea.pre {
} }
.imageLink.supporter { .imageLink.supporter {
display:none; display: none;
} }
.btnCurrentUser { .btnCurrentUser {
@ -286,7 +286,7 @@ form, .readOnlyContent {
} }
.imageLink.supporter { .imageLink.supporter {
display:inline-block; display: inline-block;
} }
.header { .header {
@ -445,9 +445,9 @@ form, .readOnlyContent {
padding-bottom: 56px; padding-bottom: 56px;
} }
.posterViewItemWithDualText .posterViewItemText { .posterViewItemWithDualText .posterViewItemText {
text-align: left; text-align: left;
} }
.posterViewItemWithNoText { .posterViewItemWithNoText {
padding-bottom: 0!important; padding-bottom: 0!important;
@ -529,20 +529,16 @@ form, .readOnlyContent {
@media all and (min-width: 1200px) { @media all and (min-width: 1200px) {
.posterViewItem { .posterViewItem img {
font-size: 17px; max-width: 250px;
max-height: 250px;
} }
.posterViewItem img {
max-width: 280px;
max-height: 250px;
}
} }
@media all and (min-width: 1920px) { @media all and (min-width: 1920px) {
.posterViewItem { .posterViewItem {
font-size: 19px; font-size: 18px;
padding-bottom: 33px; padding-bottom: 33px;
} }
@ -559,7 +555,7 @@ form, .readOnlyContent {
} }
.posterViewItem img { .posterViewItem img {
max-width: 352px; max-width: 300px;
max-height: 300px; max-height: 300px;
} }
} }
@ -831,29 +827,33 @@ progress {
/*width: 180px;*/ /*width: 180px;*/
bottom: -5px; bottom: -5px;
} }
.vjs-quality-button { .vjs-quality-button {
padding: 0 0.6em !important; padding: 0 0.6em !important;
width: auto !important; width: auto !important;
} }
.vjs-quality-button div {
width: auto !important; .vjs-quality-button div {
background: none !important; width: auto !important;
} background: none !important;
}
.vjs-chapter-button div { .vjs-chapter-button div {
background-position: -100px -75px !important; background-position: -100px -75px !important;
} }
.vjs-chapter-button.vjs-menu-button ul { .vjs-chapter-button.vjs-menu-button ul {
width: auto; width: auto;
max-width: 25em; max-width: 25em;
overflow-y: scroll; overflow-y: scroll;
} }
.vjs-chapter-button.vjs-menu-button ul li {
width: auto; .vjs-chapter-button.vjs-menu-button ul li {
white-space: nowrap; width: auto;
font-size: 1.1em; white-space: nowrap;
padding-right: 10px; font-size: 1.1em;
} padding-right: 10px;
}
@media all and (min-width: 650px) { @media all and (min-width: 650px) {

View file

@ -14,7 +14,7 @@
var options = { var options = {
limit: 5, limit: 6,
sortBy: "DateCreated", sortBy: "DateCreated",
sortOrder: "Descending", sortOrder: "Descending",
filters: "IsRecentlyAdded,IsNotFolder", filters: "IsRecentlyAdded,IsNotFolder",
@ -34,7 +34,7 @@
options = { options = {
limit: 5, limit: 6,
sortBy: "DatePlayed", sortBy: "DatePlayed",
sortOrder: "Descending", sortOrder: "Descending",
filters: "IsResumable", filters: "IsResumable",