From d6a03657aa62b777eb04edc5ff495c50d89bdb77 Mon Sep 17 00:00:00 2001 From: Aaron Lidman Date: Tue, 26 Nov 2013 14:08:39 -0800 Subject: [PATCH] Fix warning tooltip position By default the tooltip looks like it belongs to the list item above it. --- css/app.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/app.css b/css/app.css index 03aae5503..126bc0c25 100644 --- a/css/app.css +++ b/css/app.css @@ -2712,6 +2712,10 @@ img.wiki-image { background: #000; color: #ccc; } +/* commit warning tooltips need to be closer */ +.warning-section .tooltip.top { + margin-top: -5px; +} /* Uncramp map-control tooltips */ .map-control .tooltip {