From 35d010cbb214d5beea6c0153ad18a644d2de92a0 Mon Sep 17 00:00:00 2001 From: Carson Fleming Date: Wed, 25 Oct 2017 15:06:47 -0400 Subject: Styling for state and zipcode fields --- dash/css/profile.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dash') diff --git a/dash/css/profile.css b/dash/css/profile.css index ac38ca9..56e22b4 100644 --- a/dash/css/profile.css +++ b/dash/css/profile.css @@ -24,6 +24,9 @@ border: 1px solid #dddddd; border-radius: 5px; } +#profile #inpstate, #profile #inpzip { + width: 109.5px; +} #profile input[type=submit], #profile input[type=button], #profile button { background-color: #fb4d00; padding: 5px 10px 3px; -- cgit v1.2.3