summaryrefslogtreecommitdiff
path: root/modules/contact
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-10-08 03:36:03 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-10-08 03:36:03 +0000
commitd9e75f3a63088b9608e5147138c299da924fc375 (patch)
treeb8efe01fc7b3e0e34fc9382cb9dd9541a1be5144 /modules/contact
parent80d436ba861fb35e8a72c297c36f65d78ffaef9d (diff)
downloadbrdo-d9e75f3a63088b9608e5147138c299da924fc375.tar.gz
brdo-d9e75f3a63088b9608e5147138c299da924fc375.tar.bz2
#778290 by sarah_p, rjgoldsborough, Jeff Burnz: Fix Bartik's contact form styling.
Diffstat (limited to 'modules/contact')
-rw-r--r--modules/contact/contact.pages.inc2
1 files changed, 2 insertions, 0 deletions
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,