]> source.dussan.org Git - sonarqube.git/commitdiff
Increase width of period dropdown in dashboard and drilldown
authorJulien Lancelot <julien.lancelot@gmail.com>
Thu, 30 May 2013 09:14:42 +0000 (11:14 +0200)
committerJulien Lancelot <julien.lancelot@gmail.com>
Thu, 30 May 2013 09:14:55 +0000 (11:14 +0200)
sonar-server/src/main/webapp/WEB-INF/app/views/dashboard/_header.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/drilldown/issues.html.erb

index 949a7af315e637a83d778651e1defa137bf6776e..d9f6ee8c6179b3779a863e8b0a9645302c522c8e 100644 (file)
@@ -21,7 +21,7 @@
           <form method="GET" action="<%= url_for :controller => :dashboard, :action => :index, :id => @resource.id -%>" style="display: inline" class="spacer-left">
             <input type="hidden" name="did" value="<%= @dashboard.id -%>"/>
             <%= dropdown_tag "period", period_select_option_tags(@snapshot, 'small'), {
-                :width => '200px',
+                :width => '230px',
             }, {:id => 'select-comparison', :onchange => 'submit()'} -%>
           </form>
         <% end %>
index aa7881ed58ca9e1f6207c31ee211fca0e2c1cb24..7a4751f9447d8c6e9d12e42b56885968e104f5fc 100644 (file)
@@ -11,7 +11,7 @@
       <% if @snapshot.project_snapshot.periods? %>
         <form method="GET" action="<%= url_for :only_path=>true, :overwrite_params => {:period => nil} -%>" style="display: inline" class="spacer-left">
           <%= dropdown_tag "period", period_select_option_tags(@snapshot, 'small'), {
-              :width => '200px',
+              :width => '230px',
           }, {:id => 'select-comparison', :onchange => 'submit()'} -%>
         </form>
       <% end %>