aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStas Vilchik <vilchiks@gmail.com>2014-11-13 16:17:08 +0100
committerStas Vilchik <vilchiks@gmail.com>2014-11-13 16:17:08 +0100
commit2c8ac4e722b3031f86bbefc1d8496aef0527f7ea (patch)
tree4e53a8b4a98bfad4a5fc838052f2b053435c9e00
parente815cdae8bc17844f6d71b488c9a427f2ed37fae (diff)
downloadsonarqube-2c8ac4e722b3031f86bbefc1d8496aef0527f7ea.tar.gz
sonarqube-2c8ac4e722b3031f86bbefc1d8496aef0527f7ea.zip
SONAR-5718 Update the font
-rw-r--r--server/sonar-web/src/main/less/components/facets.less1
-rw-r--r--server/sonar-web/src/main/less/components/issues.less11
-rw-r--r--server/sonar-web/src/main/less/issues.less6
3 files changed, 4 insertions, 14 deletions
diff --git a/server/sonar-web/src/main/less/components/facets.less b/server/sonar-web/src/main/less/components/facets.less
index ec0a11412a0..c21ed50005f 100644
--- a/server/sonar-web/src/main/less/components/facets.less
+++ b/server/sonar-web/src/main/less/components/facets.less
@@ -11,7 +11,6 @@
border-radius: 2px;
background-color: lighten(@barBackgroundColor, 2%);
font-size: 0;
- font-weight: 300;
cursor: pointer;
white-space: nowrap;
.trans(none);
diff --git a/server/sonar-web/src/main/less/components/issues.less b/server/sonar-web/src/main/less/components/issues.less
index c88072d0749..a372a192b1f 100644
--- a/server/sonar-web/src/main/less/components/issues.less
+++ b/server/sonar-web/src/main/less/components/issues.less
@@ -40,7 +40,7 @@
padding-right: @rightPadding;
line-height: 1.5;
font-size: @baseFontSize;
- font-weight: 400;
+ font-weight: 500;
}
.issue-component {
@@ -49,7 +49,6 @@
padding-right: @rightPadding;
line-height: 1.5;
font-size: @smallFontSize;
- font-weight: 300;
}
.issue-age {
@@ -59,7 +58,6 @@
padding-right: @rightPadding;
line-height: 1.5;
font-size: @smallFontSize;
- font-weight: 300;
&:before {
content: " ";
@@ -84,7 +82,6 @@
margin-right: 10px;
line-height: 1.5;
font-size: @smallFontSize;
- font-weight: 300;
}
.issue-meta-on-right {
@@ -118,7 +115,6 @@
padding-left: @leftPadding;
padding-right: @rightPadding;
font-size: @smallFontSize;
- font-weight: 300;
}
.issue-comment {
@@ -167,7 +163,6 @@
min-width: 120px;
margin: 0 -10px;
font-size: @smallFontSize;
- font-weight: 300;
}
.issue-action-option {
@@ -188,7 +183,6 @@ a.issue-action-option {
input.issue-action-options-search {
padding: 0 10px 0 30px;
border: none;
- font-weight: 300;
}
.issue-action-options-search-icon {
@@ -204,7 +198,6 @@ input.issue-action-options-search {
.issue-comment-bubble-popup {
width: 540px;
font-size: @smallFontSize;
- font-weight: 300;
}
.issue-comment-form-text {
@@ -213,7 +206,6 @@ input.issue-action-options-search {
.issue-comment-form-text textarea {
width: 100%;
- font-weight: 300;
}
.issue-comment-form-footer {
@@ -233,5 +225,4 @@ input.issue-action-options-search {
.issue-more-actions {
line-height: 1.5;
font-size: @smallFontSize;
- font-weight: 300;
}
diff --git a/server/sonar-web/src/main/less/issues.less b/server/sonar-web/src/main/less/issues.less
index fe75d4dbf88..9c05e682784 100644
--- a/server/sonar-web/src/main/less/issues.less
+++ b/server/sonar-web/src/main/less/issues.less
@@ -58,7 +58,7 @@
.issues-facet-header {
color: @secondFontColor;
- font-weight: 300;
+ font-weight: 400;
&:hover { color: @blue; }
}
@@ -77,7 +77,7 @@
.facet-name {
white-space: nowrap;
background-color: @barBackgroundColor;
- color: @secondFontColor;
+ color: @baseFontColor;
}
.facet-stat {
@@ -114,7 +114,7 @@
padding: 6px 10px;
border-bottom: none;
color: @baseFontColor;
- font-weight: 400;
+ font-weight: 500;
}
.issues-facet-list {