fix homeWallet. unified icon copayers

This commit is contained in:
Gustavo Maximiliano Cortez 2014-10-31 18:35:44 -03:00
commit 65d1cc7019
8 changed files with 54 additions and 62 deletions

View file

@ -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}}"

View file

@ -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>

View file

@ -0,0 +1 @@
<span class="photo-container"><i class="fi-torso size-42"></i></span>

View file

@ -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()">