diff options
author | Struan Donald <struan@exo.org.uk> | 2013-04-11 13:02:11 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-04-11 13:02:11 +0100 |
commit | 289bbce9df4fab5ec56febc779e452f0b14d703a (patch) | |
tree | 1dc08ef22ab4b0e0cc31733e03dae18e47038389 | |
parent | 06831d805939ba17ec8210e4c223e7fa18e69e98 (diff) |
make phone number box look ok
-rw-r--r-- | www/css/base.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/css/base.css b/www/css/base.css index 67f858c..0dd9f32 100644 --- a/www/css/base.css +++ b/www/css/base.css @@ -642,6 +642,7 @@ input[type=text], input[type=password], input[type=email], input[type=file], +input[type=tel], textarea { width: 100%; padding: 0.5em; @@ -664,6 +665,7 @@ textarea { } input[type=text], +input[type=tel], input[type=password], input[type=email], input[type=file] { |