Audio metadata

This commit is contained in:
DC
2016-03-22 03:37:27 -07:00
parent fc425e4221
commit fcf0e0d2fb
4 changed files with 82 additions and 4 deletions

View File

@@ -730,6 +730,34 @@ body.drag .torrent-placeholder span {
font-weight: bold;
}
/*
* AUDIO DETAILS
*/
.audio-metadata {
width: 500px;
max-width: 100%;
white-space: nowrap;
text-overflow: ellipsis;
align-self: center;
margin: 0 auto;
font-weight: bold;
font-size: 24px;
line-height: 2;
}
.audio-metadata .audio-title {
font-size: 32px;
}
.audio-metadata label {
display:inline-block;
width: 100px;
text-align: right;
font-weight: normal;
margin-right: 25px;
}
/*
* ERRORS
*/