From: Stas Vilchik Date: Thu, 23 Oct 2014 07:34:15 +0000 (+0200) Subject: SONAR-5255 Fix FF, break IE11 X-Git-Tag: 4.5.1-RC1~2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=2ad755e1b836704a1e55c6fe116e55056a428fee;p=sonarqube.git SONAR-5255 Fix FF, break IE11 --- diff --git a/server/sonar-web/src/main/less/icons.less b/server/sonar-web/src/main/less/icons.less index 1212069bb00..fa174f8b19b 100644 --- a/server/sonar-web/src/main/less/icons.less +++ b/server/sonar-web/src/main/less/icons.less @@ -271,9 +271,7 @@ a[class^="icon-"], a[class*=" icon-"] { &:after { content: "\e60d"; position: absolute; -// top: 0; - left: 0; - margin-top: 2px; + top: 0; left: 0; } &.icon-checkbox-single:after { content: "\e60e"; }