CC-2108: Show time is hardcoded to 00:00

-fixed
This commit is contained in:
martin 2011-03-24 22:07:04 -04:00
parent 0cab539f8a
commit d71bfbe191
2 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@
<div class="now-playing-info show">
<div class="recording-show" style="display: none;"></div>
<span id="playlist"></span>
<span class="lenght">00:00</span>
<span id="show-length" class="show-length"></span>
</div>
<div class="progressbar">
<div class="progress-show" id='progress-show' style="width:0%;"></div>

View File

@ -184,7 +184,7 @@ select {
.progressbar .progress-show-error {
background:#d40000 url(images/progressbar_show_error.png) repeat-x 0 0;
}
.now-playing-info .lenght {
.now-playing-info .show-length {
color:#c4c4c4;
padding-left:6px;
}
@ -1505,4 +1505,4 @@ ul.errors li {
.medium-icon.rebroadcast {
background:url(images/icon_rebroadcast_m.png) no-repeat 0 0;
}