Minor cosmetic changes

This commit is contained in:
emeric
2018-08-30 15:13:28 +02:00
parent 5532c017cb
commit 0f5a508681
+15
View File
@@ -2,6 +2,16 @@ body {
margin-bottom: 16px; margin-bottom: 16px;
} }
a, a:link, a:active, a:visited {
color: black;
text-decoration: none;
cursor: pointer;
}
a:hover {
color: #337ab7;
}
.Lms-vertical-align { .Lms-vertical-align {
display: flex; display: flex;
align-items: center; align-items: center;
@@ -9,6 +19,7 @@ body {
.Lms-cluster { .Lms-cluster {
display: inline; display: inline;
cursor: pointer;
} }
.Lms-cluster-type-0 { .Lms-cluster-type-0 {
@@ -84,10 +95,13 @@ body {
.Lms-explore-release-cover { .Lms-explore-release-cover {
max-width: 100%; max-width: 100%;
border-radius: 8px;
box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
} }
.Lms-explore-btn { .Lms-explore-btn {
font-size: 22px !important; font-size: 22px !important;
cursor: pointer;
} }
.Lms-player { .Lms-player {
@@ -101,6 +115,7 @@ body {
.Lms-player-btn { .Lms-player-btn {
font-size: 34px !important; font-size: 34px !important;
margin: 8px; margin: 8px;
cursor: pointer;
} }