Added descriptions and thumbnails, and fixed issue with pagination on add song

This commit is contained in:
Kasper Rynning-Tønnesen
2017-02-08 13:18:19 +01:00
parent 4eb3ac6f10
commit cc61d70218
8 changed files with 150 additions and 49 deletions

View File

@@ -109,12 +109,10 @@
.prev_page_hide, .prev_page, .first_page, .first_page_hide{
padding:0 10px;
float:left;
}
.next_page_hide, .next_page, .last_page, .last_page_hide{
padding:0 10px;
float:right;
display: flex;
}
@@ -986,6 +984,26 @@ hide mdi-action-visibility mdi-action-visibility-off
border-bottom:1px solid black;
}
#chan_thumbnail, #chan_description{
color: black;
width: 80%;
}
#thumbnail_image{
text-align: center;
}
#thumbnail_image, #description_area{
width: 80%;
margin: auto;
color: black;
justify-content: center;
}
#chan_thumbnail:disabled{
border-bottom: none;
}
.suggest_title, .duration-song{
padding-left:10px;
line-height:24px;