From d9e75f3a63088b9608e5147138c299da924fc375 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Fri, 8 Oct 2010 03:36:03 +0000 Subject: #778290 by sarah_p, rjgoldsborough, Jeff Burnz: Fix Bartik's contact form styling. --- modules/contact/contact.pages.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/contact') diff --git a/modules/contact/contact.pages.inc b/modules/contact/contact.pages.inc index fa7e1bcd3..50156f3f7 100644 --- a/modules/contact/contact.pages.inc +++ b/modules/contact/contact.pages.inc @@ -61,6 +61,7 @@ function contact_site_form($form, &$form_state) { $form['#attributes']['class'][] = 'user-info-from-cookie'; } + $form['#attributes']['class'][] = 'contact-form'; $form['name'] = array( '#type' => 'textfield', '#title' => t('Your name'), @@ -190,6 +191,7 @@ function contact_personal_form($form, &$form_state, $recipient) { $form['#attributes']['class'][] = 'user-info-from-cookie'; } + $form['#attributes']['class'][] = 'contact-form'; $form['recipient'] = array( '#type' => 'value', '#value' => $recipient, -- cgit v1.2.3