From 53f0a1d9c8fa5a46a84b46474bbb10e15ed26de5 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Mon, 26 Oct 2015 14:55:46 -0400 Subject: [PATCH] fix list avatars --- .../medialibrarycreator.js | 2 +- .../medialibraryeditor/medialibraryeditor.js | 2 +- .../subtitleeditor/subtitleeditor.js | 4 +-- dashboard-ui/devices/ie/ie.css | 2 +- dashboard-ui/itemdetails.html | 2 +- dashboard-ui/mypreferencesmenu.html | 33 +++++-------------- dashboard-ui/scripts/dashboardpage.js | 6 ++-- dashboard-ui/scripts/devices.js | 2 +- dashboard-ui/scripts/itemdetailpage.js | 4 +-- dashboard-ui/scripts/livetvcomponents.js | 12 +++---- dashboard-ui/scripts/livetvrecordings.js | 2 +- dashboard-ui/scripts/livetvseriestimers.js | 2 +- dashboard-ui/scripts/livetvstatus.js | 6 ++-- dashboard-ui/scripts/mypreferenceshome.js | 2 +- dashboard-ui/scripts/notifications.js | 4 +-- dashboard-ui/scripts/notificationsettings.js | 4 +-- dashboard-ui/scripts/scheduledtaskspage.js | 2 +- dashboard-ui/scripts/selectserver.js | 4 +-- dashboard-ui/scripts/syncjob.js | 4 +-- .../thirdparty/paper-button-style.css | 9 ----- 20 files changed, 41 insertions(+), 67 deletions(-) diff --git a/dashboard-ui/components/medialibrarycreator/medialibrarycreator.js b/dashboard-ui/components/medialibrarycreator/medialibrarycreator.js index ef39f2abd6..cbeb952c65 100644 --- a/dashboard-ui/components/medialibrarycreator/medialibrarycreator.js +++ b/dashboard-ui/components/medialibrarycreator/medialibrarycreator.js @@ -113,7 +113,7 @@ html += ''; - html += ''; + html += ''; html += ''; html += path; diff --git a/dashboard-ui/components/medialibraryeditor/medialibraryeditor.js b/dashboard-ui/components/medialibraryeditor/medialibraryeditor.js index 584fc59e17..ab6f66c87c 100644 --- a/dashboard-ui/components/medialibraryeditor/medialibraryeditor.js +++ b/dashboard-ui/components/medialibraryeditor/medialibraryeditor.js @@ -55,7 +55,7 @@ html += ''; - html += ''; + html += ''; html += ''; html += path; diff --git a/dashboard-ui/components/subtitleeditor/subtitleeditor.js b/dashboard-ui/components/subtitleeditor/subtitleeditor.js index a44e538b36..1ae2c353b8 100644 --- a/dashboard-ui/components/subtitleeditor/subtitleeditor.js +++ b/dashboard-ui/components/subtitleeditor/subtitleeditor.js @@ -104,7 +104,7 @@ itemHtml += ''; - itemHtml += ''; + itemHtml += ''; var atts = []; @@ -228,7 +228,7 @@ html += ''; - html += ''; + html += ''; if (result.Comment) { html += ''; diff --git a/dashboard-ui/devices/ie/ie.css b/dashboard-ui/devices/ie/ie.css index 7fb2dd0e90..40de0f08fe 100644 --- a/dashboard-ui/devices/ie/ie.css +++ b/dashboard-ui/devices/ie/ie.css @@ -4,4 +4,4 @@ paper-fab.keyboard-focus.paper-fab-0 { background: #444; -} +} \ No newline at end of file diff --git a/dashboard-ui/itemdetails.html b/dashboard-ui/itemdetails.html index 4921f38618..60dbf8d12b 100644 --- a/dashboard-ui/itemdetails.html +++ b/dashboard-ui/itemdetails.html @@ -145,7 +145,7 @@

- +
TOMATOMETER®
diff --git a/dashboard-ui/mypreferencesmenu.html b/dashboard-ui/mypreferencesmenu.html index ae617cb436..2fc5731407 100644 --- a/dashboard-ui/mypreferencesmenu.html +++ b/dashboard-ui/mypreferencesmenu.html @@ -7,30 +7,13 @@
-

${HeaderSettings}

- +
${ButtonDisplaySettings}
${ButtonDisplaySettingsHelp}
@@ -40,7 +23,7 @@
- +
${ButtonHomeScreenSettings}
${ButtonHomeScreenSettingsHelp}
@@ -50,7 +33,7 @@
- +
${ButtonPlaybackSettings}
${ButtonPlaybackSettingsHelp}
@@ -60,7 +43,7 @@
- +
${ButtonProfile}
${ButtonProfileHelp}
@@ -70,7 +53,7 @@
- +
${ButtonSyncSettings}
${ButtonSyncSettingsHelp}
@@ -84,13 +67,13 @@
- +
${HeaderSelectServer}
- +
${ButtonSignOut}
@@ -104,7 +87,7 @@
- +
${ButtonServerDashboard}
diff --git a/dashboard-ui/scripts/dashboardpage.js b/dashboard-ui/scripts/dashboardpage.js index a70c4cb10f..4ac3c32956 100644 --- a/dashboard-ui/scripts/dashboardpage.js +++ b/dashboard-ui/scripts/dashboardpage.js @@ -129,7 +129,7 @@ itemHtml += '
'; itemHtml += ''; - itemHtml += ''; + itemHtml += ''; itemHtml += ''; @@ -1094,10 +1094,10 @@ $(document).on('pageshow', "#dashboardPage", DashboardPage.onPageShow).on('pageb height: 40 }); - html += ''; + html += ''; } else { - html += ''; + html += ''; } html += ''; diff --git a/dashboard-ui/scripts/devices.js b/dashboard-ui/scripts/devices.js index d8d2cebc03..faa200b05a 100644 --- a/dashboard-ui/scripts/devices.js +++ b/dashboard-ui/scripts/devices.js @@ -36,7 +36,7 @@ var deviceHtml = ''; deviceHtml += ''; - deviceHtml += ''; + deviceHtml += ''; deviceHtml += ''; deviceHtml += ''; diff --git a/dashboard-ui/scripts/itemdetailpage.js b/dashboard-ui/scripts/itemdetailpage.js index 4bfd1ee808..c6ccd4f607 100644 --- a/dashboard-ui/scripts/itemdetailpage.js +++ b/dashboard-ui/scripts/itemdetailpage.js @@ -1130,9 +1130,9 @@ else if (review.Likes != null) { if (review.Likes) { - html += ''; + html += ''; } else { - html += ''; + html += ''; } } diff --git a/dashboard-ui/scripts/livetvcomponents.js b/dashboard-ui/scripts/livetvcomponents.js index e34a5c704b..5989679f88 100644 --- a/dashboard-ui/scripts/livetvcomponents.js +++ b/dashboard-ui/scripts/livetvcomponents.js @@ -39,22 +39,22 @@ } if (imgUrl) { - html += ''; + html += ''; } else if (program.IsKids) { - html += ''; + html += ''; } else if (program.IsSports) { - html += ''; + html += ''; } else if (program.IsMovie) { - html += ''; + html += ''; } else if (program.IsNews) { - html += ''; + html += ''; } else { - html += ''; + html += ''; } html += ''; diff --git a/dashboard-ui/scripts/livetvrecordings.js b/dashboard-ui/scripts/livetvrecordings.js index 8131afa595..3266f891c3 100644 --- a/dashboard-ui/scripts/livetvrecordings.js +++ b/dashboard-ui/scripts/livetvrecordings.js @@ -6,7 +6,7 @@ html += ''; - html += ''; + html += ''; html += ''; html += ''; diff --git a/dashboard-ui/scripts/livetvseriestimers.js b/dashboard-ui/scripts/livetvseriestimers.js index 196ff9b3e4..3a6736b183 100644 --- a/dashboard-ui/scripts/livetvseriestimers.js +++ b/dashboard-ui/scripts/livetvseriestimers.js @@ -39,7 +39,7 @@ html += ''; - html += ''; + html += ''; html += ''; html += ''; diff --git a/dashboard-ui/scripts/livetvstatus.js b/dashboard-ui/scripts/livetvstatus.js index 6d3e44e7e4..4372424d16 100644 --- a/dashboard-ui/scripts/livetvstatus.js +++ b/dashboard-ui/scripts/livetvstatus.js @@ -32,7 +32,7 @@ var tuner = tuners[i]; html += ''; - html += ''; + html += ''; html += ''; @@ -196,7 +196,7 @@ html += ''; - html += ''; + html += ''; html += ''; html += ''; @@ -300,7 +300,7 @@ var provider = providers[i]; html += ''; - html += ''; + html += ''; html += ''; diff --git a/dashboard-ui/scripts/mypreferenceshome.js b/dashboard-ui/scripts/mypreferenceshome.js index 2612856f4b..e25e001bf4 100644 --- a/dashboard-ui/scripts/mypreferenceshome.js +++ b/dashboard-ui/scripts/mypreferenceshome.js @@ -95,7 +95,7 @@ currentHtml += ''; - currentHtml += ''; + currentHtml += ''; currentHtml += ''; diff --git a/dashboard-ui/scripts/notifications.js b/dashboard-ui/scripts/notifications.js index ecad7ddfdd..96dae57942 100644 --- a/dashboard-ui/scripts/notifications.js +++ b/dashboard-ui/scripts/notifications.js @@ -130,9 +130,9 @@ itemHtml += ''; if (notification.Level == "Error") { - itemHtml += ''; + itemHtml += ''; } else { - itemHtml += ''; + itemHtml += ''; } itemHtml += ''; diff --git a/dashboard-ui/scripts/notificationsettings.js b/dashboard-ui/scripts/notificationsettings.js index 93d47ab43e..3f57ae3dab 100644 --- a/dashboard-ui/scripts/notificationsettings.js +++ b/dashboard-ui/scripts/notificationsettings.js @@ -32,10 +32,10 @@ itemHtml += ''; if (i.Enabled) { - itemHtml += ''; + itemHtml += ''; } else { - itemHtml += ''; + itemHtml += ''; } itemHtml += ''; diff --git a/dashboard-ui/scripts/scheduledtaskspage.js b/dashboard-ui/scripts/scheduledtaskspage.js index c908424a29..d177f12672 100644 --- a/dashboard-ui/scripts/scheduledtaskspage.js +++ b/dashboard-ui/scripts/scheduledtaskspage.js @@ -53,7 +53,7 @@ html += ''; html += ""; - html += ''; + html += ''; html += ""; html += ''; diff --git a/dashboard-ui/scripts/selectserver.js b/dashboard-ui/scripts/selectserver.js index 9bfad7634b..aa7c1adcab 100644 --- a/dashboard-ui/scripts/selectserver.js +++ b/dashboard-ui/scripts/selectserver.js @@ -50,7 +50,7 @@ html += ''; - html += ''; + html += ''; html += ''; html += ''; @@ -259,7 +259,7 @@ html += ''; - html += ''; + html += ''; html += ''; diff --git a/dashboard-ui/scripts/syncjob.js b/dashboard-ui/scripts/syncjob.js index d54600cd30..e9518ad0dd 100644 --- a/dashboard-ui/scripts/syncjob.js +++ b/dashboard-ui/scripts/syncjob.js @@ -61,10 +61,10 @@ } if (imgUrl) { - html += ''; + html += ''; } else { - html += ''; + html += ''; } html += ''; diff --git a/dashboard-ui/thirdparty/paper-button-style.css b/dashboard-ui/thirdparty/paper-button-style.css index 11c7356937..cbc7c39573 100644 --- a/dashboard-ui/thirdparty/paper-button-style.css +++ b/dashboard-ui/thirdparty/paper-button-style.css @@ -459,15 +459,6 @@ paper-textarea.mono textarea { font-family: monospace !important; } -.listAvatar { - display: inline-block; - width: 40px; - height: 40px; - border-radius: 50%; - overflow: hidden; - background: #ccc; -} - .paperList { padding-top: 12px; margin: 12px auto;