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.
This commit is contained in:
Josh Holland 2016-01-31 15:15:00 +00:00
parent ea57808176
commit f7163519c1

View file

@ -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