Added function for rules, and moved thumbnail/data somewhat around for better readability

This commit is contained in:
Kasper Rynning-Tønnesen
2018-09-27 22:03:23 +02:00
parent 5a84a4bc70
commit 0b3e7177b1
12 changed files with 599 additions and 208 deletions

View File

@@ -25,6 +25,10 @@ a {
outline: 0 !important;
}
.initial-line-height {
line-height: initial;
}
.error-code-container {
background: lightgrey;
border: 1px solid darkgrey;
@@ -1362,8 +1366,11 @@ margin:-1px;
.suggest-songs:nth-child(odd) {background: rgba(204,204,204,0.40)}
.suggest-songs:nth-child(even) {background: #FFF}
.suggest-songs {
.info_change_button_container, .suggest-songs {
padding-top:20px;
}
.suggest-songs {
border-bottom:1px solid black;
}