]> source.dussan.org Git - sonarqube.git/commitdiff
Fix CSS in measure drilldown
authorSimon Brandhof <simon.brandhof@gmail.com>
Tue, 18 Dec 2012 21:40:40 +0000 (22:40 +0100)
committerSimon Brandhof <simon.brandhof@gmail.com>
Tue, 18 Dec 2012 21:40:40 +0000 (22:40 +0100)
sonar-server/src/main/webapp/WEB-INF/app/views/drilldown/_footer.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/drilldown/measures.html.erb
sonar-server/src/main/webapp/stylesheets/style.css

index a382abd66f23ddc76a2d4c5226861ab2e2664fb1..0d30ce4ad23c0ca8609e77efd1fd635485ed8aa3 100644 (file)
@@ -1,4 +1,4 @@
-<div id="resource_container" style="clear: both"> </div>
+<div id="resource_container"> </div>
 
 <% if @display_viewers %>
 <script>
index 76f2a871e1e39f55cbbcdcb750290b3d29ef6c25..ba945b3b1b701c26bcdda2c1fdf48b081ebe98cc 100644 (file)
@@ -19,7 +19,7 @@
   </div>
 <% end %>
 
-<div class="dashbox">
+<div class="marginbottom10">
   <% if @characteristic %>
     <h3><%= @highlighted_metric.short_name -%> / <%= h(@characteristic.name(true)) -%></h3>
 
@@ -38,8 +38,6 @@
     </p>
   <% end %>
 </div>
-&nbsp;<!-- keep &nbsp; for IE6 ! -->
-
 
 <div id="drilldown" class="width100">
   <%
@@ -48,7 +46,7 @@
      @drilldown.columns.each_with_index do |column, index|
   %>
     <% if first_column %>
-      <table class="width100 spacer-bottom" style="clear:left">
+      <table class="width100 spacer-bottom">
         <tr>
     <% end %>
 
index 0968300fb6a686af1709a5567917eea331144b62..d76921f08f430b84f26ca9cf04a31a9982d3c0df 100644 (file)
@@ -1379,7 +1379,6 @@ span.empty_widget {
   float: left;
   vertical-align: top;
   text-align: left;
-
   padding: 0 10px 7px 0;
 }
 
@@ -2287,10 +2286,6 @@ td.spacer-top {
   border-top: 1px solid #DDD;
 }
 
-select:not([multiple]) {
-  padding: 1px 3px;
-}
-
 select.small-width {
   max-width: 120px;
 }