CC-2108: Show time is hardcoded to 00:00
-fixed
This commit is contained in:
parent
0cab539f8a
commit
d71bfbe191
2 changed files with 3 additions and 3 deletions
|
@ -14,7 +14,7 @@
|
||||||
<div class="now-playing-info show">
|
<div class="now-playing-info show">
|
||||||
<div class="recording-show" style="display: none;"></div>
|
<div class="recording-show" style="display: none;"></div>
|
||||||
<span id="playlist"></span>
|
<span id="playlist"></span>
|
||||||
<span class="lenght">00:00</span>
|
<span id="show-length" class="show-length"></span>
|
||||||
</div>
|
</div>
|
||||||
<div class="progressbar">
|
<div class="progressbar">
|
||||||
<div class="progress-show" id='progress-show' style="width:0%;"></div>
|
<div class="progress-show" id='progress-show' style="width:0%;"></div>
|
||||||
|
|
|
@ -184,7 +184,7 @@ select {
|
||||||
.progressbar .progress-show-error {
|
.progressbar .progress-show-error {
|
||||||
background:#d40000 url(images/progressbar_show_error.png) repeat-x 0 0;
|
background:#d40000 url(images/progressbar_show_error.png) repeat-x 0 0;
|
||||||
}
|
}
|
||||||
.now-playing-info .lenght {
|
.now-playing-info .show-length {
|
||||||
color:#c4c4c4;
|
color:#c4c4c4;
|
||||||
padding-left:6px;
|
padding-left:6px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue