Enlarge the font size for select boxes

The text for the select boxes on mobile is tiny. The makes them hard to
hit. Combined with the padding added earlier, this makes the select
boxes more usable when dealing with a mobile UI.
This commit is contained in:
Matt Rogers 2015-07-24 22:36:09 -05:00
parent 811d5321c2
commit f5af02d314

View file

@ -239,6 +239,10 @@ input#todo_description, input#tag_list, textarea#todo_notes, select#todo_project
padding: 8px 8px;
}
select {
font-size: 1.1em;
}
.next-prev-project {
overflow:auto;
padding:0;