summaryrefslogtreecommitdiffstats
path: root/sonar-server
diff options
context:
space:
mode:
authorsimonbrandhof <simon.brandhof@gmail.com>2011-03-14 16:36:49 +0100
committersimonbrandhof <simon.brandhof@gmail.com>2011-03-14 16:36:49 +0100
commit62ca0c46b1a4e5a17e3a6d19d1b461d8a2ddd1f2 (patch)
tree1081e6d36ad629172a31ebaf06b53427880ccd7e /sonar-server
parentec581b9a040c30eb69e6002ae2af16ab36b35d05 (diff)
downloadsonarqube-62ca0c46b1a4e5a17e3a6d19d1b461d8a2ddd1f2.tar.gz
sonarqube-62ca0c46b1a4e5a17e3a6d19d1b461d8a2ddd1f2.zip
Change CSS of GWT resource viewers in order to match RoR resource viewers
Diffstat (limited to 'sonar-server')
-rw-r--r--sonar-server/src/main/webapp/stylesheets/style.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/sonar-server/src/main/webapp/stylesheets/style.css b/sonar-server/src/main/webapp/stylesheets/style.css
index 55d19caca73..2a1c36b11e7 100644
--- a/sonar-server/src/main/webapp/stylesheets/style.css
+++ b/sonar-server/src/main/webapp/stylesheets/style.css
@@ -808,7 +808,8 @@ span.rulename a:hover {
background-color: #ECECEC;
white-space: nowrap;
text-align: right;
- color: #777;
+ font-size: 85%;
+ color: #AAAAAA;
border-right: 1px solid #DDD;
padding: 0 3px;
height: 14px;