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 {
|
||||
border: 0;
|
||||
background-color: #38c;
|
||||
}
|
||||
|
||||
.libraryViewNav a {
|
||||
|
@ -499,8 +500,8 @@ a.itemTag:hover {
|
|||
padding: .5em .75em;
|
||||
font-size: 16px;
|
||||
font-weight: normal;
|
||||
border: 1px solid #000;
|
||||
background: #111;
|
||||
border: 1px solid #1b1b1b;
|
||||
background: #1d1d1d;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
|
|
|
@ -62,8 +62,8 @@
|
|||
overflow: hidden;
|
||||
text-wrap: none;
|
||||
white-space: nowrap;
|
||||
padding: 5px 6px 4px;
|
||||
background-color: #111;
|
||||
padding: 5px 5px 4px;
|
||||
background-color: #222;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
|
@ -153,16 +153,16 @@
|
|||
height: 94.5px;
|
||||
}
|
||||
|
||||
.portraitPosterItem {
|
||||
width: 100px;
|
||||
}
|
||||
.portraitPosterItem {
|
||||
width: 102px;
|
||||
}
|
||||
|
||||
.portraitPosterItem .posterItemImage {
|
||||
height: 150px;
|
||||
height: 153px;
|
||||
}
|
||||
|
||||
.posterItemProgress .itemProgressBar {
|
||||
height: 11px;
|
||||
height: 10px;
|
||||
width: 100%;
|
||||
opacity: .8;
|
||||
}
|
||||
|
@ -226,11 +226,11 @@
|
|||
@media all and (min-width: 750px) {
|
||||
|
||||
.portraitPosterItem {
|
||||
width: 100px;
|
||||
width: 108px;
|
||||
}
|
||||
|
||||
.portraitPosterItem .posterItemImage {
|
||||
height: 150px;
|
||||
height: 162px;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -245,11 +245,11 @@
|
|||
}
|
||||
|
||||
.portraitPosterItem {
|
||||
width: 108px;
|
||||
width: 134px;
|
||||
}
|
||||
|
||||
.portraitPosterItem .posterItemImage {
|
||||
height: 162px;
|
||||
height: 201px;
|
||||
}
|
||||
|
||||
.smallBackdropPosterItem {
|
||||
|
|
|
@ -94,6 +94,7 @@
|
|||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
font-size: 14px;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.searchHintSecondaryText {
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
<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>
|
||||
</tr>
|
||||
</table>
|
||||
|
|
|
@ -9,9 +9,9 @@
|
|||
<div data-role="content">
|
||||
<div class="content-primary">
|
||||
<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="pluginupdates.html" data-role="button">Automatic Updates</a>
|
||||
<a href="pluginupdates.html" data-role="button">Updates</a>
|
||||
</div>
|
||||
<p style="margin: 2em 0;">
|
||||
Types: <a data-rel="popup" data-position-to="origin" href="#freePlugins">Free</a>,
|
||||
|
|
|
@ -9,9 +9,9 @@
|
|||
<div data-role="content">
|
||||
<div class="content-primary">
|
||||
<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="pluginupdates.html" data-role="button">Automatic Updates</a>
|
||||
<a href="pluginupdates.html" data-role="button">Updates</a>
|
||||
</div>
|
||||
|
||||
<div class="readOnlyContent">
|
||||
|
|
|
@ -9,9 +9,9 @@
|
|||
<div data-role="content">
|
||||
<div class="content-primary">
|
||||
<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="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>
|
||||
|
||||
<form id="pluginUpdatesForm">
|
||||
|
|
|
@ -33,7 +33,8 @@
|
|||
items: result.Items,
|
||||
shape: "portrait",
|
||||
context: 'movies',
|
||||
useAverageAspectRatio: true
|
||||
useAverageAspectRatio: true,
|
||||
showTitle: true
|
||||
});
|
||||
|
||||
html += LibraryBrowser.getPagingHtml(query, result.TotalRecordCount);
|
||||
|
|
|
@ -853,10 +853,6 @@
|
|||
style += "background-color:" + background + ";";
|
||||
}
|
||||
|
||||
if (options.imagePosition) {
|
||||
style += "background-position:" + options.imagePosition + ";";
|
||||
}
|
||||
|
||||
html += '<div class="posterItemImage" style="' + style + '"></div>';
|
||||
|
||||
var name = LibraryBrowser.getPosterViewDisplayName(item);
|
||||
|
|
|
@ -45,7 +45,8 @@
|
|||
items: result.Items,
|
||||
shape: "portrait",
|
||||
context: 'movies',
|
||||
useAverageAspectRatio: true
|
||||
useAverageAspectRatio: true,
|
||||
showTitle: true
|
||||
});
|
||||
$('.itemsContainer', page).removeClass('timelineItemsContainer');
|
||||
}
|
||||
|
|
|
@ -36,7 +36,8 @@
|
|||
items: result.Items,
|
||||
shape: "portrait",
|
||||
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.
|
||||
</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
|
||||
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.
|
||||
|
|
|
@ -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
|
||||
enjoying everything the community has developed for Media Browser. <em>Only MB 3 Supporter Keys are valid here</em></strong>
|
||||
</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.
|
||||
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