.todo-field .todo-form {
    display: none
}

.todo-field .todo-content {
    display: block;
}

.todo-field.editable .todo-form {
    display: block;
}

.todo-field.editable .todo-content {
    display: none;
}

.todo-form label {
    display: none;
}

/* Första diven i formuläret; innehåller bara hidden-fältet _method */
.todo-form div:first-child {
    display: none;
}
