From 4c3e9fde288130259ec3729b310551511c1c8f13 Mon Sep 17 00:00:00 2001
From: Thomas Willingham <founder@kakste.com>
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("<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) {
     if (!$("div#pause").html()){