From e0fff552f96502ac90a2d545d4e9b4e0acb11068 Mon Sep 17 00:00:00 2001 From: summerscope Date: Fri, 22 Aug 2014 17:51:49 +1000 Subject: [PATCH] Adjust button layout at bottom of page --- .../templates/registration/address.html.haml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/app/assets/javascripts/templates/registration/address.html.haml b/app/assets/javascripts/templates/registration/address.html.haml index 39c459f0e0..d36274d856 100644 --- a/app/assets/javascripts/templates/registration/address.html.haml +++ b/app/assets/javascripts/templates/registration/address.html.haml @@ -1,13 +1,13 @@ .container#registration-address .header %h2 - Hi there, + Greetings %span.brick{"ng-show" => "enterprise.is_distributor"} {{ enterprise.name }} %span.turquoise{"ng-show" => "!enterprise.is_distributor" } {{ enterprise.name }} - %h5 Now we need to know where you are: + %h5 Now we need to know where you are %ng-include{ src: "'registration/steps.html'" } %form .row.content @@ -44,8 +44,9 @@ / %label.indent-checkbox / %input{ type: 'checkbox', id: 'enterprise_on_map', ng: { model: 'enterprise.on_map' } } / Blur my location on the map (show an approximate, not exact pin) + .row.buttons - .small-12.medium-6.columns - %input.button.secondary{ type: "button", value: "Back", ng: { click: "select('details')" } } - .small-12.medium-6.columns - %input.button.primary.right{ type: "button", value: "Continue", ng: { click: "select('contact')" } } + .small-12.columns + %input.button.secondary{ type: "button", value: "Back", ng: { click: "select('details')" } } +   + %input.button.primary{ type: "button", value: "Continue", ng: { click: "select('contact')" } }