]> source.dussan.org Git - sonarqube.git/commit
fix SONAR-6041 make page headers consistent
authorStas Vilchik <vilchiks@gmail.com>
Wed, 21 Jan 2015 14:38:26 +0000 (15:38 +0100)
committerStas Vilchik <vilchiks@gmail.com>
Wed, 21 Jan 2015 16:45:34 +0000 (17:45 +0100)
commitb80afad74a4bfe71bc65e2b6f6626a97e8f2b358
treea0febf522eff10d2487b29735bbc5da7c0b7fc34
parentf29a780d66e454661db05ff92fd5f0abb6512473
fix SONAR-6041 make page headers consistent
25 files changed:
server/sonar-web/src/main/hbs/coding-rules/coding-rules-filters.hbs
server/sonar-web/src/main/hbs/design/design.hbs
server/sonar-web/src/main/hbs/issues/issues-filters.hbs
server/sonar-web/src/main/hbs/libraries/libraries.hbs
server/sonar-web/src/main/hbs/quality-gates/quality-gate-actions.hbs
server/sonar-web/src/main/less/components.less
server/sonar-web/src/main/less/components/page.less [new file with mode: 0644]
server/sonar-web/src/main/less/init.less
server/sonar-web/src/main/less/layout.less
server/sonar-web/src/main/less/navigator/base.less
server/sonar-web/src/main/less/quality-gates.less
server/sonar-web/src/main/less/style.less
server/sonar-web/src/main/webapp/WEB-INF/app/views/comparison/index.html.erb
server/sonar-web/src/main/webapp/WEB-INF/app/views/components/index.html.erb
server/sonar-web/src/main/webapp/WEB-INF/app/views/dashboard/_header.html.erb
server/sonar-web/src/main/webapp/WEB-INF/app/views/dependencies/index.html.erb
server/sonar-web/src/main/webapp/WEB-INF/app/views/layouts/_navbar_conf_settings.html.erb
server/sonar-web/src/main/webapp/WEB-INF/app/views/measures/_search_header.html.erb
server/sonar-web/src/main/webapp/WEB-INF/app/views/profiles/changelog.html.erb
server/sonar-web/src/main/webapp/WEB-INF/app/views/profiles/compare.html.erb
server/sonar-web/src/main/webapp/WEB-INF/app/views/profiles/index.html.erb
server/sonar-web/src/main/webapp/WEB-INF/app/views/profiles/inheritance.html.erb
server/sonar-web/src/main/webapp/WEB-INF/app/views/profiles/permalinks.html.erb
server/sonar-web/src/main/webapp/WEB-INF/app/views/profiles/projects.html.erb
server/sonar-web/src/main/webapp/WEB-INF/app/views/profiles/show.html.erb