Fix recurring todo edit form formatting

Fixes #1938
This commit is contained in:
Dan Rice 2016-05-17 23:16:23 -04:00
parent 1227eaa84c
commit 091697fe1e
2 changed files with 6 additions and 1 deletions

View file

@ -866,7 +866,8 @@ var RecurringTodosPage = {
RecurringTodosPage.hide_all_recurring();
RecurringTodosPage.reset_radio();
$('#recurring_daily').show();
}
},
appendTo: "#content"
});
/* change recurring period radio input on edit form */

View file

@ -707,6 +707,10 @@ li {
position:relative;
}
#edit-recurring-todo {
background: #fff;
}
/* Right align labels in forms */
.label {
text-align: right;