diff options
| author | Carson Fleming <cflems@cflems.net> | 2017-10-25 15:06:47 -0400 |
|---|---|---|
| committer | Carson Fleming <cflems@cflems.net> | 2017-10-25 15:06:47 -0400 |
| commit | 35d010cbb214d5beea6c0153ad18a644d2de92a0 (patch) | |
| tree | 1ece74f4568a7b50c16a1184bd858e0113c467e0 /dash | |
| parent | 35e707bfeb8d82d713acb49d78b08062374269f6 (diff) | |
| download | bulletin-35d010cbb214d5beea6c0153ad18a644d2de92a0.tar.gz | |
Styling for state and zipcode fields
Diffstat (limited to 'dash')
| -rw-r--r-- | dash/css/profile.css | 3 |
1 files changed, 3 insertions, 0 deletions
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; |
