Add padding for the input boxes on the todo form

This makes them easier to hit on mobile with a finger.

The 8 pixel value is an arbitrary number not really based on anything
other than the fact that it looked better than the lower numbers I
tried.
This commit is contained in:
Matt Rogers 2015-07-24 22:32:18 -05:00
parent f234fbd4e8
commit 811d5321c2

View file

@ -236,6 +236,7 @@ table.c {
input#todo_description, input#tag_list, textarea#todo_notes, select#todo_project_id, select#todo_context_id {
width: 95%;
padding: 8px 8px;
}
.next-prev-project {