From c96edef27f68cc4881330194d16d152b043da590 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Wed, 6 Apr 2016 00:22:57 -0400 Subject: [PATCH] add help text --- .../emby-collapsible/emby-collapsible.html | 12 +++-- .../metadataeditor.template.html | 2 + dashboard-ui/css/librarymenu.css | 46 +++++++++++-------- dashboard-ui/scripts/site.js | 12 +++-- 4 files changed, 46 insertions(+), 26 deletions(-) diff --git a/dashboard-ui/bower_components/emby-collapsible/emby-collapsible.html b/dashboard-ui/bower_components/emby-collapsible/emby-collapsible.html index 3bbc8d9d7..bee2b5380 100644 --- a/dashboard-ui/bower_components/emby-collapsible/emby-collapsible.html +++ b/dashboard-ui/bower_components/emby-collapsible/emby-collapsible.html @@ -23,16 +23,22 @@ } :host:not([icon]) #titleIcon { - display: none!important; + display: none !important; } :host #titleIcon { margin-right: 1em; } + + :host #expandButton { + margin: 0; + display: flex; + align-items: center; + }
- - + +

[[title]]

diff --git a/dashboard-ui/components/metadataeditor/metadataeditor.template.html b/dashboard-ui/components/metadataeditor/metadataeditor.template.html index 39ee379a5..32dde531a 100644 --- a/dashboard-ui/components/metadataeditor/metadataeditor.template.html +++ b/dashboard-ui/components/metadataeditor/metadataeditor.template.html @@ -31,6 +31,8 @@