]> source.dussan.org Git - sonarqube.git/commitdiff
New Issues Page: fix IE bug
authorStas Vilchik <vilchiks@gmail.com>
Fri, 7 Feb 2014 12:55:57 +0000 (18:55 +0600)
committerStas Vilchik <vilchiks@gmail.com>
Fri, 7 Feb 2014 12:55:57 +0000 (18:55 +0600)
sonar-server/src/main/webapp/stylesheets/navigator.css
sonar-server/src/main/webapp/stylesheets/navigator/base.css
sonar-server/src/main/webapp/stylesheets/navigator/base.less

index af16f9845be9893f24c40e9b0dc3a8df64d042f1..fca7d52c52cdb711cb4f1bd4c45b347f58f51694 100644 (file)
   z-index: 2;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
+  -moz-box-sizing: content-box;
+  box-sizing: content-box;
   top: 134px;
   bottom: 0;
   left: 0;
-  width: 320px;
+  width: 319px;
 }
 .navigator-details {
   position: fixed;
index 474e7b44ee0ab17810971a170c576106d2bfd694..3e37f544611ffd8ef3e774b3a2716db2f8d3fd5d 100644 (file)
   z-index: 2;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
+  -moz-box-sizing: content-box;
+  box-sizing: content-box;
   top: 134px;
   bottom: 0;
   left: 0;
-  width: 320px;
+  width: 319px;
 }
 .navigator-details {
   position: fixed;
index 768d3696ce2b6b58c09874ed0820ec440e1c4c19..ea7de94df0dea38b5c15e55c29725700808b36ff 100644 (file)
 
 .navigator-results {
   .navigator-element;
+  .box-sizing(content-box);
   top: @navigatorTopOffset + @navigatorHeaderHeight + @navigatorFiltersHeight + @navigatorStatusHeight;
   bottom: 0;
   left: 0;
-  width: @navigatorResultsWidth;
+  width: @navigatorResultsWidth - 1px;
 }
 
 .navigator-details {