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>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<div id="remote-controls" style="display:none;">
|
<div class="rc" id="remote-controls">
|
||||||
<a class="chan-link waves-effect btn green" onclick="play();">
|
<a class="chan-link waves-effect btn green" onclick="play();">
|
||||||
<i id="remote_play" class="mdi-av-play-arrow"></i>
|
<i id="remote_play" class="mdi-av-play-arrow"></i>
|
||||||
</a>
|
</a>
|
||||||
@@ -92,15 +92,8 @@
|
|||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<i class="mdi-av-volume-up slider-vol"></i>
|
<i class="mdi-av-volume-up slider-vol rc"></i>
|
||||||
<div id="volume-control" style="display:none;" title="Volume">
|
<div class="rc" id="volume-control" title="Volume"></div>
|
||||||
|
|
||||||
</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>
|
||||||
|
|
||||||
|
|||||||
@@ -824,3 +824,7 @@ ul #chat-log{
|
|||||||
.about-remote{
|
.about-remote{
|
||||||
padding-top: 50px;
|
padding-top: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.rc{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
@@ -41,8 +41,7 @@ function control()
|
|||||||
$("#code-input").val("");
|
$("#code-input").val("");
|
||||||
start = false;
|
start = false;
|
||||||
|
|
||||||
$("#volume-control").css("display", "block");
|
$(".rc").css("display", "block");
|
||||||
$("#remote-controls").css("display", "block");
|
|
||||||
|
|
||||||
document.getElementById("base").setAttribute("onsubmit", "control(); return false;");
|
document.getElementById("base").setAttribute("onsubmit", "control(); return false;");
|
||||||
$("#remote-text").text("Controlling "+ id.toUpperCase())
|
$("#remote-text").text("Controlling "+ id.toUpperCase())
|
||||||
|
|||||||
Reference in New Issue
Block a user