]> source.dussan.org Git - sonarqube.git/commitdiff
Fix alignment of measures drilldown page
authorSimon Brandhof <simon.brandhof@gmail.com>
Tue, 21 Jun 2011 13:12:59 +0000 (15:12 +0200)
committerSimon Brandhof <simon.brandhof@gmail.com>
Tue, 21 Jun 2011 13:13:48 +0000 (15:13 +0200)
sonar-server/src/main/webapp/WEB-INF/app/views/drilldown/measures.html.erb
sonar-server/src/main/webapp/stylesheets/style.css

index e6f5d625eb5a125f5e450a0ef22828919fa7e2f4..feb41688e90f32769ffc56bf03f671d56dfb24fb 100644 (file)
@@ -31,7 +31,6 @@
   <% end %>
 </div>
 &nbsp;<!-- keep &nbsp; for IE6 ! -->
-<div class="clear"> </div>
 <table id="drilldown" class="width100">
 <% if @highlighted_metric!=@metric %>
 <tr>
index a471d7c9d4f4ca36e3aa02ae0e8f03e3a8255d48..0f9cf7c295a92324476897b97cb430038ad4dc27 100644 (file)
@@ -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;