reverted IDE spacings

This commit is contained in:
Sebastiaan Pasma 2018-07-19 15:43:32 +02:00
commit a0b4f10ca9
No known key found for this signature in database
GPG key ID: 9A2B0C8B95A1D26F

View file

@ -11,7 +11,7 @@
<ion-nav-buttons side="secondary"> <ion-nav-buttons side="secondary">
<button class="button-share ng-hide" ng-show="showShareButton" ng-click="shareAddress()"> <button class="button-share ng-hide" ng-show="showShareButton" ng-click="shareAddress()">
<i class="icon" <i class="icon"
ng-class="{ ng-class="{
'ion-ios-upload-outline': showShareButton == 'iOS', 'ion-ios-upload-outline': showShareButton == 'iOS',
'ion-android-share-alt': showShareButton != 'iOS' 'ion-android-share-alt': showShareButton != 'iOS'
}"></i> }"></i>
@ -22,10 +22,8 @@
<div class="address" ng-if="address && amountBtc"> <div class="address" ng-if="address && amountBtc">
<div ng-show="showingPaymentReceived" ng-click="showingPaymentReceived = false"> <div ng-show="showingPaymentReceived" ng-click="showingPaymentReceived = false">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 130.2 130.2"> <svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 130.2 130.2">
<circle class="path circle" fill="none" stroke="#19B234" stroke-width="6" stroke-miterlimit="10" cx="65.1" <circle class="path circle" fill="none" stroke="#19B234" stroke-width="6" stroke-miterlimit="10" cx="65.1" cy="65.1" r="62.1"/>
cy="65.1" r="62.1"/> <polyline class="path check" fill="none" stroke="#19B234" stroke-width="6" stroke-linecap="round" stroke-miterlimit="10" points="100.2,40.2 51.5,88.8 29.8,67.5 "/>
<polyline class="path check" fill="none" stroke="#19B234" stroke-width="6" stroke-linecap="round"
stroke-miterlimit="10" points="100.2,40.2 51.5,88.8 29.8,67.5 "/>
</svg> </svg>
<p class="success animated fadeIn" style="text-align: center"> <p class="success animated fadeIn" style="text-align: center">
<br/>Payment Received!<br/> <br/>Payment Received!<br/>
@ -51,27 +49,23 @@
</div> </div>
<div ng-show="!showingPaymentReceived" ng-show="address && coin == 'bch'" class="address-types"> <div ng-show="!showingPaymentReceived" ng-show="address && coin == 'bch'" class="address-types">
<div> <div>
<button ng-show="address && coin == 'bch' && bchAddressType != 'cashaddr'" class="button-address" <button ng-show="address && coin == 'bch' && bchAddressType != 'cashaddr'" class="button-address" ng-click="displayAddress('cashaddr')">
ng-click="displayAddress('cashaddr')">
<span translate>Display new style address</span> <span translate>Display new style address</span>
</button> </button>
</div> </div>
<div> <div>
<button ng-show="address && coin == 'bch' && bchAddressType != 'legacy'" class="button-address" <button ng-show="address && coin == 'bch' && bchAddressType != 'legacy'" class="button-address" ng-click="displayAddress('legacy')">
ng-click="displayAddress('legacy')">
<span translate>Display legacy address</span> <span translate>Display legacy address</span>
</button> </button>
</div> </div>
<div> <div>
<button ng-show="address && coin == 'bch' && bchAddressType != 'bitpay'" class="button-address" <button ng-show="address && coin == 'bch' && bchAddressType != 'bitpay'" class="button-address" ng-click="displayAddress('bitpay')">
ng-click="displayAddress('bitpay')">
<span translate>Display BitPay address</span> <span translate>Display BitPay address</span>
</button> </button>
</div> </div>
</div> </div>
<div class="info"> <div class="info">
<div class="item single-line" <div class="item single-line" copy-to-clipboard="(coin == 'bch' && bchAddressType == 'cashaddr' ? 'bitcoincash:' : '') + address">
copy-to-clipboard="(coin == 'bch' && bchAddressType == 'cashaddr' ? 'bitcoincash:' : '') + address">
<span class="label" translate>Address</span> <span class="label" translate>Address</span>
<span class="item-note ellipsis"> <span class="item-note ellipsis">
{{address}} {{address}}