Unverified Commit 24dd3676 authored by bitsoko's avatar bitsoko Committed by GitHub

Update index.html

parent 9eb458ad
......@@ -1001,7 +1001,7 @@
<li class="doPayEth" style="pointer-events:none;">
<div class="collapsible-header">Pay using ethereum
<!-- Switch -->
<div class="doPayEth-switch switch" style="pointer-events:all;float:right;">
<div class="doPayEth-switch switch" style="pointer-events:all;right: 50px;position: absolute;">
<label>
<input type="checkbox" class="doPayEth-switch">
<span class="lever"></span>
......@@ -1030,7 +1030,7 @@
</div>
</li>
<li class="doPayMM" style="pointer-events:none;">
<li class="doPayMM" style="pointer-events:none; right: 50px;position: absolute;">
<div class="collapsible-header">Pay using mobile money
<!-- Switch -->
<div class="doPayMM-switch switch" style="pointer-events:all;float:right;">
......@@ -1053,10 +1053,10 @@
</span>
</div>
</li>
<li style="display:none;pointer-events:none;" class="doPaycard">
<li style=" right: 50px;position: absolute;pointer-events:none;" class="doPaycard">
<div class="collapsible-header">Pay using credit card
<!-- Switch -->
<div class="doPaycard-switch switch" style="pointer-events:all;float:right;">
<div class="doPaycard-switch switch" style="pointer-events:none;float:right;">
<label>
<input type="checkbox" class="doPaycard-switch">
<span class="lever"></span>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment