text update, and toggle button size, version bump fixed

This commit is contained in:
satindergrewal 2017-11-27 04:22:36 +13:00
parent ddd519bfa6
commit a6ea46f021
5 changed files with 7 additions and 7 deletions

View File

@ -390,7 +390,7 @@ table tbody tr:first-child td {
.toggle-on, .toggle-off {
line-height: 41px;
line-height: 30px;
}
input[type=number]::-webkit-inner-spin-button,

View File

@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>BarterDEX-Simple - v0.7-beta</title>
<title>BarterDEX-Simple - v0.7.0-beta</title>
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" type="text/css" rel="stylesheet">
@ -482,7 +482,7 @@
<div class="input-group col-sm-12">
<select class="selectpicker trading_pair_coin" data-live-search="true" data-hide-disabled="true" data-width="30%"></select>
<span class="input-group-addon trading_pair_coin_autoprice_mode_span" style="font-size: 0px; margin: 0; padding: 0; width: 120px; background-color: #fff; border: 0;">
<input class="toggle_checkbox toggle_font_lg" id="trading_pair_coin_autoprice_mode" type="checkbox" checked data-toggle="toggle" data-on="Margin" data-off="Fixed" data-size="large" data-onstyle="primary" data-offstyle="info" data-width="100%" data-height="44px" data-class="toggle-font-lg">
<input class="toggle_checkbox toggle_font_lg" id="trading_pair_coin_autoprice_mode" type="checkbox" checked data-toggle="toggle" data-on="Margin" data-off="Fixed" data-onstyle="primary" data-offstyle="info" data-width="100%" data-height="44px" data-class="toggle-font-lg">
</span>
<input type="number" class="form-control trading_pair_coin_price" placeholder="Price e.g. 0.01" style="height: 44px; font-size: 20px;">
<span class="input-group-addon" id="trading_pair_coin_price_max_min" style="font-size: 20px;">Max</span>

View File

@ -1747,7 +1747,7 @@ function addcoins_dialog(){
<select class="selectpicker addcoin_enable_disable_selection" data-live-search="true" data-hide-disabled="true" data-width="100%"></select>
</div>
<div class="col-sm-6">
<input class="toggle_checkbox toggle_font_lg" id="addcoin_toggle_native_electrum" type="checkbox" checked data-toggle="toggle" data-on="Native Mode" data-off="Electrum Mode" data-size="large" data-onstyle="primary" data-offstyle="info" data-width="100%" data-height="64px">
<input class="toggle_checkbox toggle_font_lg" id="addcoin_toggle_native_electrum" type="checkbox" checked data-toggle="toggle" data-on="Native Mode" data-off="Electrum Mode" data-onstyle="primary" data-offstyle="info" data-width="100%" data-height="44px">
</div>
@ -5326,7 +5326,7 @@ $('.info_box_for_zeroconf').click(function(e){
<li>You can only claim your KMD back when the expiration time reaches. So make sure to set the expiration time of weeks accordingly, becuase the funds sent with that set time will be locked in the transaction.</li>
<li>The amount of funds you'll have in security deposit will keep accruing 5% APR, and you'll receive back the amount with the accrued amount after deducting security fees of 0.1%.</li>
</ul>
<blockquote>IMPORTANT: If you are reported to cheat by doing double spending the transaction with any of your trade, and such attack is proven, then your security despoit will be used to compensate the other party. The remaing funds will be available as security and will be claimable upon expiration time.</blockquote>`,
<blockquote>IMPORTANT: If you attempt to cheat while using High Speed Mode, the amount of the offense and a penalty fee are deducted from your deposit and forfeited to the affected party. The remaining amount in your deposit balance will be claimable at the normal time of expiration.</blockquote>`,
size: 'large'
});
})

View File

@ -20,7 +20,7 @@ const killmm = require('./ipc/killmm');
const appBasicInfo = {
name: 'BarterDEX-Simple',
version: '0.7-beta'
version: '0.7.0-beta'
};
app.setName(appBasicInfo.name);

View File

@ -1,6 +1,6 @@
{
"name": "BarterDEX-Simple",
"version": "0.7-beta",
"version": "0.7.0-beta",
"description": "A simple BarterDEX Implimentation with powertools for Traders",
"main": "main.js",
"scripts": {