From 08ade0f7913bbd4414971044b6b071f78b749589 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Tue, 4 Jun 2013 21:46:18 +0400 Subject: [PATCH] updated css... Signed-off-by: Alex A. Naanou --- ui/layout.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui/layout.css b/ui/layout.css index 70d72ed0..0f241ade 100644 --- a/ui/layout.css +++ b/ui/layout.css @@ -404,6 +404,7 @@ body { transform: rotate(90deg) scaleY(1) scaleX(1); } /* compensate for flipping... */ +/* XXX START: I hate this code, will think if a better way to do this... */ .image:not([orientation="90"])[flipped*="horizontal"] .inline-image-info { -webkit-transform: rotate(0deg) scaleY(1) scaleX(-1); -moz-transform: rotate(0deg) scaleY(1) scaleX(-1); @@ -555,6 +556,7 @@ body { -ms-transform: rotate(90deg) scaleY(-1) scaleX(-1); transform: rotate(90deg) scaleY(-1) scaleX(-1); } +/* XXX END */ .overlay-info { display: none; position: absolute;