fix ui details

This commit is contained in:
bechi 2014-10-29 11:57:43 -03:00
commit 8ab32eb684
5 changed files with 22 additions and 15 deletions

View file

@ -184,7 +184,8 @@
</div>
</div>
<div class="large-12 columns line-dashed">
<div class="line-dashed-h m20b"></div>
<div class="large-12 columns">
<h2 translate>Address Book</h2>
<p translate class="text-gray m15b" ng-hide="showAddressBook()">Empty. Create an alias for your addresses</p>
<table class="large-12 medium-12 small-12" ng-show="showAddressBook()">
@ -210,7 +211,7 @@
</tr>
</tbody>
</table>
<button translate class="button tiny primary text-center" ng-click="openAddressBookModal()">Add</button>
<button translate class="button tiny primary text-center" ng-click="openAddressBookModal()"><i class="fi-plus m5r"></i>Add</button>
</div>
</div>
</div>