Skip to content
This repository was archived by the owner on Jul 19, 2024. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions src/pages/exchange.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ <h3 data-bind="locale: 'select_another_pair'"></h3>
<div class="clearfix"></div>
</header>
<div> <!-- widget div-->
<div class="widget-body min-height-0 no-padding" style="min-height:0 !important" data-bind="validationOptions: { insertMessages: false }"> <!-- widget content -->
<form autocomplete="off">
<div class="widget-body min-height-0 no-padding" style="min-height:0 !important" data-bind="validationOptions: { insertMessages: false }"> <!-- widget content -->
<div class="row" style="height:90px">
<section class="col col-lg-4 col-sm-4">
<div style="padding:10px">
Expand Down Expand Up @@ -96,8 +97,9 @@ <h3 data-bind="locale: 'select_another_pair'"></h3>
</div>
</section>
</div>
</div>
</div> <!-- end widget div -->
</div>
</form>
</div> <!-- end widget div -->
</div> <!-- end widget -->
</article> <!-- WIDGET END -->

Expand Down Expand Up @@ -283,7 +285,7 @@ <h3 class="tradeForm" data-bind="text: 'Buy ' + dispBaseAsset"></h3>
</header>
<div> <!-- widget div-->
<div class="widget-body no-padding buyForm"> <!-- widget content -->
<form class="form-horizontal">
<form class="form-horizontal" autocomplete="off">
<div class="table-responsive" style="overflow-x:hidden">
<table class="table buySellForm">
<tbody>
Expand Down Expand Up @@ -402,7 +404,7 @@ <h3 class="tradeForm" data-bind="text: 'Sell ' + dispBaseAsset"></h3>
</header>
<div> <!-- widget div-->
<div class="widget-body no-padding sellForm"> <!-- widget content -->
<form class="form-horizontal">
<form class="form-horizontal" autocomplete="off">
<div class="table-responsive" style="overflow-x:hidden">
<table class="table buySellForm">
<tbody>
Expand Down