From 4c3e9fde288130259ec3729b310551511c1c8f13 Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Sun, 11 Nov 2012 18:44:13 +0000 Subject: [PATCH] Diabook - move pause icon. --- view/theme/diabook/bottom.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/theme/diabook/bottom.tpl b/view/theme/diabook/bottom.tpl index 08952aad65..1d15e460d7 100644 --- a/view/theme/diabook/bottom.tpl +++ b/view/theme/diabook/bottom.tpl @@ -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("pause"); $(document).keydown(function(event) { if (!$("div#pause").html()){