]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-1643 configure widgets: fix display of the section "new widgets"
authorsimonbrandhof <simon.brandhof@gmail.com>
Wed, 3 Nov 2010 10:45:53 +0000 (10:45 +0000)
committersimonbrandhof <simon.brandhof@gmail.com>
Wed, 3 Nov 2010 10:45:53 +0000 (10:45 +0000)
sonar-server/src/main/webapp/WEB-INF/app/views/dashboard/configure.html.erb
sonar-server/src/main/webapp/stylesheets/dashboard.css

index 6562f2a5cc1ccea792b9caec3931a183ecff9e68..656b86a44290a7493600bff80dbbc2604fb741fe 100644 (file)
@@ -31,7 +31,7 @@
 <div id="dashboard">
   <%= render :partial => 'dashboard/header', :locals => {:back => true} %>
 
-  <div id="widget_defs" class="marginbottom10">
+  <div id="widget_defs">
     <table width="100%">
     <% @widget_definitions.each_with_index do |definition, index| %>
       <% if index%4==0 %><tr><% end %>
index 98a73b8e7ffe696fb57b1a6fc06b1665a0f6ff2c..0be73d2e8a5c5ee62dcee21536aceaad4c52cb40 100644 (file)
 
 /*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 {