From b53c45e77499d9231bd80e7c42a29a9826928d61 Mon Sep 17 00:00:00 2001 From: David Gageot Date: Sun, 6 May 2012 17:27:24 +0200 Subject: [PATCH] Fix highlighting effect on newly added widget --- sonar-server/src/main/webapp/stylesheets/dashboard.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sonar-server/src/main/webapp/stylesheets/dashboard.css b/sonar-server/src/main/webapp/stylesheets/dashboard.css index ef75713a52a..d4ba07720ef 100644 --- a/sonar-server/src/main/webapp/stylesheets/dashboard.css +++ b/sonar-server/src/main/webapp/stylesheets/dashboard.css @@ -19,12 +19,16 @@ position: relative; overflow-x: visible; padding: 10px; - margin: 0 0 10px 0; + margin: 0; border: 1px solid #ddd; border-radius: 0 0 3px 3px; -moz-border-radius: 0 0 3px 3px; } +#dashboard .block { + margin: 0 0 10px 0; +} + #dashboard .configure_widget { display: block; position: relative; -- 2.39.5