diff options
author | David Gageot <david@gageot.net> | 2012-05-06 17:27:24 +0200 |
---|---|---|
committer | David Gageot <david@gageot.net> | 2012-05-07 07:18:22 +0200 |
commit | b53c45e77499d9231bd80e7c42a29a9826928d61 (patch) | |
tree | c5280c9738243b92cf3e80a10a654bd021aedff0 /sonar-server | |
parent | d24dd54841b21a279639941df64a7a86ac98f2db (diff) | |
download | sonarqube-b53c45e77499d9231bd80e7c42a29a9826928d61.tar.gz sonarqube-b53c45e77499d9231bd80e7c42a29a9826928d61.zip |
Fix highlighting effect on newly added widget
Diffstat (limited to 'sonar-server')
-rw-r--r-- | sonar-server/src/main/webapp/stylesheets/dashboard.css | 6 |
1 files changed, 5 insertions, 1 deletions
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; |