From 8958a991f060c5db39280602a20603ca15263ee1 Mon Sep 17 00:00:00 2001 From: Saman Bemel-Benrud Date: Mon, 29 Jul 2013 17:18:23 -0400 Subject: [PATCH] better positioning of point tooltip, closes #1649 --- css/app.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/app.css b/css/app.css index be138184d..0432ddbda 100644 --- a/css/app.css +++ b/css/app.css @@ -2594,7 +2594,8 @@ img.wiki-image { } /* Move over tooltips that are near the edge of screen */ .add-point .tooltip { - left: -20px !important; } + left: 33.3333% !important; +} .curtain-tooltip.intro-points-add .tooltip-arrow, .add-point .tooltip .tooltip-arrow {