]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-5333 Responsive widget grid
authorStas Vilchik <vilchiks@gmail.com>
Wed, 2 Jul 2014 10:36:13 +0000 (16:36 +0600)
committerStas Vilchik <vilchiks@gmail.com>
Wed, 2 Jul 2014 10:36:21 +0000 (16:36 +0600)
sonar-server/src/main/less/dashboard.less

index 6d9a149ae5994cc26b90501c07293248f3d43b82..aa181d7791eb15977e08f5ad3523c6a85567aa61 100644 (file)
 .widget-span-11 { width: 91.666666666667%; }
 .widget-span-12 { width: 100%; }
 
+@media (max-width: 1279px) {
+  .widget-span-1  { width: 50%; }
+  .widget-span-2  { width: 50%; }
+  .widget-span-3  { width: 50%; }
+  .widget-span-3-5  { width: 50%; }
+  .widget-span-4  { width: 50%; }
+  .widget-span-5  { width: 50%; }
+  .widget-span-6  { width: 50%; }
+  .widget-span-7  { width: 100%; }
+  .widget-span-8  { width: 100%; }
+  .widget-span-9  { width: 100%; }
+  .widget-span-10 { width: 100%; }
+  .widget-span-11 { width: 100%; }
+  .widget-span-12 { width: 100%; }
+}
+
 .widget-label {
   display: block;
   font-size: @baseFontSize;
 
 .description-widget-link-data {
   margin-top: 7px;
-}
\ No newline at end of file
+}