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

add localization stub

This commit is contained in:
Luke Pulverenti 2014-03-30 21:00:47 -04:00
parent 7dd0efdcc2
commit 1f1dcf80c1
14 changed files with 105 additions and 1383 deletions

View file

@ -1204,16 +1204,16 @@ a.itemTag:hover {
width: 250px;
}
.ui-panel-dismiss-open.ui-panel-dismiss-position-right[data-panelid=playerSelectionPanel] {
right: 250px;
}
.playerSelectionPanel + .ui-panel-dismiss {
right: 250px;
}
@media all and (min-width: 600px) {
.playerSelectionPanel {
width: 300px;
}
.ui-panel-dismiss-open.ui-panel-dismiss-position-right[data-panelid=playerSelectionPanel] {
right: 300px;
}
}
.playerSelectionPanel + .ui-panel-dismiss {
right: 300px;
}
}

View file

@ -161,6 +161,14 @@
height: 144px;
}
.bannerPosterItem {
width: 280px;
}
.bannerPosterItem .posterItemImage {
height: 51.8px;
}
.posterItemProgress .itemProgressBar {
height: 10px;
width: 100%;
@ -263,6 +271,14 @@
.smallBackdropPosterItem .posterItemImage {
height: 113.625px;
}
.bannerPosterItem {
width: 300px;
}
.bannerPosterItem .posterItemImage {
height: 55.5px;
}
}
@media all and (min-width: 750px) {
@ -274,6 +290,14 @@
.portraitPosterItem .posterItemImage {
height: 177px;
}
.bannerPosterItem {
width: 330px;
}
.bannerPosterItem .posterItemImage {
height: 61.05px;
}
}
@media all and (min-width: 1000px) {
@ -301,6 +325,14 @@
.storeReviewCount {
display: inline;
}
.bannerPosterItem {
width: 500px;
}
.bannerPosterItem .posterItemImage {
height: 92.5px;
}
}
@media all and (min-width: 1440px) {
@ -320,4 +352,4 @@
.backdropPosterItem .posterItemImage {
height: 167.625px;
}
}
}

View file

@ -2,18 +2,18 @@
width: 250px;
}
.ui-panel-dismiss-open.ui-panel-dismiss-position-right[data-panelid=searchPanel] {
right: 250px;
}
.searchPanel + .ui-panel-dismiss {
right: 250px;
}
@media all and (min-width: 600px) {
.searchPanel {
width: 300px;
}
.ui-panel-dismiss-open.ui-panel-dismiss-position-right[data-panelid=searchPanel] {
right: 300px;
}
.searchPanel + .ui-panel-dismiss {
right: 300px;
}
}
.searchHints {