]> source.dussan.org Git - sonarqube.git/commitdiff
Fix CSS
authorSimon Brandhof <simon.brandhof@gmail.com>
Wed, 20 Feb 2013 14:38:36 +0000 (15:38 +0100)
committerSimon Brandhof <simon.brandhof@gmail.com>
Wed, 20 Feb 2013 15:09:16 +0000 (16:09 +0100)
sonar-server/src/main/webapp/WEB-INF/app/views/test/_testable.html.erb
sonar-server/src/main/webapp/stylesheets/style.css

index ae2a64056a078f94c1c87e55652686dc809f0777..c8e9ff490ae56733d0a6b604b19af3a69e6e9cee 100644 (file)
         </a>
       </div>
       <table class="data marginbottom10">
+        <thead>
+        <tr>
+          <td colspan="3"></td>
+        </tr>
+        </thead>
         <tbody>
         <% reset_cycle %>
         <% test_cases.sort_by { |test_case| test_case.name }.each do |test_case| %>
index aa5beaa81ef71e38af3a6246c8ff7bf7b16cb223..4b648d21d917b8136b445df7f1ec11a54c922376 100644 (file)
@@ -656,7 +656,6 @@ ul.operations li img {
 
 .sources2 tr.row td.plus {
   background-color: #EFEFEF;
-  border-left: 1px solid #DDD;
   padding: 0;
   width: 16px;
 }
@@ -780,7 +779,6 @@ span.rulename a:hover {
 
 .sources2 td.ind {
   border-right: 1px solid #DDD;
-  min-width: 1.5em;
   padding: 0 0.3em;
   text-align: center;
   vertical-align: middle;