From: Julien Lancelot Date: Thu, 30 May 2013 09:14:42 +0000 (+0200) Subject: Increase width of period dropdown in dashboard and drilldown X-Git-Tag: 3.6~185 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=d1bbb29335cc0020adab25cd3bb7c590bc6c6de6;p=sonarqube.git Increase width of period dropdown in dashboard and drilldown --- diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/dashboard/_header.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/dashboard/_header.html.erb index 949a7af315e..d9f6ee8c617 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/dashboard/_header.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/dashboard/_header.html.erb @@ -21,7 +21,7 @@
<%= dropdown_tag "period", period_select_option_tags(@snapshot, 'small'), { - :width => '200px', + :width => '230px', }, {:id => 'select-comparison', :onchange => 'submit()'} -%>
<% end %> diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/drilldown/issues.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/drilldown/issues.html.erb index aa7881ed58c..7a4751f9447 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/drilldown/issues.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/drilldown/issues.html.erb @@ -11,7 +11,7 @@ <% if @snapshot.project_snapshot.periods? %>
<%= dropdown_tag "period", period_select_option_tags(@snapshot, 'small'), { - :width => '200px', + :width => '230px', }, {:id => 'select-comparison', :onchange => 'submit()'} -%>
<% end %>