Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit 7edca3a

Browse files
committed
Fix spacing issue in new address in buy flow.
1 parent af09395 commit 7edca3a

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

js/templates/buyWizard.html

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,11 @@ <h2 class="margin0 marginTop80"><%= polyglot.t('buyFlow.HaveWallet') %></h2>
8282
</div>
8383
<div class="flexContainer flex-border customThemeScrollbar homeModal-settings homeModal-settings-noSearch scrollOverflow custCol-primary">
8484
<div class="flexRow custCol-border js-BuyWizardWallets">
85-
85+
8686
<!-- Airbitz -->
8787
<div class="width100 table padding15 borderBottom1 custCol-border js-bitcoinWalletProvider">
8888
<div class="floatLeft marginRight8">
89-
<a href="https://airbitz.co/bitcoin-wallet/" target="_blank">
89+
<a href="https://airbitz.co/bitcoin-wallet/" target="_blank">
9090
<img src="imgs/wallet-providers/airbitz.png" class="thumbnail thumbnail-large-slim " />
9191
</a>
9292
</div>
@@ -104,7 +104,7 @@ <h2 class="margin0 marginTop80"><%= polyglot.t('buyFlow.HaveWallet') %></h2>
104104
<!-- Coinbase -->
105105
<div class="width100 table padding15 borderBottom1 custCol-border js-bitcoinWalletProvider">
106106
<div class="floatLeft marginRight8">
107-
<a href="https://www.coinbase.com/signup" target="_blank">
107+
<a href="https://www.coinbase.com/signup" target="_blank">
108108
<img src="imgs/wallet-providers/coinbase.png" class="thumbnail thumbnail-large-slim " />
109109
</a>
110110
</div>
@@ -117,12 +117,12 @@ <h2 class="margin0 marginTop80"><%= polyglot.t('buyFlow.HaveWallet') %></h2>
117117
<div class="textOpacity75 fontSize14"><%= polyglot.t('walletProviders.CoinbaseTagline') %></div>
118118
</div>
119119
</div>
120-
</div>
121-
120+
</div>
121+
122122
<!-- Samourai Wallet -->
123123
<div class="width100 table padding15 borderBottom1 custCol-border js-bitcoinWalletProvider">
124124
<div class="floatLeft marginRight8">
125-
<a href="http://samouraiwallet.com/" target="_blank">
125+
<a href="http://samouraiwallet.com/" target="_blank">
126126
<img src="imgs/wallet-providers/samourai-wallet.png" class="thumbnail thumbnail-large-slim " />
127127
</a>
128128
</div>
@@ -135,12 +135,12 @@ <h2 class="margin0 marginTop80"><%= polyglot.t('buyFlow.HaveWallet') %></h2>
135135
<div class="textOpacity75 fontSize14"><%= polyglot.t('walletProviders.SamouraiTagline') %></div>
136136
</div>
137137
</div>
138-
</div>
138+
</div>
139139

140140
<!-- RushWallet -->
141141
<div class="width100 table padding15 borderBottom1 custCol-border js-bitcoinWalletProvider">
142142
<div class="floatLeft marginRight8">
143-
<a href="https://rushwallet.com/" target="_blank">
143+
<a href="https://rushwallet.com/" target="_blank">
144144
<img src="imgs/wallet-providers/rush-wallet.png" class="thumbnail thumbnail-large-slim " />
145145
</a>
146146
</div>
@@ -154,11 +154,11 @@ <h2 class="margin0 marginTop80"><%= polyglot.t('buyFlow.HaveWallet') %></h2>
154154
</div>
155155
</div>
156156
</div>
157-
157+
158158
<!-- Breadwallet -->
159159
<div class="width100 table padding15 borderBottom1 custCol-border js-bitcoinWalletProvider">
160160
<div class="floatLeft marginRight8">
161-
<a href="http://breadwallet.com/" target="_blank">
161+
<a href="http://breadwallet.com/" target="_blank">
162162
<img src="imgs/wallet-providers/bread-wallet.png" class="thumbnail thumbnail-large-slim " />
163163
</a>
164164
</div>
@@ -171,12 +171,12 @@ <h2 class="margin0 marginTop80"><%= polyglot.t('buyFlow.HaveWallet') %></h2>
171171
<div class="textOpacity75 fontSize14"><%= polyglot.t('walletProviders.BreadwalletTagline') %></div>
172172
</div>
173173
</div>
174-
</div>
174+
</div>
175175

176176
<!-- Mycelium -->
177177
<div class="width100 table padding15 borderBottom1 custCol-border js-bitcoinWalletProvider">
178178
<div class="floatLeft marginRight8">
179-
<a href="https://mycelium.com/mycelium-wallet.html" target="_blank">
179+
<a href="https://mycelium.com/mycelium-wallet.html" target="_blank">
180180
<img src="imgs/wallet-providers/mycelium.png" class="thumbnail thumbnail-large-slim " />
181181
</a>
182182
</div>
@@ -195,7 +195,7 @@ <h2 class="margin0 marginTop80"><%= polyglot.t('buyFlow.HaveWallet') %></h2>
195195
<!-- Blockchain.info -->
196196
<div class="width100 table padding15 borderBottom1 custCol-border js-bitcoinWalletProvider">
197197
<div class="floatLeft marginRight8">
198-
<a href="https://blockchain.info/wallet" target="_blank">
198+
<a href="https://blockchain.info/wallet" target="_blank">
199199
<img src="imgs/wallet-providers/blockchaininfo.png" class="thumbnail thumbnail-large-slim " />
200200
</a>
201201
</div>
@@ -410,7 +410,7 @@ <h2 class="margin0 marginTop80"><%= polyglot.t('buyFlow.HaveWallet') %></h2>
410410
<div class="flex-border flexExpand js-buyWizardAddresses">
411411
<!--insert addresses-->
412412
</div>
413-
<form id="buyWizardNewAddressForm" class="js-buyWizardNewAddress flex-border flexExpand custCol-primary hide">
413+
<form id="buyWizardNewAddressForm" class="js-buyWizardNewAddress flex-border width100 custCol-primary hide">
414414
<div class="flexRow custCol-border borderTop">
415415
<div class="flexCol-5 custCol-border">
416416
<div class="fieldItem">

0 commit comments

Comments
 (0)