parent
0cab539f8a
commit
d71bfbe191
|
@ -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;
|
||||||
}
|
}
|
||||||
|
@ -1505,4 +1505,4 @@ ul.errors li {
|
||||||
.medium-icon.rebroadcast {
|
.medium-icon.rebroadcast {
|
||||||
background:url(images/icon_rebroadcast_m.png) no-repeat 0 0;
|
background:url(images/icon_rebroadcast_m.png) no-repeat 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue