From 6648a32dc454f09bc7797dd202c3cc377ba15d8d Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Thu, 22 Jan 2015 15:32:54 +0200 Subject: [PATCH] Minor styling fix --- app/views/accounts/payments.blade.php | 2 +- public/built.css | 7 ++++++- public/css/style.css | 7 ++++++- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/app/views/accounts/payments.blade.php b/app/views/accounts/payments.blade.php index 7210d7b45116..036afb784228 100755 --- a/app/views/accounts/payments.blade.php +++ b/app/views/accounts/payments.blade.php @@ -123,7 +123,7 @@ var contents = $(this).parent().contents(); contents[contents.length - 1].nodeValue = ''; $(this).after('
'); - $(this).parent().children().last().after('Create an account'); + $(this).parent().children().last().after('Create an account'); }); // TODO: THIS IS JUST TO SHOW THE IMAGES, STYLE IS SET INLINE STYLE diff --git a/public/built.css b/public/built.css index e5cb7479a962..273fc156d5fa 100644 --- a/public/built.css +++ b/public/built.css @@ -2892,7 +2892,12 @@ float: left; display: inline-block; position: relative; margin-top: 3px; -min-height: 30px; +} + +/*.recommended-gateway {*/ +/* #recommendedGateway_id2 { */ +label[for=recommendedGateway_id2].radio{ + min-height: 60px; } /* Hide bootstrap sort header icons */ diff --git a/public/css/style.css b/public/css/style.css index dccd9431d709..d1db4bcf4a8d 100755 --- a/public/css/style.css +++ b/public/css/style.css @@ -784,7 +784,12 @@ float: left; display: inline-block; position: relative; margin-top: 3px; -min-height: 30px; +} + +/*.recommended-gateway {*/ +/* #recommendedGateway_id2 { */ +label[for=recommendedGateway_id2].radio{ + min-height: 60px; } /* Hide bootstrap sort header icons */