From 0efb1bba5b532071718caeca1623a87baa351398 Mon Sep 17 00:00:00 2001 From: Henry Oswald Date: Sun, 28 Dec 2014 19:06:01 +0000 Subject: [PATCH] adjusted post code and country field sizes --- services/web/app/views/subscriptions/new.jade | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/services/web/app/views/subscriptions/new.jade b/services/web/app/views/subscriptions/new.jade index d5a83bbf50..407c213a6e 100644 --- a/services/web/app/views/subscriptions/new.jade +++ b/services/web/app/views/subscriptions/new.jade @@ -126,13 +126,13 @@ block content .form-group input.form-control(type='text', value='', maxlength='255', tabindex='1', onkeyup='', ng-model="data.address2") .row - .col-md-8 + .col-md-7 .form-group input.form-control(type='text', value='', maxlength='255', tabindex='1', onkeyup='', data-recurly="city", ng-model="data.city", placeholder="#{translate('city')}") - .col-md-4 + .col-md-5 input.form-control(type='text', value='', maxlength='255', tabindex='1', onkeyup='', data-recurly="postal_code", ng-model="data.postal_code", placeholder="#{translate('zip_post_code')}") .row - .col-md-8 + .col-md-7 .form-group select.form-control(data-recurly="country", ng-model="data.country", required) mixin countries_options()