]> source.dussan.org Git - sonarqube.git/commitdiff
ie11 fixes
authorStas Vilchik <vilchiks@gmail.com>
Mon, 9 Nov 2015 11:38:06 +0000 (12:38 +0100)
committerStas Vilchik <vilchiks@gmail.com>
Mon, 9 Nov 2015 11:38:06 +0000 (12:38 +0100)
server/sonar-web/src/main/less/components/page.less
server/sonar-web/src/main/less/pages/overview.less

index 0e69b19f8193ae758f41c93e18912b5581ceaced..c3bc33a30ae7092f0f2f7e38c9fd4c331e45b7f6 100644 (file)
@@ -3,9 +3,10 @@
 @import (reference) "../init/links";
 
 body {
-  min-height: 100vh;
   display: flex;
   flex-direction: column;
+  height: 100%;
+  min-height: 100vh;
 }
 
 .page {
@@ -20,13 +21,14 @@ body {
 
 .page-wrapper {
   box-sizing: border-box;
-  flex: 1;
+  flex: 1 0 auto;
 }
 
 .page-wrapper-simple {
   display: flex;
   justify-content: center;
   align-items: center;
+  margin: 100px 0;
 }
 
 .page-wrapper-global {
@@ -85,4 +87,4 @@ body {
   a {
     .link-base-color;
   }
-}
\ No newline at end of file
+}
index 9c23f36a4cda50858b02e9cc1cc4644b6c7f578c..1379e215a947ac38df73dc445034d442c1469d5a 100644 (file)
 .overview-domain-leak {
   position: relative;
   display: flex;
-  flex-direction: column;
   padding: 30px 10px;
 }