diff --git a/dashboard-ui/bower_components/emby-webcomponents/emby-itemscontainer/emby-itemscontainer.js b/dashboard-ui/bower_components/emby-webcomponents/emby-itemscontainer/emby-itemscontainer.js index cef357c8f3..313d93fb7f 100644 --- a/dashboard-ui/bower_components/emby-webcomponents/emby-itemscontainer/emby-itemscontainer.js +++ b/dashboard-ui/bower_components/emby-webcomponents/emby-itemscontainer/emby-itemscontainer.js @@ -119,6 +119,8 @@ var serverId = el.getAttribute('data-serverid'); var apiClient = connectionManager.getApiClient(serverId); + newIndex = Math.max(0, newIndex - 1); + apiClient.ajax({ url: apiClient.getUrl('Playlists/' + playlistId + '/Items/' + itemId + '/Move/' + newIndex), diff --git a/dashboard-ui/components/dockedtabs/dockedtabs.css b/dashboard-ui/components/dockedtabs/dockedtabs.css index 082560457b..971f322ecf 100644 --- a/dashboard-ui/components/dockedtabs/dockedtabs.css +++ b/dashboard-ui/components/dockedtabs/dockedtabs.css @@ -33,7 +33,7 @@ .dockedtabs-tab-button-icon { margin-bottom: .25em; - font-size: 20px; + font-size: 22px; } @media all and (max-width: 800px) { diff --git a/dashboard-ui/components/tvproviders/schedulesdirect.template.html b/dashboard-ui/components/tvproviders/schedulesdirect.template.html index 4546845eed..98fd6794f8 100644 --- a/dashboard-ui/components/tvproviders/schedulesdirect.template.html +++ b/dashboard-ui/components/tvproviders/schedulesdirect.template.html @@ -1,24 +1,24 @@ 

Schedules Direct

-
-
+
+

1 -

-
+ +

${GuideProviderLogin} -

+
-
+
- +
- +
@@ -29,13 +29,13 @@

-
-
+
+

2 -

-
+ +

${GuideProviderSelectListings} -

+
@@ -44,7 +44,7 @@
- +
diff --git a/dashboard-ui/css/dashboard.css b/dashboard-ui/css/dashboard.css index 5f3c801d6c..487116c344 100644 --- a/dashboard-ui/css/dashboard.css +++ b/dashboard-ui/css/dashboard.css @@ -250,48 +250,6 @@ div[data-role="controlgroup"] a.ui-btn-active { color: #fff !important; } -a[data-role='button'], .type-interior button:not([data-role='none']):not(.clearButton):not([is]) { - -webkit-font-smoothing: antialiased; - -webkit-user-select: none; - background-clip: padding-box; - border-radius: .3125em; - border: 1px solid #ddd !important; - color: rgb(51, 51, 51) !important; - cursor: pointer !important; - font-family: inherit !important; - font-size: inherit !important; - font-weight: 500 !important; - margin: 0 .25em !important; - display: inline-block; - padding: .8em 1em; - text-align: center; - text-decoration: none !important; - background: #f6f6f6 !important; - font-size: 16px; - -webkit-box-shadow: 0 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,.15) /*{global-box-shadow-color}*/; - -moz-box-shadow: 0 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,.15) /*{global-box-shadow-color}*/; - box-shadow: 0 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,.15) /*{global-box-shadow-color}*/; -} - - a[data-role='button'][data-iconpos='notext'], .type-interior button[data-iconpos='notext']:not([data-role='none']):not(.clearButton):not([is]) { - padding: 4px; - border-radius: 50px; - outline: 0; - } - - a[data-role='button']:not([data-inline='true']), .type-interior button:not([data-role='none']):not([data-inline='true']):not(.clearButton):not([is]) { - display: block; - margin: .5em 0 !important; - } - -.type-interior button:not([data-role='none']):not([data-inline='true']):not(.clearButton):not([is]) { - width: 100%; -} - -.type-interior h2 { - color: #1B58B8; -} - .header .imageLink { display: inline-block; } diff --git a/dashboard-ui/css/mediaplayer-video.css b/dashboard-ui/css/mediaplayer-video.css index 39c44be1a5..9ee41ac5b9 100644 --- a/dashboard-ui/css/mediaplayer-video.css +++ b/dashboard-ui/css/mediaplayer-video.css @@ -143,7 +143,6 @@ .nowPlayingTabButton { display: inline-block; - font-size: 18px; text-transform: uppercase; color: #ddd !important; font-weight: 400 !important; @@ -184,10 +183,6 @@ color: #eee; } -.videoNowPlayingName { - font-size: 18px; -} - .videoNowPlayingOverview, .videoNowPlayingRating { margin: 1em 0; display: flex; diff --git a/dashboard-ui/css/site.css b/dashboard-ui/css/site.css index acf35f9745..489c0d3fcf 100644 --- a/dashboard-ui/css/site.css +++ b/dashboard-ui/css/site.css @@ -36,7 +36,7 @@ html { padding: 0; height: 100%; font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", 'Open Sans', sans-serif; - font-size: 14px; + font-size: 88%; } h1 { @@ -92,7 +92,6 @@ h1, h2, h3 { h1 { font-weight: normal !important; - font-size: 24px; opacity: .7; } diff --git a/dashboard-ui/dashboard/autoorganizelog.js b/dashboard-ui/dashboard/autoorganizelog.js index 2b231ed35d..ef400919c3 100644 --- a/dashboard-ui/dashboard/autoorganizelog.js +++ b/dashboard-ui/dashboard/autoorganizelog.js @@ -376,6 +376,7 @@ clearButton.addEventListener('click', function () { ApiClient.clearOrganizationLog().then(function () { + query.StartIndex = 0; reloadItems(view, true); }, Dashboard.processErrorResponse); }); diff --git a/dashboard-ui/scripts/reports.js b/dashboard-ui/scripts/reports.js index 58ec8088e5..6fd850c7ed 100644 --- a/dashboard-ui/scripts/reports.js +++ b/dashboard-ui/scripts/reports.js @@ -35,9 +35,9 @@ if (header.SortField === defaultSortBy) { if (query.SortOrder === "Descending") { - cellHtml += ''; + cellHtml += ''; } else { - cellHtml += ''; + cellHtml += ''; } } } diff --git a/dashboard-ui/scripts/userparentalcontrol.js b/dashboard-ui/scripts/userparentalcontrol.js index ee79520022..60f4514873 100644 --- a/dashboard-ui/scripts/userparentalcontrol.js +++ b/dashboard-ui/scripts/userparentalcontrol.js @@ -46,7 +46,6 @@ { name: Globalize.translate('OptionBlockGames'), value: 'Game' }, { name: Globalize.translate('OptionBlockChannelContent'), value: 'ChannelContent' }, { name: Globalize.translate('OptionBlockLiveTvChannels'), value: 'LiveTvChannel' }, - { name: Globalize.translate('OptionBlockLiveTvPrograms'), value: 'LiveTvProgram' }, { name: Globalize.translate('OptionBlockMovies'), value: 'Movie' }, { name: Globalize.translate('OptionBlockMusic'), value: 'Music' }, { name: Globalize.translate('OptionBlockTrailers'), value: 'Trailer' },