add style on flag
This commit is contained in:
parent
198a39beff
commit
ee89917bcb
3 changed files with 21 additions and 5 deletions
|
|
@ -5,9 +5,6 @@
|
|||
<a class="text-gray" ng-click="refresh()" ng-if="!$root.updatingBalance">
|
||||
<i class="fi-refresh"></i>
|
||||
</a>
|
||||
<span ng-if="$root.iden.backupNeeded">
|
||||
BACKUP!
|
||||
</span>
|
||||
<span ng-if="$root.updatingBalance">
|
||||
<i class="fi-bitcoin-circle icon-rotate spinner"></i>
|
||||
</span>
|
||||
|
|
@ -19,10 +16,13 @@
|
|||
|
||||
<div class="menu" ng-mouseover="hoverIn()" ng-mouseleave="hoverOut()"
|
||||
ng-click="hoverMenu = !hoverMenu">
|
||||
<a class="dropdown ellipsis text-gray" ng-class="{'hover': hoverMenu}">
|
||||
<a class="dropdown ellipsis text-gray pr" ng-class="{'hover': hoverMenu}">
|
||||
<div class="photo-container">
|
||||
<img gravatar-src="'{{username}}'" gravatar-size="35">
|
||||
</div>
|
||||
<span class="need-backup" ng-if="$root.iden.backupNeeded">
|
||||
<i class="fi-alert vm"></i>
|
||||
</span>
|
||||
<span class="m15t">{{username}} </span>
|
||||
<i class="icon-arrow-down2 size-16 vm"></i>
|
||||
</a>
|
||||
|
|
@ -37,6 +37,7 @@
|
|||
<li class="divider"></li>
|
||||
<li><a href="#!/profile" title="Profile">
|
||||
<i class="icon-person size-18 m10r"></i> {{'Profile'|translate}}</a></li>
|
||||
<span class="size-10 text-warning" ng-if="$root.iden.backupNeeded"> [ Needs Backup ]</span>
|
||||
<li><a href="#!/" title="Close" ng-click="signout()">
|
||||
<i class="icon-power size-18 m10r"></i> {{'Close'|translate}}</a></li>
|
||||
</ul>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue