Merge pull request #70 from finnlabs/fix/accessibility_linearisation_of_work_package_show_form_2259

[FIX] Accessibility linearisation of work package show form 2259
pull/6827/head
Till Breuer 11 years ago
commit b4df1eb16d
  1. 2
      app/assets/stylesheets/backlogs/taskboard.css.erb
  2. 6
      app/views/rb_taskboards/show.html.erb
  3. 1
      doc/CHANGELOG.md

@ -43,7 +43,7 @@ See doc/COPYRIGHT.rdoc for more details.
white-space: inherit;
}
.contextual #col_width input {
.action_menu_specific #col_width input {
text-align:right;
width : 2em;
margin-top: -1px;

@ -43,7 +43,7 @@ See doc/COPYRIGHT.rdoc for more details.
:sprint_id => @sprint) %>
<% end %>
<div class="contextual">
<% content_for :action_menu_specific do %>
<% if @sprint.has_burndown? %>
<%= show_burndown_link(@sprint) %>
<% end %>
@ -52,7 +52,7 @@ See doc/COPYRIGHT.rdoc for more details.
<label for="col_width_input"><%= l('backlogs.column_with') %></label>
<input id="col_width_input" name="col_width" type='text' />
</span>
</div>
<% end %>
<% breadcrumb_paths(link_to(l(:label_backlogs), backlogs_project_backlogs_path(@project)), link_to(@sprint.name, backlogs_project_backlogs_path(@sprint))) %>
@ -60,6 +60,8 @@ See doc/COPYRIGHT.rdoc for more details.
<%= @sprint.name %>
</h2>
<%= render :partial => 'layouts/action_menu_specific' %>
<div id='rb'>
<div id="taskboard">
<table id="board_header" cellspacing="0">

@ -36,6 +36,7 @@ See doc/COPYRIGHT.rdoc for more details.
# Changelog
* `#2259` [Accessibility] linearisation of issue show form (2)
* `#3546` Better icon for Timelines Module
## 3.0.5.pre2

Loading…
Cancel
Save