From 697257670ce956173b32da552554cc6727dc2994 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sun, 12 Jul 2015 15:33:00 -0400 Subject: [PATCH] update dto dictionary building --- .../bower_components/iron-meta/.bower.json | 6 +- dashboard-ui/css/card.css | 4 + dashboard-ui/css/librarybrowser.css | 8 +- dashboard-ui/index.html | 2 +- dashboard-ui/itemdetails.html | 4 +- dashboard-ui/nowplaying.html | 2 +- dashboard-ui/photos.html | 50 +++- dashboard-ui/scripts/favorites.js | 52 +++- dashboard-ui/scripts/homeupcoming.js | 100 +++++-- dashboard-ui/scripts/indexpage.js | 14 +- dashboard-ui/scripts/librarybrowser.js | 50 ++-- dashboard-ui/scripts/photos.js | 253 ++++++------------ dashboard-ui/scripts/secondaryitems.js | 121 ++++----- dashboard-ui/scripts/site.js | 4 +- dashboard-ui/scripts/tvupcoming.js | 109 ++++++-- dashboard-ui/tvupcoming.html | 2 +- 16 files changed, 429 insertions(+), 352 deletions(-) diff --git a/dashboard-ui/bower_components/iron-meta/.bower.json b/dashboard-ui/bower_components/iron-meta/.bower.json index 8119ebcf4..9e650790b 100644 --- a/dashboard-ui/bower_components/iron-meta/.bower.json +++ b/dashboard-ui/bower_components/iron-meta/.bower.json @@ -25,14 +25,14 @@ "web-component-tester": "*", "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" }, - "homepage": "https://github.com/polymerelements/iron-meta", + "homepage": "https://github.com/PolymerElements/iron-meta", "_release": "1.0.3", "_resolution": { "type": "version", "tag": "v1.0.3", "commit": "91529259262b0d8f33fed44bc3fd47aedf35cb04" }, - "_source": "git://github.com/polymerelements/iron-meta.git", + "_source": "git://github.com/PolymerElements/iron-meta.git", "_target": "^1.0.0", - "_originalSource": "polymerelements/iron-meta" + "_originalSource": "PolymerElements/iron-meta" } \ No newline at end of file diff --git a/dashboard-ui/css/card.css b/dashboard-ui/css/card.css index 6889af7bf..cb59563e4 100644 --- a/dashboard-ui/css/card.css +++ b/dashboard-ui/css/card.css @@ -106,6 +106,10 @@ margin-bottom: 24px; } +.hiddenScrollX .bottomPaddedCard .cardBox { + margin-bottom: 0; +} + .visualCardBox { -moz-border-radius: 2px; -webkit-border-radius: 2px; diff --git a/dashboard-ui/css/librarybrowser.css b/dashboard-ui/css/librarybrowser.css index 29c42836f..227119edc 100644 --- a/dashboard-ui/css/librarybrowser.css +++ b/dashboard-ui/css/librarybrowser.css @@ -72,8 +72,8 @@ } .pageWithAbsoluteTabs .pageTabContent { - padding-left: .5em !important; - padding-right: .5em !important; + padding-left: .3em !important; + padding-right: .3em !important; } } @@ -84,6 +84,8 @@ .listHeader { margin: .25em 0; padding-left: 2px; + line-height: 1.25em; + line-height: initial; } .listHeader + paper-button { @@ -1748,4 +1750,4 @@ paper-icon-button.listviewMenuButton { .detailsMenuOverview { max-height: 160px; } -} \ No newline at end of file +} diff --git a/dashboard-ui/index.html b/dashboard-ui/index.html index 010aca9ab..db6e570ea 100644 --- a/dashboard-ui/index.html +++ b/dashboard-ui/index.html @@ -57,7 +57,7 @@
-
+