mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
hook up roku session controller + web client layout fixes
This commit is contained in:
parent
92b1ccb529
commit
0f4e147e72
13 changed files with 32 additions and 31 deletions
|
@ -128,6 +128,7 @@
|
||||||
|
|
||||||
.libraryViewNav .ui-btn-active {
|
.libraryViewNav .ui-btn-active {
|
||||||
border: 0;
|
border: 0;
|
||||||
|
background-color: #38c;
|
||||||
}
|
}
|
||||||
|
|
||||||
.libraryViewNav a {
|
.libraryViewNav a {
|
||||||
|
@ -499,8 +500,8 @@ a.itemTag:hover {
|
||||||
padding: .5em .75em;
|
padding: .5em .75em;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
border: 1px solid #000;
|
border: 1px solid #1b1b1b;
|
||||||
background: #111;
|
background: #1d1d1d;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
|
@ -62,8 +62,8 @@
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-wrap: none;
|
text-wrap: none;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
padding: 5px 6px 4px;
|
padding: 5px 5px 4px;
|
||||||
background-color: #111;
|
background-color: #222;
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -153,16 +153,16 @@
|
||||||
height: 94.5px;
|
height: 94.5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.portraitPosterItem {
|
.portraitPosterItem {
|
||||||
width: 100px;
|
width: 102px;
|
||||||
}
|
|
||||||
|
|
||||||
.portraitPosterItem .posterItemImage {
|
|
||||||
height: 150px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.portraitPosterItem .posterItemImage {
|
||||||
|
height: 153px;
|
||||||
|
}
|
||||||
|
|
||||||
.posterItemProgress .itemProgressBar {
|
.posterItemProgress .itemProgressBar {
|
||||||
height: 11px;
|
height: 10px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
opacity: .8;
|
opacity: .8;
|
||||||
}
|
}
|
||||||
|
@ -226,11 +226,11 @@
|
||||||
@media all and (min-width: 750px) {
|
@media all and (min-width: 750px) {
|
||||||
|
|
||||||
.portraitPosterItem {
|
.portraitPosterItem {
|
||||||
width: 100px;
|
width: 108px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.portraitPosterItem .posterItemImage {
|
.portraitPosterItem .posterItemImage {
|
||||||
height: 150px;
|
height: 162px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -245,11 +245,11 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.portraitPosterItem {
|
.portraitPosterItem {
|
||||||
width: 108px;
|
width: 134px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.portraitPosterItem .posterItemImage {
|
.portraitPosterItem .posterItemImage {
|
||||||
height: 162px;
|
height: 201px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.smallBackdropPosterItem {
|
.smallBackdropPosterItem {
|
||||||
|
|
|
@ -94,6 +94,7 @@
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
color: #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.searchHintSecondaryText {
|
.searchHintSecondaryText {
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
<div id="divCollections"></div>
|
<div id="divCollections"></div>
|
||||||
|
|
||||||
<div id="tip" class="ui-bar-e" style="padding: .5em; font-weight: normal; margin: 2em 0; display: none;"></div>
|
<div id="tip" class="ui-bar-a" style="padding: .75em; font-weight: normal; margin: 2em 0; display: none;"></div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
|
@ -9,9 +9,9 @@
|
||||||
<div data-role="content">
|
<div data-role="content">
|
||||||
<div class="content-primary">
|
<div class="content-primary">
|
||||||
<div data-role="controlgroup" data-type="horizontal" data-mini="true">
|
<div data-role="controlgroup" data-type="horizontal" data-mini="true">
|
||||||
<a href="plugins.html" data-role="button">Installed Server Plugins</a>
|
<a href="plugins.html" data-role="button">Installed Plugins</a>
|
||||||
<a href="plugincatalog.html" data-role="button" class="ui-btn-active">Plugin Catalog</a>
|
<a href="plugincatalog.html" data-role="button" class="ui-btn-active">Plugin Catalog</a>
|
||||||
<a href="pluginupdates.html" data-role="button">Automatic Updates</a>
|
<a href="pluginupdates.html" data-role="button">Updates</a>
|
||||||
</div>
|
</div>
|
||||||
<p style="margin: 2em 0;">
|
<p style="margin: 2em 0;">
|
||||||
Types: <a data-rel="popup" data-position-to="origin" href="#freePlugins">Free</a>,
|
Types: <a data-rel="popup" data-position-to="origin" href="#freePlugins">Free</a>,
|
||||||
|
|
|
@ -9,9 +9,9 @@
|
||||||
<div data-role="content">
|
<div data-role="content">
|
||||||
<div class="content-primary">
|
<div class="content-primary">
|
||||||
<div data-role="controlgroup" data-type="horizontal" class="localnav" data-mini="true">
|
<div data-role="controlgroup" data-type="horizontal" class="localnav" data-mini="true">
|
||||||
<a href="plugins.html" data-role="button" class="ui-btn-active">Installed Server Plugins</a>
|
<a href="plugins.html" data-role="button" class="ui-btn-active">Installed Plugins</a>
|
||||||
<a href="plugincatalog.html" data-role="button">Plugin Catalog</a>
|
<a href="plugincatalog.html" data-role="button">Plugin Catalog</a>
|
||||||
<a href="pluginupdates.html" data-role="button">Automatic Updates</a>
|
<a href="pluginupdates.html" data-role="button">Updates</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="readOnlyContent">
|
<div class="readOnlyContent">
|
||||||
|
|
|
@ -9,9 +9,9 @@
|
||||||
<div data-role="content">
|
<div data-role="content">
|
||||||
<div class="content-primary">
|
<div class="content-primary">
|
||||||
<div data-role="controlgroup" data-type="horizontal" class="localnav" data-mini="true">
|
<div data-role="controlgroup" data-type="horizontal" class="localnav" data-mini="true">
|
||||||
<a href="plugins.html" data-role="button">Installed Server Plugins</a>
|
<a href="plugins.html" data-role="button">Installed Plugins</a>
|
||||||
<a href="plugincatalog.html" data-role="button">Plugin Catalog</a>
|
<a href="plugincatalog.html" data-role="button">Plugin Catalog</a>
|
||||||
<a href="pluginupdates.html" data-role="button" class="ui-btn-active">Automatic Updates</a>
|
<a href="pluginupdates.html" data-role="button" class="ui-btn-active">Updates</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<form id="pluginUpdatesForm">
|
<form id="pluginUpdatesForm">
|
||||||
|
|
|
@ -33,7 +33,8 @@
|
||||||
items: result.Items,
|
items: result.Items,
|
||||||
shape: "portrait",
|
shape: "portrait",
|
||||||
context: 'movies',
|
context: 'movies',
|
||||||
useAverageAspectRatio: true
|
useAverageAspectRatio: true,
|
||||||
|
showTitle: true
|
||||||
});
|
});
|
||||||
|
|
||||||
html += LibraryBrowser.getPagingHtml(query, result.TotalRecordCount);
|
html += LibraryBrowser.getPagingHtml(query, result.TotalRecordCount);
|
||||||
|
|
|
@ -853,10 +853,6 @@
|
||||||
style += "background-color:" + background + ";";
|
style += "background-color:" + background + ";";
|
||||||
}
|
}
|
||||||
|
|
||||||
if (options.imagePosition) {
|
|
||||||
style += "background-position:" + options.imagePosition + ";";
|
|
||||||
}
|
|
||||||
|
|
||||||
html += '<div class="posterItemImage" style="' + style + '"></div>';
|
html += '<div class="posterItemImage" style="' + style + '"></div>';
|
||||||
|
|
||||||
var name = LibraryBrowser.getPosterViewDisplayName(item);
|
var name = LibraryBrowser.getPosterViewDisplayName(item);
|
||||||
|
|
|
@ -45,7 +45,8 @@
|
||||||
items: result.Items,
|
items: result.Items,
|
||||||
shape: "portrait",
|
shape: "portrait",
|
||||||
context: 'movies',
|
context: 'movies',
|
||||||
useAverageAspectRatio: true
|
useAverageAspectRatio: true,
|
||||||
|
showTitle: true
|
||||||
});
|
});
|
||||||
$('.itemsContainer', page).removeClass('timelineItemsContainer');
|
$('.itemsContainer', page).removeClass('timelineItemsContainer');
|
||||||
}
|
}
|
||||||
|
|
|
@ -36,7 +36,8 @@
|
||||||
items: result.Items,
|
items: result.Items,
|
||||||
shape: "portrait",
|
shape: "portrait",
|
||||||
context: 'movies',
|
context: 'movies',
|
||||||
useAverageAspectRatio: true
|
useAverageAspectRatio: true,
|
||||||
|
showTitle: true
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
A portion of all donations will be contributed to other <a href="about.html">free tools</a> we depend on.
|
A portion of all donations will be contributed to other <a href="about.html">free tools</a> we depend on.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p style="display: none; padding: 1em; border-radius: 5px; font-weight: normal;" class="ui-bar-e supporterOnly">
|
<p style="display: none; padding: 1em; border-radius: 5px; font-weight: normal;" class="ui-bar-a supporterOnly">
|
||||||
<strong>Thank You</strong> for your past support of the Media Browser Team. Users like you make it possible for
|
<strong>Thank You</strong> for your past support of the Media Browser Team. Users like you make it possible for
|
||||||
Media Browser to exist and keep getting better and better. You can always support us again if you feel you are getting maximum
|
Media Browser to exist and keep getting better and better. You can always support us again if you feel you are getting maximum
|
||||||
value from the product.
|
value from the product.
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
<strong>After becoming a supporter, you will be emailed a Supporter Key. Simply copy and paste that key into this field and start
|
<strong>After becoming a supporter, you will be emailed a Supporter Key. Simply copy and paste that key into this field and start
|
||||||
enjoying everything the community has developed for Media Browser. <em>Only MB 3 Supporter Keys are valid here</em></strong>
|
enjoying everything the community has developed for Media Browser. <em>Only MB 3 Supporter Keys are valid here</em></strong>
|
||||||
</div>
|
</div>
|
||||||
<p style="display: none; padding: 1em; border-radius: 5px; font-weight: normal;" class="ui-bar-e notSupporter">
|
<p style="display: none; padding: 1em; border-radius: 5px; font-weight: normal;" class="ui-bar-a notSupporter">
|
||||||
<strong>MB3 Key Missing or Invalid</strong> - in order for any premium content to be registered, you must also be a MB3 Supporter.
|
<strong>MB3 Key Missing or Invalid</strong> - in order for any premium content to be registered, you must also be a MB3 Supporter.
|
||||||
Please <a href="supporter.html">donate</a> and support the continued development of the core product. Thank you.
|
Please <a href="supporter.html">donate</a> and support the continued development of the core product. Thank you.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue