Minor styling fix

This commit is contained in:
Hillel Coren 2015-01-22 15:32:54 +02:00
parent 4926972167
commit 6648a32dc4
3 changed files with 13 additions and 3 deletions

View File

@ -123,7 +123,7 @@
var contents = $(this).parent().contents();
contents[contents.length - 1].nodeValue = '';
$(this).after('<img src="' +$(this).attr('data-imageUrl') + '" /><br />');
$(this).parent().children().last().after('<a href="#" onclick="gatewayLink(\'' + $(this).attr('data-siteUrl') + '\')">Create an account</a>');
$(this).parent().children().last().after('<a href="#" onclick="gatewayLink(\'' + $(this).attr('data-siteUrl') + '\')" style="padding-left:26px">Create an account</a>');
});
// TODO: THIS IS JUST TO SHOW THE IMAGES, STYLE IS SET INLINE STYLE

View File

@ -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 */

View File

@ -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 */