Restyle the new todo form

This makes use of bootstrap and provides more space for the individual
fields to use.
This commit is contained in:
Matt Rogers 2019-12-07 08:55:50 -06:00
parent 3f095eb675
commit 40e3aa298c
No known key found for this signature in database
GPG key ID: 605D017C07EB4316
2 changed files with 52 additions and 40 deletions

View file

@ -14,7 +14,7 @@ div.depends_on label {
float: left;
}
div#input_box div#todo_new_action_container div#todo_multi_add form#todo-form-multi-new-action.inline-form label {
div#input_box div#todo_multi_add form#todo-form-multi-new-action.inline-form label {
float: center;
}
@ -900,11 +900,13 @@ input#go_to_project, input#context_hide {
text-align:right;
}
#todo-form-new-action label, .edit_todo_form label {
.edit_todo_form label {
display: block;
padding-bottom: 3px;
}
form.button-to {
border: none;
padding: 0px;