aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorStas Vilchik <vilchiks@gmail.com>2014-04-18 12:40:38 +0600
committerStas Vilchik <vilchiks@gmail.com>2014-04-18 12:40:38 +0600
commit30ef73eb8697120ef3d06b177e7e01c877977c5a (patch)
treede6f8e3d6e9c04f77b4a61dc729af614854b569d /plugins
parent0fda441b236abe669636abc73160be8c58587b92 (diff)
downloadsonarqube-30ef73eb8697120ef3d06b177e7e01c877977c5a.tar.gz
sonarqube-30ef73eb8697120ef3d06b177e7e01c877977c5a.zip
SONAR-3113 Add space after widget title
Diffstat (limited to 'plugins')
-rw-r--r--plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/measures/measure_filter_cloud.html.erb2
-rw-r--r--plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/project_file_cloud.html.erb2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/measures/measure_filter_cloud.html.erb b/plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/measures/measure_filter_cloud.html.erb
index 4fa9da38b9b..7d967faf8ec 100644
--- a/plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/measures/measure_filter_cloud.html.erb
+++ b/plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/measures/measure_filter_cloud.html.erb
@@ -13,7 +13,7 @@
<!--[if (gte IE 9)|!(IE)]><!-->
<% if chartTitle %>
- <h3><%= h(chartTitle) -%></h3>
+ <h3 style="margin-bottom: 5px;"><%= h(chartTitle) -%></h3>
<% end %>
<!--<![endif]-->
</div>
diff --git a/plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/project_file_cloud.html.erb b/plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/project_file_cloud.html.erb
index 5d8d44b8f12..8cb1c029938 100644
--- a/plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/project_file_cloud.html.erb
+++ b/plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/project_file_cloud.html.erb
@@ -11,7 +11,7 @@
<!--[if (gte IE 9)|!(IE)]><!-->
<% if chartTitle %>
- <h3><%= h(chartTitle) -%></h3>
+ <h3 style="margin-bottom: 5px;"><%= h(chartTitle) -%></h3>
<% end %>
<!--<![endif]-->
</div>