diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2011-06-21 15:12:59 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2011-06-21 15:13:48 +0200 |
commit | 610722071cf7f5ba410b47b10479130f708d9e5f (patch) | |
tree | 5fa14b896a0792a17a1eb9c28767cac72ee15884 /sonar-server/src/main/webapp/stylesheets/style.css | |
parent | 02fdeba8d5cea42b17f0e24bc1d0bdebd9c0d29b (diff) | |
download | sonarqube-610722071cf7f5ba410b47b10479130f708d9e5f.tar.gz sonarqube-610722071cf7f5ba410b47b10479130f708d9e5f.zip |
Fix alignment of measures drilldown page
Diffstat (limited to 'sonar-server/src/main/webapp/stylesheets/style.css')
-rw-r--r-- | sonar-server/src/main/webapp/stylesheets/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sonar-server/src/main/webapp/stylesheets/style.css b/sonar-server/src/main/webapp/stylesheets/style.css index a471d7c9d4f..0f9cf7c295a 100644 --- a/sonar-server/src/main/webapp/stylesheets/style.css +++ b/sonar-server/src/main/webapp/stylesheets/style.css @@ -740,7 +740,7 @@ ul.operations li img { .sources2 span.author, .sources2 span.author a { font-size: 85%; } -.sources2 div.violation { +.sources2 div.violation, #global_violations div.violation { background-color:#FFF; margin:0; border: 1px solid #DDD; @@ -867,7 +867,7 @@ span.rulename a:hover { padding-bottom: 10px; } #global_violations td { - padding: 3px 0.5em; + padding: 3px 0; } #global_violations td img, #source_title img { vertical-align: text-bottom; |