From 1c83344e651d1b69b4e44f5e4dac5f3fa0a7f414 Mon Sep 17 00:00:00 2001 From: simonbrandhof Date: Wed, 3 Nov 2010 10:45:53 +0000 Subject: [PATCH] SONAR-1643 configure widgets: fix display of the section "new widgets" --- .../webapp/WEB-INF/app/views/dashboard/configure.html.erb | 2 +- sonar-server/src/main/webapp/stylesheets/dashboard.css | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/dashboard/configure.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/dashboard/configure.html.erb index 6562f2a5cc1..656b86a4429 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/dashboard/configure.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/dashboard/configure.html.erb @@ -31,7 +31,7 @@
<%= render :partial => 'dashboard/header', :locals => {:back => true} %> -
+
<% @widget_definitions.each_with_index do |definition, index| %> <% if index%4==0 %><% end %> diff --git a/sonar-server/src/main/webapp/stylesheets/dashboard.css b/sonar-server/src/main/webapp/stylesheets/dashboard.css index 98a73b8e7ff..0be73d2e8a5 100644 --- a/sonar-server/src/main/webapp/stylesheets/dashboard.css +++ b/sonar-server/src/main/webapp/stylesheets/dashboard.css @@ -49,12 +49,14 @@ /*CONFIGURATION*/ #dashboard #widget_defs { - width: 100%; height: 130px; overflow-y: auto; background-color: #FFF6BF; border: 2px solid #FFD324; padding: 3px; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + margin: 5px 0 10px 0; } #dashboard #widget_defs td { -- 2.39.5