From 52feb510c8716c52ab851478d5bcf331f189d4ec Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Tue, 5 Jul 2016 15:24:45 -0400 Subject: [PATCH] update components --- dashboard-ui/addplugin.html | 46 ++++++++++--------- .../emby-webcomponents/.bower.json | 8 ++-- .../dialoghelper/dialoghelper.css | 2 +- .../emby-webcomponents/listview/listview.css | 16 ++++++- .../emby-webcomponents/slideshow/slideshow.js | 20 -------- .../iron-resizable-behavior/.bower.json | 6 +-- dashboard-ui/livetvseriestimer.html | 7 ++- 7 files changed, 49 insertions(+), 56 deletions(-) diff --git a/dashboard-ui/addplugin.html b/dashboard-ui/addplugin.html index 5ed6f4a31f..089c23096d 100644 --- a/dashboard-ui/addplugin.html +++ b/dashboard-ui/addplugin.html @@ -1,4 +1,4 @@ -
+
@@ -9,25 +9,26 @@
-

+

-
-

${HeaderInstall}

+
+

${HeaderInstall}

-

- - -

+
+ +

- +

@@ -75,28 +76,29 @@
- +
-
-

${HeaderReviews}

-
+
+

-
-

${HeaderDeveloperInfo}

-

- +
+
-
-

${HeaderRevisionHistory}

-
+
+
+
+
diff --git a/dashboard-ui/bower_components/emby-webcomponents/.bower.json b/dashboard-ui/bower_components/emby-webcomponents/.bower.json index da8028736a..795b1da169 100644 --- a/dashboard-ui/bower_components/emby-webcomponents/.bower.json +++ b/dashboard-ui/bower_components/emby-webcomponents/.bower.json @@ -15,12 +15,12 @@ }, "devDependencies": {}, "ignore": [], - "version": "1.4.64", - "_release": "1.4.64", + "version": "1.4.65", + "_release": "1.4.65", "_resolution": { "type": "version", - "tag": "1.4.64", - "commit": "171ff7d10d89cb335d98fcfddd34d7d1bf4ebd19" + "tag": "1.4.65", + "commit": "f19face68090bcc1fc0f082188cb95792ef18285" }, "_source": "https://github.com/MediaBrowser/emby-webcomponents.git", "_target": "^1.2.0", diff --git a/dashboard-ui/bower_components/emby-webcomponents/dialoghelper/dialoghelper.css b/dashboard-ui/bower_components/emby-webcomponents/dialoghelper/dialoghelper.css index e2e982b3d6..6ad6be829a 100644 --- a/dashboard-ui/bower_components/emby-webcomponents/dialoghelper/dialoghelper.css +++ b/dashboard-ui/bower_components/emby-webcomponents/dialoghelper/dialoghelper.css @@ -71,7 +71,7 @@ .dialog .buttons { position: relative; - padding: 8px 8px 0 24px; + padding: 8px 8px 8px 24px; margin: 0; color: #3f51b5; display: -ms-flexbox; diff --git a/dashboard-ui/bower_components/emby-webcomponents/listview/listview.css b/dashboard-ui/bower_components/emby-webcomponents/listview/listview.css index 20d11ca02f..4b6d505654 100644 --- a/dashboard-ui/bower_components/emby-webcomponents/listview/listview.css +++ b/dashboard-ui/bower_components/emby-webcomponents/listview/listview.css @@ -11,7 +11,7 @@ button.listItem { } .listItem { - display: flex; + display: block; align-items: center; text-align: left; padding: 0 1em !important; @@ -26,12 +26,16 @@ button.listItem { flex-shrink: 0; } + .listItem > * { + display: inline-block; + vertical-align: middle; + } + .listItemBody { flex-grow: 1; padding: 0 1.15em; overflow: hidden; text-overflow: ellipsis; - display: flex; flex-direction: column; vertical-align: middle; justify-content: center; @@ -128,3 +132,11 @@ button.listItem { box-shadow: none !important; background-color: transparent !important; } + + +@supports (display: flex) { + + .listItem, .listItemBody { + display: flex; + } +} diff --git a/dashboard-ui/bower_components/emby-webcomponents/slideshow/slideshow.js b/dashboard-ui/bower_components/emby-webcomponents/slideshow/slideshow.js index cd89096aab..c42a776ad7 100644 --- a/dashboard-ui/bower_components/emby-webcomponents/slideshow/slideshow.js +++ b/dashboard-ui/bower_components/emby-webcomponents/slideshow/slideshow.js @@ -21,26 +21,6 @@ define(['dialogHelper', 'inputManager', 'connectionManager', 'layoutManager', 'f options.tag = item.AlbumPrimaryImageTag; return apiClient.getScaledImageUrl(item.AlbumId, options); } - - //else if (item.AlbumId && item.SeriesPrimaryImageTag) { - - // imgUrl = ApiClient.getScaledImageUrl(item.SeriesId, { - // type: "Primary", - // width: downloadWidth, - // tag: item.SeriesPrimaryImageTag, - // minScale: minScale - // }); - - //} - //else if (item.ParentPrimaryImageTag) { - - // imgUrl = ApiClient.getImageUrl(item.ParentPrimaryImageItemId, { - // type: "Primary", - // width: downloadWidth, - // tag: item.ParentPrimaryImageTag, - // minScale: minScale - // }); - //} } return null; diff --git a/dashboard-ui/bower_components/iron-resizable-behavior/.bower.json b/dashboard-ui/bower_components/iron-resizable-behavior/.bower.json index cca11d8994..2e765b9324 100644 --- a/dashboard-ui/bower_components/iron-resizable-behavior/.bower.json +++ b/dashboard-ui/bower_components/iron-resizable-behavior/.bower.json @@ -28,14 +28,14 @@ "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" }, "ignore": [], - "homepage": "https://github.com/polymerelements/iron-resizable-behavior", + "homepage": "https://github.com/PolymerElements/iron-resizable-behavior", "_release": "1.0.3", "_resolution": { "type": "version", "tag": "v1.0.3", "commit": "dda1df6aaf452aedf3e52ff0cf69e72439452216" }, - "_source": "git://github.com/polymerelements/iron-resizable-behavior.git", + "_source": "git://github.com/PolymerElements/iron-resizable-behavior.git", "_target": "^1.0.0", - "_originalSource": "polymerelements/iron-resizable-behavior" + "_originalSource": "PolymerElements/iron-resizable-behavior" } \ No newline at end of file diff --git a/dashboard-ui/livetvseriestimer.html b/dashboard-ui/livetvseriestimer.html index 7b84f943b2..77d3671803 100644 --- a/dashboard-ui/livetvseriestimer.html +++ b/dashboard-ui/livetvseriestimer.html @@ -1,4 +1,4 @@ -
+
@@ -42,9 +42,8 @@ ${OptionRecordOnAllChannels}

-
-

${HeaderAdvanced}

-
+
+