diff options
Diffstat (limited to 'sonar-server/src/main')
-rw-r--r-- | sonar-server/src/main/webapp/WEB-INF/app/views/drilldown/measures.html.erb | 1 | ||||
-rw-r--r-- | sonar-server/src/main/webapp/stylesheets/style.css | 4 |
2 files changed, 2 insertions, 3 deletions
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/drilldown/measures.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/drilldown/measures.html.erb index e6f5d625eb5..feb41688e90 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/drilldown/measures.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/drilldown/measures.html.erb @@ -31,7 +31,6 @@ <% end %> </div> <!-- keep for IE6 ! --> -<div class="clear"> </div> <table id="drilldown" class="width100"> <% if @highlighted_metric!=@metric %> <tr> 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; |