mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-02-20 16:29:35 +00:00
Some visibility fixes
This commit is contained in:
@@ -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