diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2015-10-19 16:40:37 +0200 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2015-10-20 11:03:41 +0200 |
commit | 187f501d31cba9ff220c44bbcd222768a4eee40e (patch) | |
tree | 51e71412637be96d9458c761f3d09dc236570d22 /server/sonar-web/src/main/less/components | |
parent | 26817f2f1b31d777b681cc08f3a06db201521007 (diff) | |
download | sonarqube-187f501d31cba9ff220c44bbcd222768a4eee40e.tar.gz sonarqube-187f501d31cba9ff220c44bbcd222768a4eee40e.zip |
SONAR-6331 add project overview page
Diffstat (limited to 'server/sonar-web/src/main/less/components')
-rw-r--r-- | server/sonar-web/src/main/less/components/measures.less | 4 | ||||
-rw-r--r-- | server/sonar-web/src/main/less/components/navbar.less | 1 | ||||
-rw-r--r-- | server/sonar-web/src/main/less/components/ui.less | 2 |
3 files changed, 4 insertions, 3 deletions
diff --git a/server/sonar-web/src/main/less/components/measures.less b/server/sonar-web/src/main/less/components/measures.less index a112b884fc4..17292f6eabc 100644 --- a/server/sonar-web/src/main/less/components/measures.less +++ b/server/sonar-web/src/main/less/components/measures.less @@ -58,7 +58,7 @@ .measure-value { color: @darkBlue; font-size: @bigFontSize; - font-weight: 300; + font-weight: 400; } .measure-bar { @@ -95,7 +95,7 @@ .measure-name { margin-top: 2px; font-size: 15px; - font-weight: 300; + font-weight: 400; } .measure-value { diff --git a/server/sonar-web/src/main/less/components/navbar.less b/server/sonar-web/src/main/less/components/navbar.less index 141c2b08f31..f6e613f933e 100644 --- a/server/sonar-web/src/main/less/components/navbar.less +++ b/server/sonar-web/src/main/less/components/navbar.less @@ -189,6 +189,7 @@ top: @navbarGlobalHeight; z-index: @navbar-context-z-index; height: @navbarContextHeight; + padding-top: 5px; background-color: @navbarContextBackground; .nav-tabs { diff --git a/server/sonar-web/src/main/less/components/ui.less b/server/sonar-web/src/main/less/components/ui.less index 6e8ebe364ef..1af0fed2673 100644 --- a/server/sonar-web/src/main/less/components/ui.less +++ b/server/sonar-web/src/main/less/components/ui.less @@ -168,7 +168,7 @@ > li:first-child { font-size: 18px; - font-weight: 300; + font-weight: 400; > a { color: @baseFontColor; |