diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2014-11-13 16:17:08 +0100 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2014-11-13 16:17:08 +0100 |
commit | 2c8ac4e722b3031f86bbefc1d8496aef0527f7ea (patch) | |
tree | 4e53a8b4a98bfad4a5fc838052f2b053435c9e00 /server/sonar-web/src/main/less/components/issues.less | |
parent | e815cdae8bc17844f6d71b488c9a427f2ed37fae (diff) | |
download | sonarqube-2c8ac4e722b3031f86bbefc1d8496aef0527f7ea.tar.gz sonarqube-2c8ac4e722b3031f86bbefc1d8496aef0527f7ea.zip |
SONAR-5718 Update the font
Diffstat (limited to 'server/sonar-web/src/main/less/components/issues.less')
-rw-r--r-- | server/sonar-web/src/main/less/components/issues.less | 11 |
1 files changed, 1 insertions, 10 deletions
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; } |