Merge pull request #2 from finnlabs/fix/date_custom_field_in_modal

enable the calendar widget in modal window
pull/6827/head
Martin Czuchra 12 years ago
commit 5719ab344b
  1. 2
      app/views/rb_master_backlogs/show.html.erb
  2. 4
      assets/stylesheets/master_backlog.css

@ -42,3 +42,5 @@
<div id="last_updated"><%= date_string_with_milliseconds(@last_update, 0.001) %></div>
</div>
</div>
<% #include calendar js files in case they are needed for edit
include_calendar_headers_tags -%>

@ -314,3 +314,7 @@
.controller-rb_master_backlogs.action-show #main,
.controller-rb_master_backlogs.action-show #content,
.controller-rb_master_backlogs.action-show #rb #backlogs_container .backlog .stories {overflow: visible;}
.controller-rb_master_backlogs.action-show div.calendar {
z-index: 10000;
}

Loading…
Cancel
Save