? .DS_Store
? 520190
? 520190.diff
? 520190.diff.1
? 547242.patch
? 556960.patch
? 560074.patch.1
? hold.diff
? next-prev.patch
? uc_signup.ca.inc
Index: uc_signup.css
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/uc_signup/uc_signup.css,v
retrieving revision 1.1
diff -u -p -r1.1 uc_signup.css
--- uc_signup.css	2 Sep 2009 19:53:26 -0000	1.1
+++ uc_signup.css	7 Sep 2009 19:25:30 -0000
@@ -1,11 +1,15 @@
-.uc_signup_needs_account {	
+.uc_signup_needs_account {
   background-image: url(./images/blue-question.png);
   background-repeat: no-repeat;
   padding-left: 20px;	
-}	
-	
+}
+
 .uc_signup_has_account {	
   background-image: url(./images/green-check.png);
   background-repeat: no-repeat;
   padding-left: 20px;
+}
+
+uc_signup_next {
+  margin-left: 25px;
 }
\ No newline at end of file
Index: uc_signup.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/uc_signup/uc_signup.module,v
retrieving revision 1.40
diff -u -p -r1.40 uc_signup.module
--- uc_signup.module	7 Sep 2009 19:05:43 -0000	1.40
+++ uc_signup.module	7 Sep 2009 19:25:30 -0000
@@ -281,6 +281,7 @@ function uc_signup_attendees_form_profil
   $form['submit'] = array(
     '#type' => 'submit',
     '#value' => t('Next step'),
+    '#attributes' => array('class' => 'uc_signup_next'),
   );
 
   return $form;
@@ -755,4 +756,4 @@ function uc_signup_views_api() {
     'api' => 2.0,
     'path' => drupal_get_path('module', 'uc_signup') .'/views',
   );
-}
+}
\ No newline at end of file
