More copy and share for mobile

This commit is contained in:
Gustavo Maximiliano Cortez 2015-02-06 13:23:10 -03:00
commit 79db8cea2e
11 changed files with 69 additions and 26 deletions

View file

@ -1,5 +1,5 @@
<nav class="tab-bar text-right hide-for-large-up">
<a ng-click="close()" class="p10 text-white">Close</a>
<span ng-click="close()" class="p10 text-white">Close</span>
</nav>
<div class="row modal-mobile">
<div class="large-12 columns">

View file

@ -1,5 +1,5 @@
<nav class="tab-bar text-right hide-for-large-up">
<a ng-click="cancel()" class="p10 text-white">Close</a>
<span ng-click="cancel()" class="p10 text-white">Close</span>
</nav>
<div class="modal-mobile">
<div class="text-center">

View file

@ -1,5 +1,5 @@
<nav class="tab-bar text-right hide-for-large-up">
<a ng-click="cancel()" class="p10 text-white">Close</a>
<span ng-click="cancel()" class="p10 text-white">Close</span>
</nav>
<div class="modal-mobile text-center" ng-init="addr = address.address">
<qrcode size="220" data="{{addr}}"></qrcode>
@ -15,7 +15,7 @@
</div>
<div class="text-center m10t" ng-if="isCordova">
<button class="primary expand" ng-click="copyAddress(addr)">
Copy to clipboard
<i class="fi-clipboard-pencil"></i> Copy to clipboard
</button>
</div>
<a class="close-reveal-modal show-for-large-up" ng-click="cancel()"><i class="fi-x size-18"></i></a>

View file

@ -1,5 +1,5 @@
<nav class="tab-bar text-right hide-for-large-up">
<a ng-click="cancel()" class="p10 text-white">Close</a>
<span ng-click="cancel()" class="p10 text-white">Close</span>
</nav>
<div class="modal-mobile">
<div class="header-modal text-center">

View file

@ -1,5 +1,5 @@
<nav class="tab-bar text-right hide-for-large-up">
<a ng-click="cancel()" class="p10 text-white">Close</a>
<span ng-click="cancel()" class="p10 text-white">Close</span>
</nav>
<div class="modal-mobile">
<div class="header-modal">

View file

@ -1,5 +1,5 @@
<nav class="tab-bar text-right hide-for-large-up">
<a ng-click="cancel()" class="p10 text-white">Close</a>
<span ng-click="cancel()" class="p10 text-white">Close</span>
</nav>
<div class="modal-mobile" ng-init="setWallets()">