fix modal contacts
This commit is contained in:
parent
af904caa05
commit
2346721d75
2 changed files with 11 additions and 7 deletions
|
|
@ -84,14 +84,18 @@
|
||||||
ng-click="toggleSelectAddressbook(addr)">
|
ng-click="toggleSelectAddressbook(addr)">
|
||||||
<i class="fi-trash"></i></a>
|
<i class="fi-trash"></i></a>
|
||||||
<div ng-click="selectAddressbook(addr)">
|
<div ng-click="selectAddressbook(addr)">
|
||||||
{{label}}
|
|
||||||
<div class="size-10 text-gray ellipsis">{{addr}}</div>
|
<i class="icon-contact left size-42 m10r text-gray"></i>
|
||||||
|
<div class="">
|
||||||
|
<span>{{label}}</span>
|
||||||
|
<div class="size-12 text-gray ellipsis">{{addr}}</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
<li class="m10t" ng-show="!editAddressbook">
|
<li class="p10" ng-show="!editAddressbook">
|
||||||
<a ng-click="toggleAddAddressbookEntry()" class="p10">
|
<a ng-click="toggleAddAddressbookEntry()" class="p0i">
|
||||||
<i class="fi-plus size-18 m10r"></i>
|
<i class="fi-plus size-24 m20r lh icon"></i>
|
||||||
<span class="text-close size-12" translate>Add a new entry</span>
|
<span class="size-12 tu text-bold" translate>Add a new entry</span>
|
||||||
<span ng-show="!list[newAddress] && newAddress">({{newAddress}})</span>
|
<span ng-show="!list[newAddress] && newAddress">({{newAddress}})</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
|
||||||
|
|
@ -297,7 +297,7 @@ a.missing-copayers {
|
||||||
background: #2C3E50;
|
background: #2C3E50;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar .icon {
|
.sidebar .icon, .modal-content .icon {
|
||||||
width: 39px;
|
width: 39px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-right: 15px;
|
margin-right: 15px;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue