From 46f550f7b93bacfde336b4cd819a2b591275654e Mon Sep 17 00:00:00 2001 From: emeric Date: Fri, 31 Aug 2018 16:29:47 +0200 Subject: [PATCH] Improved the playqueue/playhistory views --- approot/playhistory.xml | 12 +++++++++++- approot/playqueue.xml | 6 +++++- docroot/css/lms.css | 8 ++++++++ 3 files changed, 24 insertions(+), 2 deletions(-) diff --git a/approot/playhistory.xml b/approot/playhistory.xml index d674445e..6066fc84 100644 --- a/approot/playhistory.xml +++ b/approot/playhistory.xml @@ -11,7 +11,17 @@ - ${name} ${}${release-name}${} ${}${artist-name}${} +
+
+

${name}

+
+ + +
diff --git a/approot/playqueue.xml b/approot/playqueue.xml index 205a14da..7d4b2c64 100644 --- a/approot/playqueue.xml +++ b/approot/playqueue.xml @@ -34,7 +34,11 @@

${name}

- ${}${} +
+ +
diff --git a/docroot/css/lms.css b/docroot/css/lms.css index 3889aa80..2609b560 100644 --- a/docroot/css/lms.css +++ b/docroot/css/lms.css @@ -148,6 +148,14 @@ a:hover { font-weight: inherit; } +.Lms-playhistory-entry { + min-height: 32px; + margin-bottom: 2px; +} + +.Lms-playhistory-entry:hover { + background-color: lightgrey; +} .Lms-player { position: fixed;