diff --git a/app/views/people/import.html.erb b/app/views/people/import.html.erb index 4fdd5a5f4..3ec46698a 100644 --- a/app/views/people/import.html.erb +++ b/app/views/people/import.html.erb @@ -1,4 +1,4 @@ -

<%= t('import.import_people') %>

+

<%= t('import.import_people') %>

<%= form_tag({}, :method => 'post', :multipart => true) do %>

diff --git a/public/stylesheets/style.scss b/public/stylesheets/style.scss index 7fcdd113d..18a08e987 100644 --- a/public/stylesheets/style.scss +++ b/public/stylesheets/style.scss @@ -126,7 +126,7 @@ a { color: $secondary; } } -input, textarea { +input[type=""], input[type=text], input[type=password], textarea { border: 1px solid $light - 20; padding: 6px; @include curve(4px);