]> source.dussan.org Git - sonarqube.git/commitdiff
adapt the size of large modals
authorStas Vilchik <vilchiks@gmail.com>
Thu, 29 Jan 2015 12:53:53 +0000 (13:53 +0100)
committerStas Vilchik <vilchiks@gmail.com>
Thu, 29 Jan 2015 14:34:59 +0000 (15:34 +0100)
server/sonar-web/src/main/less/components/modals.less

index dc987a9c4c4dfbe5443a774ff64024ca7abc129f..05344dbe9b9b2cff563b637672f99d3dd5b5adc3 100644 (file)
@@ -16,8 +16,8 @@
 }
 
 .modal-large {
-  width: 1080px;
-  margin-left: -540px;
+  width: 90vw;
+  margin-left: -45vw;
 }
 
 .modal-overlay {