From 0ab4cae8bd7e17d887d44ca8246be130f34cf4d3 Mon Sep 17 00:00:00 2001 From: Rafael Reggiani Manzo Date: Wed, 20 Aug 2014 15:46:19 -0300 Subject: [PATCH] Fixes accordion height broken by the updates --- app/assets/stylesheets/bootstrap_and_overrides.css | 4 ++++ app/views/compound_metric_configurations/_created_metrics.html.erb | 2 +- app/views/metric_configurations/choose_metric.html.erb | 2 +- app/views/repositories/show.html.erb | 8 ++++---- 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/app/assets/stylesheets/bootstrap_and_overrides.css b/app/assets/stylesheets/bootstrap_and_overrides.css index 3132b64..5f197d7 100644 --- a/app/assets/stylesheets/bootstrap_and_overrides.css +++ b/app/assets/stylesheets/bootstrap_and_overrides.css @@ -41,3 +41,7 @@ footer div { .popover-title{ font-weight: bolder; } + +.jquery-ui-accordion{ + line-height: normal; /*overrides h3 line-height specifically for the accordion ones*/ +} diff --git a/app/views/compound_metric_configurations/_created_metrics.html.erb b/app/views/compound_metric_configurations/_created_metrics.html.erb index 695ba52..0f5c14b 100644 --- a/app/views/compound_metric_configurations/_created_metrics.html.erb +++ b/app/views/compound_metric_configurations/_created_metrics.html.erb @@ -1,5 +1,5 @@
-

Created Metrics

+

Created Metrics

diff --git a/app/views/metric_configurations/choose_metric.html.erb b/app/views/metric_configurations/choose_metric.html.erb index c3951f3..f45d527 100644 --- a/app/views/metric_configurations/choose_metric.html.erb +++ b/app/views/metric_configurations/choose_metric.html.erb @@ -9,7 +9,7 @@
<% @base_tools.each do |base_tool| %> -

<%= base_tool.name %>

+

<%= base_tool.name %>

<% base_tool.supported_metrics.each do |metric| %> <%= link_to metric.name, '#', onclick: "BaseTool.choose_metric(\"#{metric.name}\", \"#{base_tool.name}\");", remote: true %>
diff --git a/app/views/repositories/show.html.erb b/app/views/repositories/show.html.erb index f79a9fb..337017b 100644 --- a/app/views/repositories/show.html.erb +++ b/app/views/repositories/show.html.erb @@ -48,17 +48,17 @@
-

Processing information

+

Processing information

<%= image_tag 'loader.gif' %> Loading data. Please, wait.
-

Modules Tree

+

Modules Tree

<%= image_tag 'loader.gif' %> Loading data. Please, wait.
- +
-

Metric Results

+

Metric Results

<%= image_tag 'loader.gif' %> Loading data. Please, wait.
-- libgit2 0.21.2