From b900d926cda7bd77bbc416ebfbce84a378ca77f4 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 6 Jun 2012 16:59:32 +0400 Subject: [PATCH] more minor tweeks and fixes... Signed-off-by: Alex A. Naanou --- ui/gallery.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ui/gallery.html b/ui/gallery.html index 35e2e160..7eed8747 100755 --- a/ui/gallery.html +++ b/ui/gallery.html @@ -39,6 +39,7 @@ $(document).ready(function() { cur.addClass("current-image") cur.parents(".ribbon").addClass("current-ribbon") + var container = cur.parents('.container') var field = cur.parents(".field") @@ -175,7 +176,10 @@ function nextImage(){ } - /* single image theme (start everything with .single-image-mode) */ + /* single image theme (start everything with .single-image-mode) + * + * XXX need to make this touch friendly... + */ .single-image-mode .image { opacity: 0.0; } @@ -240,4 +244,5 @@ function nextImage(){ +