mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Minor styling fix
This commit is contained in:
parent
4926972167
commit
6648a32dc4
@ -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
|
||||
|
@ -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 */
|
||||
|
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user