mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
parent
1227eaa84c
commit
091697fe1e
2 changed files with 6 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
|
|
@ -707,6 +707,10 @@ li {
|
|||
position:relative;
|
||||
}
|
||||
|
||||
#edit-recurring-todo {
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
/* Right align labels in forms */
|
||||
.label {
|
||||
text-align: right;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue