diff --git a/dashboard-ui/bower_components/iron-behaviors/.bower.json b/dashboard-ui/bower_components/iron-behaviors/.bower.json index 5d7b926afb..f499351883 100644 --- a/dashboard-ui/bower_components/iron-behaviors/.bower.json +++ b/dashboard-ui/bower_components/iron-behaviors/.bower.json @@ -27,14 +27,14 @@ "web-component-tester": "*", "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" }, - "homepage": "https://github.com/polymerelements/iron-behaviors", + "homepage": "https://github.com/PolymerElements/iron-behaviors", "_release": "1.0.8", "_resolution": { "type": "version", "tag": "v1.0.8", "commit": "663ad706b43989f4961d945b8116cf4db346532f" }, - "_source": "git://github.com/polymerelements/iron-behaviors.git", + "_source": "git://github.com/PolymerElements/iron-behaviors.git", "_target": "^1.0.0", - "_originalSource": "polymerelements/iron-behaviors" + "_originalSource": "PolymerElements/iron-behaviors" } \ No newline at end of file diff --git a/dashboard-ui/bower_components/iron-collapse/.gitignore b/dashboard-ui/bower_components/iron-collapse/.gitignore new file mode 100644 index 0000000000..8d4ae2536a --- /dev/null +++ b/dashboard-ui/bower_components/iron-collapse/.gitignore @@ -0,0 +1 @@ +bower_components diff --git a/dashboard-ui/bower_components/iron-collapse/bower.json b/dashboard-ui/bower_components/iron-collapse/bower.json new file mode 100644 index 0000000000..f0438df6df --- /dev/null +++ b/dashboard-ui/bower_components/iron-collapse/bower.json @@ -0,0 +1,31 @@ +{ + "name": "iron-collapse", + "version": "1.0.3", + "description": "Provides a collapsable container", + "authors": [ + "The Polymer Authors" + ], + "keywords": [ + "web-components", + "polymer", + "container" + ], + "private": true, + "repository": { + "type": "git", + "url": "https://github.com/PolymerElements/iron-collapse" + }, + "license": "http://polymer.github.io/LICENSE.txt", + "homepage": "https://github.com/PolymerElements/iron-collapse", + "ignore": [], + "dependencies": { + "polymer": "Polymer/polymer#^1.0.0" + }, + "devDependencies": { + "web-component-tester": "*", + "test-fixture": "PolymerElements/test-fixture#^1.0.0", + "iron-component-page": "PolymerElements/iron-component-page#^1.0.0", + "paper-styles": "PolymerElements/paper-styles#^1.0.0", + "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" + } +} diff --git a/dashboard-ui/bower_components/iron-collapse/demo/index.html b/dashboard-ui/bower_components/iron-collapse/demo/index.html new file mode 100644 index 0000000000..c9571ea24e --- /dev/null +++ b/dashboard-ui/bower_components/iron-collapse/demo/index.html @@ -0,0 +1,74 @@ + + + + + + + iron-collapse demo + + + + + + + + + + + + + + + +
+
Lorem ipsum dolor sit amet, per in nusquam nominavi periculis, sit elit oportere ea, id minim maiestatis incorrupte duo. Dolorum verterem ad ius, his et nullam verterem. Eu alia debet usu, an doming tritani est. Vix ad ponderum petentium suavitate, eum eu tempor populo, graece sententiae constituam vim ex. Cu torquatos reprimique neglegentur nec, voluptua periculis has ut, at eos discere deleniti sensibus. Lorem ipsum dolor sit amet, per in nusquam nominavi periculis, sit elit oportere ea, id minim maiestatis incorrupte duo. Dolorum verterem ad ius, his et nullam verterem. Eu alia debet usu, an doming tritani est. Vix ad ponderum petentium suavitate, eum eu tempor populo, graece sententiae constituam vim ex. Cu torquatos reprimique neglegentur nec, voluptua periculis has ut, at eos discere deleniti sensibus.
+
+
+ + + +
+
Pro saepe pertinax ei, ad pri animal labores suscipiantur. Modus commodo minimum eum te, vero utinam assueverit per eu, zril oportere suscipiantur pri te. Partem percipitur deterruisset ad sea, at eam suas luptatum dissentiunt. No error alienum pro, erant senserit ex mei, pri semper alterum no. Ut habemus menandri vulputate mea. Feugiat verterem ut sed. Dolores maiestatis id per. Pro saepe pertinax ei, ad pri animal labores suscipiantur. Modus commodo minimum eum te, vero utinam assueverit per eu, zril oportere suscipiantur pri te. Partem percipitur deterruisset ad sea, at eam suas luptatum dissentiunt. No error alienum pro, erant senserit ex mei, pri semper alterum no. Ut habemus menandri vulputate mea. Feugiat verterem ut sed. Dolores maiestatis id per.
+ + + +
+
Iisque perfecto dissentiet cum et, sit ut quot mandamus, ut vim tibique splendide instructior. Id nam odio natum malorum, tibique copiosae expetenda mel ea. Mea melius malorum ut. Ut nec tollit vocent timeam. Facer nonumy numquam id his, munere salutatus consequuntur eum et, eum cotidieque definitionem signiferumque id. Ei oblique graecis patrioque vis, et probatus dignissim inciderint vel. Sed id paulo erroribus, autem semper accusamus in mel. Iisque perfecto dissentiet cum et, sit ut quot mandamus, ut vim tibique splendide instructior. Id nam odio natum malorum, tibique copiosae expetenda mel ea. Mea melius malorum ut. Ut nec tollit vocent timeam. Facer nonumy numquam id his, munere salutatus consequuntur eum et, eum cotidieque definitionem signiferumque id. Ei oblique graecis patrioque vis, et probatus dignissim inciderint vel. Sed id paulo erroribus, autem semper accusamus in mel.
+
+
+
+
+ + + diff --git a/dashboard-ui/bower_components/iron-collapse/hero.svg b/dashboard-ui/bower_components/iron-collapse/hero.svg new file mode 100644 index 0000000000..ae1a49efab --- /dev/null +++ b/dashboard-ui/bower_components/iron-collapse/hero.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/dashboard-ui/bower_components/iron-collapse/index.html b/dashboard-ui/bower_components/iron-collapse/index.html new file mode 100644 index 0000000000..b5d20077c4 --- /dev/null +++ b/dashboard-ui/bower_components/iron-collapse/index.html @@ -0,0 +1,31 @@ + + + + + + + + + + iron-collapse + + + + + + + + + + + + + diff --git a/dashboard-ui/bower_components/iron-collapse/iron-collapse.html b/dashboard-ui/bower_components/iron-collapse/iron-collapse.html new file mode 100644 index 0000000000..96e475faf1 --- /dev/null +++ b/dashboard-ui/bower_components/iron-collapse/iron-collapse.html @@ -0,0 +1,200 @@ + + + + + + + + + + + + + + + diff --git a/dashboard-ui/bower_components/iron-collapse/test/basic.html b/dashboard-ui/bower_components/iron-collapse/test/basic.html new file mode 100644 index 0000000000..46b1b187ad --- /dev/null +++ b/dashboard-ui/bower_components/iron-collapse/test/basic.html @@ -0,0 +1,93 @@ + + + + + + + iron-collapse-basic + + + + + + + + + + + + + + + + + + + + + diff --git a/dashboard-ui/bower_components/iron-collapse/test/horizontal.html b/dashboard-ui/bower_components/iron-collapse/test/horizontal.html new file mode 100644 index 0000000000..77ab89eae5 --- /dev/null +++ b/dashboard-ui/bower_components/iron-collapse/test/horizontal.html @@ -0,0 +1,91 @@ + + + + + + iron-collapse-horizontal + + + + + + + + + + + + + + + + + + + + diff --git a/dashboard-ui/bower_components/iron-collapse/test/index.html b/dashboard-ui/bower_components/iron-collapse/test/index.html new file mode 100644 index 0000000000..e5e8a2e0b7 --- /dev/null +++ b/dashboard-ui/bower_components/iron-collapse/test/index.html @@ -0,0 +1,31 @@ + + + + + + + + Tests + + + + + + + + + diff --git a/dashboard-ui/css/librarybrowser.css b/dashboard-ui/css/librarybrowser.css index 468978c13f..5ef8fa33f4 100644 --- a/dashboard-ui/css/librarybrowser.css +++ b/dashboard-ui/css/librarybrowser.css @@ -31,6 +31,7 @@ left: 0; right: 0; bottom: 0; + z-index: -1; } .pageWithAbsoluteTabs neon-animatable { @@ -524,7 +525,7 @@ span.itemCommunityRating:not(:empty) + .userDataIcons { } .portraitDetailImageContainer + .primaryDetailsContainer { - width: 75%; + width: 74%; } .parentName { diff --git a/dashboard-ui/css/librarymenu.css b/dashboard-ui/css/librarymenu.css index bdf99e31d2..36fe44f07f 100644 --- a/dashboard-ui/css/librarymenu.css +++ b/dashboard-ui/css/librarymenu.css @@ -72,7 +72,7 @@ .mainDrawerPanel #main { left: 0 !important; - position: relative !important; + position: static !important; z-index: 1; } diff --git a/dashboard-ui/edititemmetadata.html b/dashboard-ui/edititemmetadata.html index 7095a93bc9..abf3ade4b9 100644 --- a/dashboard-ui/edititemmetadata.html +++ b/dashboard-ui/edititemmetadata.html @@ -4,7 +4,7 @@ Emby -
+
diff --git a/dashboard-ui/games.html b/dashboard-ui/games.html index e5ccde3ecc..2f36eabcdd 100644 --- a/dashboard-ui/games.html +++ b/dashboard-ui/games.html @@ -4,7 +4,7 @@ Emby -
+
${TabSuggestions} ${TabGames} diff --git a/dashboard-ui/itemdetails.html b/dashboard-ui/itemdetails.html index e745296e88..2a875ed5e7 100644 --- a/dashboard-ui/itemdetails.html +++ b/dashboard-ui/itemdetails.html @@ -52,7 +52,6 @@ ${ButtonRecord} ${ButtonCancelRecording} ${ButtonSync} -
@@ -73,7 +72,6 @@ ${ButtonRecord} ${ButtonCancelRecording} ${ButtonSync} -
diff --git a/dashboard-ui/livetvitems.html b/dashboard-ui/livetvitems.html index a0e10f7c82..ed45c1695f 100644 --- a/dashboard-ui/livetvitems.html +++ b/dashboard-ui/livetvitems.html @@ -13,72 +13,6 @@
-
-
- - - -
-
- - -
-
-
- - -
- -
-
-
- - ${HeaderSortBy} - - - - - - - - - - - - - - - - - - - - - - -
- -
- - ${HeaderSortOrder} - - - - - - - -
-
-
-
- -
\ No newline at end of file diff --git a/dashboard-ui/livetvnewrecording.html b/dashboard-ui/livetvnewrecording.html index 1c2cbabfcb..5a1e0b61ed 100644 --- a/dashboard-ui/livetvnewrecording.html +++ b/dashboard-ui/livetvnewrecording.html @@ -4,7 +4,7 @@ Emby -
+
diff --git a/dashboard-ui/livetvseriestimer.html b/dashboard-ui/livetvseriestimer.html index 4b8b4db601..f75418efd1 100644 --- a/dashboard-ui/livetvseriestimer.html +++ b/dashboard-ui/livetvseriestimer.html @@ -4,7 +4,7 @@ Emby -
+
@@ -44,7 +44,7 @@ ${OptionRecordAnytime} ${OptionRecordOnAllChannels}
-
+

${HeaderAdvanced}

diff --git a/dashboard-ui/livetvtimer.html b/dashboard-ui/livetvtimer.html index 0e7e65c17d..5ab94529be 100644 --- a/dashboard-ui/livetvtimer.html +++ b/dashboard-ui/livetvtimer.html @@ -4,7 +4,7 @@ Emby -
+
diff --git a/dashboard-ui/movies.html b/dashboard-ui/movies.html index 46e1099927..5b45ecacc5 100644 --- a/dashboard-ui/movies.html +++ b/dashboard-ui/movies.html @@ -4,7 +4,7 @@ Emby -
+
diff --git a/dashboard-ui/music.html b/dashboard-ui/music.html index b1459c4c67..4a836c6c45 100644 --- a/dashboard-ui/music.html +++ b/dashboard-ui/music.html @@ -4,7 +4,7 @@ Emby -
+
${TabSuggestions} diff --git a/dashboard-ui/myprofile.html b/dashboard-ui/myprofile.html index 93ce21b4f1..3fcecc27ac 100644 --- a/dashboard-ui/myprofile.html +++ b/dashboard-ui/myprofile.html @@ -4,7 +4,7 @@ Emby -
+

@@ -13,7 +13,7 @@

-
+
${ButtonDeleteImage}
@@ -95,7 +95,7 @@ ${LabelInNetworkSignInWithEasyPassword}
${LabelInNetworkSignInWithEasyPasswordHelp}
-

+