From 8197803dbec4c1c347329b052c0b5ea4290a23a4 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 7 Jun 2012 04:12:14 +0400 Subject: [PATCH] last minor tweeks for today (deep-hack-mode off, sleep-mode on)... Signed-off-by: Alex A. Naanou --- ui/gallery.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/gallery.html b/ui/gallery.html index 9ab101d1..6ab44481 100755 --- a/ui/gallery.html +++ b/ui/gallery.html @@ -82,9 +82,9 @@ function handleClick(e) { // center the current image... field.css({ - left: field_offset.left - image_offset.left + (container.innerWidth() - cur.innerWidth())/2, - top: field_offset.top - image_offset.top + (container.innerHeight() - cur.innerHeight())/2 - }) + left: field_offset.left - image_offset.left + (container.innerWidth() - cur.innerWidth())/2, + top: field_offset.top - image_offset.top + (container.innerHeight() - cur.innerHeight())/2 + }) // XXX do I need this??? @@ -512,8 +512,8 @@ function demoteImage(){

-
- +
+