]> source.dussan.org Git - sonarqube.git/commitdiff
use limited page width on history and custom measures pages
authorStas Vilchik <vilchiks@gmail.com>
Fri, 26 Aug 2016 09:17:09 +0000 (11:17 +0200)
committerStas Vilchik <vilchiks@gmail.com>
Fri, 26 Aug 2016 09:17:09 +0000 (11:17 +0200)
server/sonar-web/src/main/js/apps/custom-measures/templates/custom-measures-layout.hbs
server/sonar-web/src/main/webapp/WEB-INF/app/views/project/history.html.erb

index a7bd51772ffd2dc7525623347606576e7377af53..14efdfad1f4ca53bdac2b677251faccafd613ee7 100644 (file)
@@ -1,4 +1,4 @@
-<div class="page">
+<div class="page page-limited">
   <div id="custom-measures-header"></div>
   <div id="custom-measures-list"></div>
   <div id="custom-measures-list-footer"></div>
index 2e9414bb4b821eac98169b7dbaa13e35eaa7f82d..81caa07835ad925403e5d4429008cd467f568b6e 100644 (file)
@@ -1,4 +1,4 @@
-<div class="page">
+<div class="page page-limited">
   <header class="page-header">
     <h1 class="page-title"><%= message('project_history.page') -%></h1>
     <p class="page-description"><%= message('project_history.page.description') -%></p>