diff --git a/dashboard-ui/cinemamodeconfiguration.html b/dashboard-ui/cinemamodeconfiguration.html index 3cb858f875..1238c2c3e2 100644 --- a/dashboard-ui/cinemamodeconfiguration.html +++ b/dashboard-ui/cinemamodeconfiguration.html @@ -1,4 +1,4 @@ -
+
@@ -33,8 +33,9 @@

-
- +
+
+

@@ -46,18 +47,22 @@ ${LabelLimitIntrosToUnwatchedContent}

-
-
- - +
+
+
+
+ +
+
${LabelCustomIntrosPathHelp}
-
-
-
- - +
+
+
+ +
+
${LabelCodecIntrosPathHelp}
@@ -65,7 +70,6 @@

-

${CinemaModeConfigurationHelp2}

diff --git a/dashboard-ui/css/dashboard.css b/dashboard-ui/css/dashboard.css index f84172a9aa..432d404428 100644 --- a/dashboard-ui/css/dashboard.css +++ b/dashboard-ui/css/dashboard.css @@ -8,11 +8,6 @@ padding-top: 5px; } -paper-input + .fieldDescription { - padding-top: 5px; - opacity: .9; -} - /* Tabs (e.g. advanced metadata page) */ .localnav { margin-bottom: 30px !important; diff --git a/dashboard-ui/css/site.css b/dashboard-ui/css/site.css index 23315296be..0d09ff7345 100644 --- a/dashboard-ui/css/site.css +++ b/dashboard-ui/css/site.css @@ -116,7 +116,7 @@ h1 a:hover { color: #52B54B !important; } -input:not(.paper-input):not([type='checkbox']):not([type='radio']):not([type='file']):not([type='range']):not([is='emby-input']) { +input:not([type='checkbox']):not([type='radio']):not([type='file']):not([type='range']):not([is='emby-input']) { -webkit-appearance: none; -webkit-font-smoothing: antialiased; -webkit-rtl-ordering: logical; diff --git a/dashboard-ui/dashboardgeneral.html b/dashboard-ui/dashboardgeneral.html index e2dc37d404..6e06cbaacf 100644 --- a/dashboard-ui/dashboardgeneral.html +++ b/dashboard-ui/dashboardgeneral.html @@ -5,12 +5,10 @@
-
- +
+
${LabelFriendlyServerNameHelp}
-
-

@@ -45,11 +43,15 @@
- - -
${LabelCachePathHelp}
+
+
+
+ +
+ +
+
${LabelCachePathHelp}
+
@@ -88,8 +90,8 @@

${HeaderBrandingHelp}


-
- +
+
${LabelLoginDisclaimerHelp}
@@ -113,9 +115,13 @@ ${OptionDisableForDevelopmentHelp}


-
- - +
+
+
+ +
+ +
${LabelDashboardSourcePathHelp}
diff --git a/dashboard-ui/device.html b/dashboard-ui/device.html index aa589c0f3f..d8f23ea46e 100644 --- a/dashboard-ui/device.html +++ b/dashboard-ui/device.html @@ -1,36 +1,32 @@ -
+
-
- + -

+

-

-
    -
  • - -
    ${LabelCustomDeviceDisplayNameHelp}
    -
  • - +

    +
    + +
    ${LabelCustomDeviceDisplayNameHelp}
    +
    +
    +
    +
    + +
    + +
    +
    ${LabelCameraUploadPathHelp}
    +
    +
    + +
    + -

-
    -
  • - -
  • -
- - - -
\ No newline at end of file diff --git a/dashboard-ui/devicesupload.html b/dashboard-ui/devicesupload.html index 70e9c7e734..dbb1283f6f 100644 --- a/dashboard-ui/devicesupload.html +++ b/dashboard-ui/devicesupload.html @@ -1,35 +1,33 @@ -
+
-
+

${HeaderCameraUploadHelp}

- +
+
+
+ +
+ +
+
${LabelCameraUploadPathHelp}
+
+
+
+ ${LabelCreateCameraUploadSubfolder} +
${LabelCreateCameraUploadSubfolderHelp}
+
+
+
+
+ +
-
    -
  • - - -
    ${LabelCameraUploadPathHelp}
    -
  • -
  • -
    - ${LabelCreateCameraUploadSubfolder} -
    ${LabelCreateCameraUploadSubfolderHelp}
    -
  • - -

-
    -
  • - -
  • -
- -
-
+
\ No newline at end of file diff --git a/dashboard-ui/notificationsetting.html b/dashboard-ui/notificationsetting.html index b528092648..8e0ffcfbe9 100644 --- a/dashboard-ui/notificationsetting.html +++ b/dashboard-ui/notificationsetting.html @@ -1,4 +1,4 @@ -
+
@@ -7,11 +7,12 @@
-
    -
  • - ${LabelNotificationEnabled} -
  • -
+
+
+ ${LabelNotificationEnabled} +
+
+
-
- - @@ -37,7 +37,6 @@

-
@@ -49,22 +48,19 @@

-
    -
  • - -
    -
    ${LabelAvailableTokens}
    -
    -
    -
  • -
  • -
    - +
    + +
    +
    ${LabelAvailableTokens}
    +
    +
    +
    +
    +
    + - -
  • - -
+ +
diff --git a/dashboard-ui/scripts/device.js b/dashboard-ui/scripts/device.js index 0d1a30d4b9..d844039030 100644 --- a/dashboard-ui/scripts/device.js +++ b/dashboard-ui/scripts/device.js @@ -3,9 +3,9 @@ function load(page, device, capabilities) { if (capabilities.SupportsContentUploading) { - $('#fldCameraUploadPath', page).show(); + $('#fldCameraUploadPath', page).removeClass('hide'); } else { - $('#fldCameraUploadPath', page).hide(); + $('#fldCameraUploadPath', page).addClass('hide'); } $('#txtCustomName', page).val(device.CustomName || ''); diff --git a/dashboard-ui/scripts/site.js b/dashboard-ui/scripts/site.js index bdb9106111..a7fe7b3832 100644 --- a/dashboard-ui/scripts/site.js +++ b/dashboard-ui/scripts/site.js @@ -1393,13 +1393,8 @@ var AppInfo = {}; define("cryptojs-sha1", [sha1Path]); define("cryptojs-md5", [md5Path]); - define("paper-button", ["html!" + bowerPath + "/paper-button/paper-button.html"]); - define("paper-icon-button", ["html!" + bowerPath + "/paper-icon-button/paper-icon-button.html"]); - define("paper-checkbox", ["html!" + bowerPath + "/paper-checkbox/paper-checkbox.html"]); - define("paper-collapse-item", ["html!" + bowerPath + "/paper-collapse-item/paper-collapse-item.html"]); - define("jstree", [bowerPath + "/jstree/dist/jstree", "css!thirdparty/jstree/themes/default/style.min.css"]); define("dashboardcss", ['css!css/dashboard']); diff --git a/dashboard-ui/wizardlivetvtuner.html b/dashboard-ui/wizardlivetvtuner.html index 74106b8a83..39a5252fe2 100644 --- a/dashboard-ui/wizardlivetvtuner.html +++ b/dashboard-ui/wizardlivetvtuner.html @@ -1,4 +1,4 @@ -
+
@@ -21,12 +21,11 @@
${AdditionalLiveTvProvidersCanBeInstalledLater}

-
- +
+
${HelpMoreTunersCanBeAdded}

-