From 31ea5f550f2f87fceeb22f34d64594dea6816137 Mon Sep 17 00:00:00 2001 From: bergquist Date: Mon, 22 Feb 2016 16:45:14 +0100 Subject: [PATCH] feat(playlist): changes tag result into a list --- .../features/playlist/partials/playlist.html | 30 ++++++++++++------- public/sass/pages/_playlist.scss | 10 +++---- 2 files changed, 25 insertions(+), 15 deletions(-) diff --git a/public/app/features/playlist/partials/playlist.html b/public/app/features/playlist/partials/playlist.html index beb311a9e6c..3701796b4a1 100644 --- a/public/app/features/playlist/partials/playlist.html +++ b/public/app/features/playlist/partials/playlist.html @@ -26,7 +26,6 @@
-
Available
@@ -40,7 +39,9 @@
-   {{playlistItem.title}} + +   {{playlistItem.title}} +
+ + + + + +
+ + + {{tag.term}}  ({{tag.count}}) + + + +
+
diff --git a/public/sass/pages/_playlist.scss b/public/sass/pages/_playlist.scss index f0d1cf4c038..412fbcaef50 100644 --- a/public/sass/pages/_playlist.scss +++ b/public/sass/pages/_playlist.scss @@ -27,6 +27,7 @@ margin-bottom: 15px; } + .playlist-search-field-wrapper { input { width: 100%; @@ -109,6 +110,10 @@ .add-dashboard { text-align: center; } + + .fa-star { + color: $orange; + } } .playlist-column-header { @@ -120,8 +125,3 @@ .selected-playlistitem-settings { text-align: right; } - -.tag-result-container { - width: 160px; - float: left; -} \ No newline at end of file