From 70e19e7121c331e3d73d102c29df2f7467f5d858 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Tue, 8 Nov 2016 17:28:04 -0500 Subject: [PATCH] make additional classes portable --- .../emby-webcomponents/emby-button/emby-button.css | 2 +- dashboard-ui/scripts/librarypathmapping.js | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/dashboard-ui/bower_components/emby-webcomponents/emby-button/emby-button.css b/dashboard-ui/bower_components/emby-webcomponents/emby-button/emby-button.css index 8f623792ef..1d61125787 100644 --- a/dashboard-ui/bower_components/emby-webcomponents/emby-button/emby-button.css +++ b/dashboard-ui/bower_components/emby-webcomponents/emby-button/emby-button.css @@ -15,7 +15,7 @@ user-select: none; cursor: pointer; z-index: 0; - padding: 0.7em 0.57em; + padding: 0.85em 0.57em; font-weight: normal; vertical-align: middle; border: 0; diff --git a/dashboard-ui/scripts/librarypathmapping.js b/dashboard-ui/scripts/librarypathmapping.js index dd017de286..75af276195 100644 --- a/dashboard-ui/scripts/librarypathmapping.js +++ b/dashboard-ui/scripts/librarypathmapping.js @@ -138,8 +138,6 @@ $('.libraryPathMappingForm').off('submit', onSubmit).on('submit', onSubmit); - page.querySelector('.labelFromHelp').innerHTML = Globalize.translate('LabelFromHelp', 'D:\\Movies'); - }).on('pageshow', "#libraryPathMappingPage", function () { LibraryMenu.setTabs('librarysetup', 2, getTabs);