]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-5255 Fix FF, break IE11
authorStas Vilchik <vilchiks@gmail.com>
Thu, 23 Oct 2014 07:34:15 +0000 (09:34 +0200)
committerStas Vilchik <vilchiks@gmail.com>
Thu, 23 Oct 2014 07:34:15 +0000 (09:34 +0200)
server/sonar-web/src/main/less/icons.less

index 1212069bb000edc0ad3c974e9ecde261a429e7a4..fa174f8b19bac7383d4af13f7b3827fb8e81acd6 100644 (file)
@@ -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"; }