diff options
Diffstat (limited to 'sonar-server/src/main/webapp/stylesheets/style.css')
-rw-r--r-- | sonar-server/src/main/webapp/stylesheets/style.css | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/sonar-server/src/main/webapp/stylesheets/style.css b/sonar-server/src/main/webapp/stylesheets/style.css index 9fb6b224d75..c45ce56b77a 100644 --- a/sonar-server/src/main/webapp/stylesheets/style.css +++ b/sonar-server/src/main/webapp/stylesheets/style.css @@ -491,6 +491,10 @@ h4, .h4 { color: #777; } +.highlight { + font-weight: bold; +} + .subtitle { color: #777; font-size: 85%; @@ -1239,7 +1243,9 @@ div.progress td { } div.progress td a { - display: block; width: 100%; height: 100%; + display: block; + width: 100%; + height: 100%; } div.progress td.resolved { @@ -1257,7 +1263,6 @@ div.progress div.note { white-space: nowrap; } - /* AUTOCOMPLETE FIELDS */ div.autocomplete { position: absolute; |