From 84b00a47ebc9fb5ddae462036ee0368508fd7665 Mon Sep 17 00:00:00 2001 From: Tim Morgan Date: Sat, 4 Dec 2010 20:32:43 -0600 Subject: [PATCH] Style tweaks. --- app/views/people/import.html.erb | 2 +- public/stylesheets/style.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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);