diff --git a/approot/artist.xml b/approot/artist.xml index 63b88005..683afa84 100644 --- a/approot/artist.xml +++ b/approot/artist.xml @@ -12,8 +12,8 @@ -
-
+
+
${cover class="media-object"} diff --git a/approot/artists.xml b/approot/artists.xml index 50053f22..e7c51a3d 100644 --- a/approot/artists.xml +++ b/approot/artists.xml @@ -21,8 +21,8 @@ -
-
+
+

${name class="Lms-explore-artistname Lms-explore-artists-entry-name"}

diff --git a/approot/releases.xml b/approot/releases.xml index 96d94c20..e459cf8b 100644 --- a/approot/releases.xml +++ b/approot/releases.xml @@ -21,8 +21,8 @@ -
-
+
+
${cover class="media-object"} diff --git a/docroot/css/lms.css b/docroot/css/lms.css index 3bfadbc1..95b88cfa 100644 --- a/docroot/css/lms.css +++ b/docroot/css/lms.css @@ -44,6 +44,7 @@ a:hover { min-height: 48px; padding-top: 8px; padding-bottom: 8px; + margin: 0px; } .Lms-admin-users-add-btn { @@ -142,6 +143,7 @@ a:hover { .Lms-explore-releases-entry { padding-top: 8px; padding-bottom: 8px; + margin: 0px; } .Lms-explore-releases-entry:hover { @@ -171,8 +173,10 @@ a:hover { border-bottom-color: lightgrey; border-bottom-width: thin; min-height: 32px; + margin: 0px; } + .Lms-explore-release-entry:hover { background-color: lightgrey; } @@ -201,6 +205,7 @@ a:hover { .Lms-explore-artists-entry { min-height: 48px; + margin: 0px; } .Lms-explore-artists-entry:hover { @@ -215,6 +220,7 @@ a:hover { .Lms-explore-artist-entry { padding-top: 8px; padding-bottom: 8px; + margin: 0px; } .Lms-explore-artist-entry:hover { @@ -240,6 +246,11 @@ a:hover { border-bottom-style: solid; border-bottom-color: lightgrey; border-bottom-width: thin; + margin: 0px; +} + +.Lms-explore-tracks-entry:hover { + background-color: lightgrey; } .Lms-explore-tracks-entry-name { @@ -247,10 +258,6 @@ a:hover { margin-bottom: 4px; } -.Lms-explore-tracks-entry:hover { - background-color: lightgrey; -} - .Lms-explore-tracks-entry-controls { text-align: right; } @@ -279,6 +286,7 @@ a:hover { border-bottom-color: lightgrey; border-bottom-width: thin; min-height: 32px; + margin: 0px; } .Lms-playqueue-entry:hover { @@ -321,6 +329,7 @@ a:hover { border-bottom-color: lightgrey; border-bottom-width: thin; min-height: 32px; + margin: 0px; } .Lms-playhistory-entry:hover {