fix homeWallet. unified icon copayers
This commit is contained in:
parent
0aa9345647
commit
65d1cc7019
8 changed files with 54 additions and 62 deletions
|
|
@ -1,11 +1,6 @@
|
|||
<div ng-controller="CopayersController">
|
||||
<div class="copay-box" ng-repeat="copayer in copayersList()">
|
||||
<img
|
||||
class="br100 online"
|
||||
src="./img/satoshi.gif"
|
||||
alt="{{copayer.peerId}}"
|
||||
width="70">
|
||||
|
||||
<span ng-include="'views/includes/photo.html'"></span>
|
||||
<div
|
||||
class="ellipsis"
|
||||
tooltip="ID: {{copayer.peerId}}"
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
<div class="menu" ng-mouseover="hoverIn()" ng-mouseleave="hoverOut()"
|
||||
ng-click="hoverMenu = !hoverMenu">
|
||||
<a class="dropdown ellipsis text-gray" ng-class="{'hover': hoverMenu}">
|
||||
<span class="photo-container"><i class="fi-torso size-42"></i></span>
|
||||
<span ng-include="'views/includes/photo.html'"></span>
|
||||
<span class="m15t">{{username}} </span>
|
||||
<i class="icon-arrow-down size-16 vm"></i>
|
||||
</a>
|
||||
|
|
|
|||
1
views/includes/photo.html
Normal file
1
views/includes/photo.html
Normal file
|
|
@ -0,0 +1 @@
|
|||
<span class="photo-container"><i class="fi-torso size-42"></i></span>
|
||||
|
|
@ -67,7 +67,6 @@
|
|||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- <a ui-route="{{create}}" href="#!/manage" class="button-setup add-wallet db p20h" title="Create"><i class="m5r fi-plus"></i> {{'Add Wallet' | translate }} </a> -->
|
||||
</div>
|
||||
|
||||
<ul class="side-nav" ng-if="!walletSelection && $root.wallet.isReady()">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue