Diabook - move pause icon.
This commit is contained in:
parent
fccc76371f
commit
4c3e9fde28
|
@ -15,7 +15,7 @@ $(document).ready(function() {
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
$("div#pause").attr("style", "position: fixed;bottom: 43px;left: 5px;");
|
$("div#pause").attr("style", "position: fixed;bottom: 25px;left: 5px;");
|
||||||
$("div#pause").html("<img src='images/pause.gif' alt='pause' title='pause live-updates (ctrl+space)' style='border: 1px solid black;opacity: 0.2;'>");
|
$("div#pause").html("<img src='images/pause.gif' alt='pause' title='pause live-updates (ctrl+space)' style='border: 1px solid black;opacity: 0.2;'>");
|
||||||
$(document).keydown(function(event) {
|
$(document).keydown(function(event) {
|
||||||
if (!$("div#pause").html()){
|
if (!$("div#pause").html()){
|
||||||
|
|
Loading…
Reference in a new issue