Fix layout for prefFee, logs, about, disclaimer, translators

This commit is contained in:
Gustavo Maximiliano Cortez 2015-08-19 11:35:58 -03:00
commit 96f93411b3
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
5 changed files with 7 additions and 7 deletions

View file

@ -12,7 +12,7 @@
</li>
</ul>
<div class="row column m20t">
<div class="row m20t">
<div class="text-gray size-12 text-center" ng-repeat="fee in (index.network == 'livenet' ? index.feeLevels.livenet :
index.feeLevels.testnet)" ng-if="fee.level == index.currentFeeLevel">
<div ng-show="fee.nbBlocks">
@ -22,7 +22,7 @@
</div>
</div>
<div class="row column m20t">
<div class="row m20t">
<div class="text-gray size-12 text-center" translate>
Bitcoin transactions may include a fee collected by miners on the network. The higher the fee, the greater the incentive a miner has to include that transaction in a block. Actual fees are determined based on network load and the selected policy.
</div>