From fb8c006be17d115498c14a9b391ffd2aa2053e70 Mon Sep 17 00:00:00 2001 From: Connor Turland Date: Sun, 1 Feb 2015 12:29:16 -0500 Subject: [PATCH] fixed small alignment bug on tooltips in firefox --- app/assets/stylesheets/clean.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/clean.css b/app/assets/stylesheets/clean.css index a0ec658b..4ecd3120 100644 --- a/app/assets/stylesheets/clean.css +++ b/app/assets/stylesheets/clean.css @@ -1053,7 +1053,7 @@ .sidebarCollaborateIcon div:after, .sidebarFilterIcon div:after, .sidebarForkIcon div:after, .addMap div:after, .sidebarAccountIcon .tooltipsUnder:after { content: ''; position: absolute; - top: 128%; + top: 129%; margin-top: -30px; width: 0; height: 0; @@ -1065,7 +1065,7 @@ .mapInfoIcon div:after, .openCheatsheet div:after { content: ''; position: absolute; - top: 77%; + top: 76%; left: 41%; margin-top: 5px; width: 0;