From 811d5321c2d63d3e75beac7bb747c4e41861fa8a Mon Sep 17 00:00:00 2001 From: Matt Rogers Date: Fri, 24 Jul 2015 22:32:18 -0500 Subject: [PATCH] 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. --- app/assets/stylesheets/mobile.css.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/mobile.css.scss b/app/assets/stylesheets/mobile.css.scss index 372e7f71..07cba062 100644 --- a/app/assets/stylesheets/mobile.css.scss +++ b/app/assets/stylesheets/mobile.css.scss @@ -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 {