From f7163519c1e285dc11ef83694929231dfc32e201 Mon Sep 17 00:00:00 2001 From: Josh Holland Date: Sun, 31 Jan 2016 15:15:00 +0000 Subject: [PATCH] Make task help icons consistent across browsers The zoom CSS property isn't supported by Firefox, and nor is vertical-align: -webkit-baseline-middle. font-size: 1.5em has the same effect, and vertical-align: middle ensures that the tooltip doesn't overlap with the icon. --- website/public/css/tasks.styl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/public/css/tasks.styl b/website/public/css/tasks.styl index 82304d6842..c311402127 100644 --- a/website/public/css/tasks.styl +++ b/website/public/css/tasks.styl @@ -149,8 +149,8 @@ for $stage in $stages font-weight: 300 .option-box .glyphicon - zoom: 1.5 - vertical-align: -webkit-baseline-middle + font-size: 1.5em + vertical-align: middle .task-column.preview padding: 0