From 39ae80027a7a2ad46d2f1b18f8f74060dd87d942 Mon Sep 17 00:00:00 2001 From: Pablo Cuadrado Date: Sat, 28 Jun 2014 10:17:37 -0300 Subject: [PATCH] profile birthday proportional selects (using responsive classes) --- app/views/profiles/_edit.haml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/views/profiles/_edit.haml b/app/views/profiles/_edit.haml index e94cef024..4eb439a9f 100644 --- a/app/views/profiles/_edit.haml +++ b/app/views/profiles/_edit.haml @@ -33,8 +33,9 @@ %h4 = t('profiles.edit.your_birthday') - = select_date profile.birthday, :prompt => true, - :default => true, :order => t('date.order'), :start_year => 2000, :end_year => 1910, :prefix => 'profile[date]' + + .row-fluid + = select_date profile.birthday, { :prompt => true, :default => true, :order => t('date.order'), :start_year => 2000, :end_year => 1910, :prefix => 'profile[date]' }, { :class => 'span4' } .small-horizontal-spacer