diff options
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, 8 insertions, 3 deletions
diff --git a/server/sonar-web/src/main/less/components/issues.less b/server/sonar-web/src/main/less/components/issues.less index 1b4d9aacc43..b4a0ec67399 100644 --- a/server/sonar-web/src/main/less/components/issues.less +++ b/server/sonar-web/src/main/less/components/issues.less @@ -70,9 +70,9 @@ } .issue-rule { - font-size: 11px; - font-weight: 400; - .link-no-underline; + padding: 0 3px; + background-color: fade(@blue, 30%); + opacity: 0.5; } .issue-component { @@ -160,6 +160,7 @@ .issue-comment { display: table; + width: 100%; } .issue-comment + .issue-comment { @@ -170,14 +171,17 @@ display: table-cell; vertical-align: top; max-width: 130px; + width: 1px; line-height: 18px; color: @secondFontColor; + font-weight: 500; .text-ellipsis; } .issue-comment-age { display: table-cell; vertical-align: top; + width: 1px; line-height: 18px; white-space: nowrap; color: @secondFontColor; @@ -195,6 +199,7 @@ .issue-comment-actions { display: table-cell; vertical-align: top; + width: 1px; padding-left: 5px; line-height: 18px; white-space: nowrap; |