]> source.dussan.org Git - sonarqube.git/commitdiff
Fix some HTML margins
authorSimon Brandhof <simon.brandhof@gmail.com>
Tue, 4 Dec 2012 15:09:32 +0000 (16:09 +0100)
committerSimon Brandhof <simon.brandhof@gmail.com>
Tue, 4 Dec 2012 15:09:32 +0000 (16:09 +0100)
sonar-server/src/main/webapp/WEB-INF/app/views/alerts/index.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/comparison/index.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/dependencies/index.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/profiles/index.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/index.html.erb

index 65dcde48b01f6af812a0452978ed3ff9c9d75ac1..c50067f0e02c736c14fe4c70b6cbffe507fdf636 100644 (file)
@@ -1,5 +1,4 @@
-<div id="content">
-  <%= render :partial => 'profiles/tabs', :locals => {:selected_tab=>'Alerts'} %>
+<%= render :partial => 'profiles/tabs', :locals => {:selected_tab=>'Alerts'} %>
 
 <% if is_admin? %>
   <div class="tabs-panel marginbottom10 admin" id="new_alert_form">
@@ -44,5 +43,4 @@
 <tr class="even"><td><%= image_tag 'levels/error.png' %></td><td> <%= message('alerts.notes.error') -%></td></tr>
 </tbody>
 </table>
-</div>
 </div>
\ No newline at end of file
index c1c45850c2d3a0c61df32fe082bdfb055ad7654c..61cc20454fed401ea17185bc617488c0429e0ad1 100644 (file)
@@ -64,7 +64,7 @@
   </script>
 <% end %>
 
-<div id="content">
+
   <div id="comparison-page">
     <form method="GET" id="compare-form" action="<%= ApplicationController.root_context -%>/comparison/index">
       <input type="hidden" name="sids" id="sids" value="<%= @snapshots.map { |s| s.id.to_s }.join(',') -%>">
@@ -93,8 +93,8 @@
                 }
               });
             </script>
+            </div>
           </th>
-        </div>
 
         <%
            last_index = @snapshots.size-1
               $j('#new_resource').select2("focus");
             </script>
           </div>
-          
+
           <div id="version_loading" class="loading" style="height: 16px; margin-top: 5px; display: none"></div>
-          
+
           <div id="version_div" style="margin-top: 5px; display: none">
             <select id="new_version">
             </select>
       </table>
     </form>
   </div>
-</div>
index 0b310942b36a8d90a944da25f1bebc21716e2e74..812bac4f90467245a63f77e2a5cff603ceacc6f5 100644 (file)
@@ -25,7 +25,6 @@ padding: 5px;
 }
 </style>
 <% end %>
-<div id="content">
 <form action="<%= ApplicationController.root_context -%>/dependencies/index" id="search_form">
   <input type="text" name="search" value="<%= params[:search] -%>" id="search_input"> </input>
   <input type="submit" value="<%= message('dependencies.search_library') -%>" id="search_submit"/><br/>
@@ -101,5 +100,4 @@ padding: 5px;
 $$('#artifacts_col tr.selected').each(function(item) {item.scrollIntoView(true);});
 $$('#versions_col tr.selected').each(function(item) {item.scrollIntoView(true);});
 $$('#results_col tr.selected').each(function(item) {item.scrollIntoView(true);});
-</script>
-</div>
\ No newline at end of file
+</script>
\ No newline at end of file
index 1d824c35d5c97f1ab7782cb6c52275a6f7978e96..c581f4f1e5cf0bc04fc2021967b29b00551fc4bd 100644 (file)
@@ -1,4 +1,3 @@
-<div id="content">
 <div class="line-block marginbottom10">
   <ul style="float: right" class="operations">
     <li>
     </tbody>
   </table>
   <br/><br/>
-<% end %>
-</div>
\ No newline at end of file
+<% end %>
\ No newline at end of file
index 779f2bc486e7ac579281de91a8e1f0eb004f31c4..3b74916f80ade0bb8bc54ae707a6e0794cf7fbe3 100644 (file)
@@ -30,7 +30,6 @@
     });
   }
 </script>
-<div id="content">
 <%= render :partial => 'profiles/tabs', :locals => {:selected_tab=>'Coding rules'} %>
 
 <% enable_modification = is_admin? %>
       var text_area = '<textarea cols="100" id="' + key + '" name="value" rows="10">' + text_field_value + '</textarea><br/>';
       $(span_id).replace(text_area);
     }
-</script>
-</div>
\ No newline at end of file
+</script>
\ No newline at end of file