Move the recurring todo dialog below the navbar

Fixes #2007
This commit is contained in:
Dan Rice 2016-05-17 22:49:43 -04:00
parent 018d901b4d
commit 1227eaa84c

View file

@ -812,6 +812,7 @@ var RecurringTodosPage = {
autoOpen: false,
height: 690,
width: 750,
position: { my: 'top', at: 'bottom+10', of: 'nav', collision: 'none' },
modal: true,
buttons: {
create: {
@ -845,6 +846,7 @@ var RecurringTodosPage = {
autoOpen: false,
height: 690,
width: 750,
position: { my: 'top', at: 'bottom+10', of: 'nav', collision: 'none' },
modal: true,
buttons: {
"Update": {