From f5af02d3141baa7203937295306c91974869829f Mon Sep 17 00:00:00 2001 From: Matt Rogers Date: Fri, 24 Jul 2015 22:36:09 -0500 Subject: [PATCH] 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. --- app/assets/stylesheets/mobile.css.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/mobile.css.scss b/app/assets/stylesheets/mobile.css.scss index 07cba062..b601f49e 100644 --- a/app/assets/stylesheets/mobile.css.scss +++ b/app/assets/stylesheets/mobile.css.scss @@ -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;