From 338d031403416df6907add982f08458dbf801948 Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Tue, 4 Dec 2012 16:09:32 +0100 Subject: [PATCH] Fix some HTML margins --- .../main/webapp/WEB-INF/app/views/alerts/index.html.erb | 4 +--- .../webapp/WEB-INF/app/views/comparison/index.html.erb | 9 ++++----- .../webapp/WEB-INF/app/views/dependencies/index.html.erb | 4 +--- .../webapp/WEB-INF/app/views/profiles/index.html.erb | 4 +--- .../WEB-INF/app/views/rules_configuration/index.html.erb | 4 +--- 5 files changed, 8 insertions(+), 17 deletions(-) diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/alerts/index.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/alerts/index.html.erb index 65dcde48b01..c50067f0e02 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/alerts/index.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/alerts/index.html.erb @@ -1,5 +1,4 @@ -
- <%= render :partial => 'profiles/tabs', :locals => {:selected_tab=>'Alerts'} %> +<%= render :partial => 'profiles/tabs', :locals => {:selected_tab=>'Alerts'} %> <% if is_admin? %>
@@ -44,5 +43,4 @@ <%= image_tag 'levels/error.png' %> <%= message('alerts.notes.error') -%> -
\ No newline at end of file diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/comparison/index.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/comparison/index.html.erb index c1c45850c2d..61cc20454fe 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/comparison/index.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/comparison/index.html.erb @@ -64,7 +64,7 @@ <% end %> -
+
@@ -93,8 +93,8 @@ } }); +
-
<% last_index = @snapshots.size-1 @@ -164,9 +164,9 @@ $j('#new_resource').select2("focus"); - + - + - diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/dependencies/index.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/dependencies/index.html.erb index 0b310942b36..812bac4f904 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/dependencies/index.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/dependencies/index.html.erb @@ -25,7 +25,6 @@ padding: 5px; } <% end %> -

@@ -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);}); - -
\ No newline at end of file + \ No newline at end of file diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/profiles/index.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/profiles/index.html.erb index 1d824c35d5c..c581f4f1e5c 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/profiles/index.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/profiles/index.html.erb @@ -1,4 +1,3 @@ -
  • @@ -110,5 +109,4 @@

    -<% end %> -
\ No newline at end of file +<% end %> \ No newline at end of file diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/index.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/index.html.erb index 779f2bc486e..3b74916f80a 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/index.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/index.html.erb @@ -30,7 +30,6 @@ }); } -
<%= render :partial => 'profiles/tabs', :locals => {:selected_tab=>'Coding rules'} %> <% enable_modification = is_admin? %> @@ -131,5 +130,4 @@ var text_area = '
'; $(span_id).replace(text_area); } - -
\ No newline at end of file + \ No newline at end of file -- 2.39.5