Slightly better UI looking

This commit is contained in:
emeric
2019-06-19 13:25:49 +02:00
parent 56260ed727
commit 78579f2456
4 changed files with 19 additions and 10 deletions
+2 -2
View File
@@ -12,8 +12,8 @@
</message> </message>
<message id="Lms.Explore.Artist.template.entry"> <message id="Lms.Explore.Artist.template.entry">
<div class="row"> <div class="row Lms-explore-artist-entry">
<div class="col-xs-12 Lms-explore-artist-entry"> <div class="col-xs-12">
<div class="media"> <div class="media">
<div class="media-left media-middle"> <div class="media-left media-middle">
${cover class="media-object"} ${cover class="media-object"}
+2 -2
View File
@@ -21,8 +21,8 @@
</message> </message>
<message id="Lms.Explore.Artists.template.entry"> <message id="Lms.Explore.Artists.template.entry">
<div class="row"> <div class="row Lms-explore-artists-entry Lms-vertical-align">
<div class="col-xs-12 Lms-explore-artists-entry Lms-vertical-align"> <div class="col-xs-12">
<h4>${name class="Lms-explore-artistname Lms-explore-artists-entry-name"}</h4> <h4>${name class="Lms-explore-artistname Lms-explore-artists-entry-name"}</h4>
</div> </div>
</div> </div>
+2 -2
View File
@@ -21,8 +21,8 @@
</message> </message>
<message id="Lms.Explore.Releases.template.entry"> <message id="Lms.Explore.Releases.template.entry">
<div class="row"> <div class="row Lms-explore-releases-entry">
<div class="col-xs-12 Lms-explore-releases-entry"> <div class="col-xs-12">
<div class="media"> <div class="media">
<div class="media-left media-middle"> <div class="media-left media-middle">
${cover class="media-object"} ${cover class="media-object"}
+13 -4
View File
@@ -44,6 +44,7 @@ a:hover {
min-height: 48px; min-height: 48px;
padding-top: 8px; padding-top: 8px;
padding-bottom: 8px; padding-bottom: 8px;
margin: 0px;
} }
.Lms-admin-users-add-btn { .Lms-admin-users-add-btn {
@@ -142,6 +143,7 @@ a:hover {
.Lms-explore-releases-entry { .Lms-explore-releases-entry {
padding-top: 8px; padding-top: 8px;
padding-bottom: 8px; padding-bottom: 8px;
margin: 0px;
} }
.Lms-explore-releases-entry:hover { .Lms-explore-releases-entry:hover {
@@ -171,8 +173,10 @@ a:hover {
border-bottom-color: lightgrey; border-bottom-color: lightgrey;
border-bottom-width: thin; border-bottom-width: thin;
min-height: 32px; min-height: 32px;
margin: 0px;
} }
.Lms-explore-release-entry:hover { .Lms-explore-release-entry:hover {
background-color: lightgrey; background-color: lightgrey;
} }
@@ -201,6 +205,7 @@ a:hover {
.Lms-explore-artists-entry { .Lms-explore-artists-entry {
min-height: 48px; min-height: 48px;
margin: 0px;
} }
.Lms-explore-artists-entry:hover { .Lms-explore-artists-entry:hover {
@@ -215,6 +220,7 @@ a:hover {
.Lms-explore-artist-entry { .Lms-explore-artist-entry {
padding-top: 8px; padding-top: 8px;
padding-bottom: 8px; padding-bottom: 8px;
margin: 0px;
} }
.Lms-explore-artist-entry:hover { .Lms-explore-artist-entry:hover {
@@ -240,6 +246,11 @@ a:hover {
border-bottom-style: solid; border-bottom-style: solid;
border-bottom-color: lightgrey; border-bottom-color: lightgrey;
border-bottom-width: thin; border-bottom-width: thin;
margin: 0px;
}
.Lms-explore-tracks-entry:hover {
background-color: lightgrey;
} }
.Lms-explore-tracks-entry-name { .Lms-explore-tracks-entry-name {
@@ -247,10 +258,6 @@ a:hover {
margin-bottom: 4px; margin-bottom: 4px;
} }
.Lms-explore-tracks-entry:hover {
background-color: lightgrey;
}
.Lms-explore-tracks-entry-controls { .Lms-explore-tracks-entry-controls {
text-align: right; text-align: right;
} }
@@ -279,6 +286,7 @@ a:hover {
border-bottom-color: lightgrey; border-bottom-color: lightgrey;
border-bottom-width: thin; border-bottom-width: thin;
min-height: 32px; min-height: 32px;
margin: 0px;
} }
.Lms-playqueue-entry:hover { .Lms-playqueue-entry:hover {
@@ -321,6 +329,7 @@ a:hover {
border-bottom-color: lightgrey; border-bottom-color: lightgrey;
border-bottom-width: thin; border-bottom-width: thin;
min-height: 32px; min-height: 32px;
margin: 0px;
} }
.Lms-playhistory-entry:hover { .Lms-playhistory-entry:hover {