Added duration in the audio player. Fixes #15

This commit is contained in:
emeric
2020-01-14 13:57:14 +01:00
parent 0ee1a32bc2
commit e4e294aa92
4 changed files with 31 additions and 15 deletions
+9 -2
View File
@@ -402,7 +402,7 @@ a:hover {
}
.Lms-player-btn {
font-size: 34px !important;
font-size: 40px !important;
cursor: pointer;
}
@@ -411,11 +411,18 @@ a:hover {
}
.Lms-player-btn-playpause {
width: 32px;
width: 40px;
margin-left: 8px;
margin-right: 8px;
}
.Lms-player-duration {
line-height: 40px;
text-align: center;
color: darkgrey;
white-space: nowrap;
}
.Lms-player-seek-container {
margin-top: 8px;
margin-bottom: 8px;