mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Some visibility fixes
This commit is contained in:
@@ -80,7 +80,7 @@
|
||||
</div>
|
||||
</form>
|
||||
|
||||
<div id="remote-controls" style="display:none;">
|
||||
<div class="rc" id="remote-controls">
|
||||
<a class="chan-link waves-effect btn green" onclick="play();">
|
||||
<i id="remote_play" class="mdi-av-play-arrow"></i>
|
||||
</a>
|
||||
@@ -92,16 +92,9 @@
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<i class="mdi-av-volume-up slider-vol"></i>
|
||||
<div id="volume-control" style="display:none;" title="Volume">
|
||||
|
||||
</div>
|
||||
<i class="mdi-av-volume-up slider-vol rc"></i>
|
||||
<div class="rc" id="volume-control" title="Volume"></div>
|
||||
|
||||
|
||||
<!--<p class="range-field" onclick="console.log('test');">
|
||||
<input type="range" id="volume-control" style="display:none;" min="0" value="100" max="100" />
|
||||
</p>-->
|
||||
|
||||
</div>
|
||||
|
||||
<div class="section about-remote">
|
||||
|
||||
@@ -823,4 +823,8 @@ ul #chat-log{
|
||||
|
||||
.about-remote{
|
||||
padding-top: 50px;
|
||||
}
|
||||
|
||||
.rc{
|
||||
display: none;
|
||||
}
|
||||
@@ -41,9 +41,8 @@ function control()
|
||||
$("#code-input").val("");
|
||||
start = false;
|
||||
|
||||
$("#volume-control").css("display", "block");
|
||||
$("#remote-controls").css("display", "block");
|
||||
|
||||
$(".rc").css("display", "block");
|
||||
|
||||
document.getElementById("base").setAttribute("onsubmit", "control(); return false;");
|
||||
$("#remote-text").text("Controlling "+ id.toUpperCase())
|
||||
document.getElementById("search").setAttribute("length", "18");
|
||||
|
||||
Reference in New Issue
Block a user