From: Stas Vilchik Date: Fri, 29 Aug 2014 06:50:48 +0000 (+0600) Subject: SONAR-5490 Improve readability and payload of results in the page "Rules" X-Git-Tag: 4.5-RC1~43 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=60141bd9be1d178315e20203dc158f2b1f519c6a;p=sonarqube.git SONAR-5490 Improve readability and payload of results in the page "Rules" Condense the result list --- diff --git a/server/sonar-web/src/main/less/coding-rules.less b/server/sonar-web/src/main/less/coding-rules.less index 88a773ddfee..31488bd252b 100644 --- a/server/sonar-web/src/main/less/coding-rules.less +++ b/server/sonar-web/src/main/less/coding-rules.less @@ -18,6 +18,19 @@ text-align: right; } + .navigator-results-list .line { + padding-top: 3px; + padding-bottom: 3px; + } + + .navigator-results-list .line + .line { + padding-top: 0; + } + + .navigator-results-list .line-small { + color: @secondFontColor; + } + } .navigator-filter-query {