add gravatar ux

This commit is contained in:
bechi 2014-11-12 17:44:50 -03:00 committed by Matias Alejo Garcia
commit 4392a6f058
4 changed files with 34 additions and 15 deletions

View file

@ -17,7 +17,9 @@
<div class="menu" ng-mouseover="hoverIn()" ng-mouseleave="hoverOut()"
ng-click="hoverMenu = !hoverMenu">
<a class="dropdown ellipsis text-gray" ng-class="{'hover': hoverMenu}">
<img gravatar-src="'{{username}}'" gravatar-size="35">
<div class="photo-container">
<img gravatar-src="'{{username}}'" gravatar-size="35">
</div>
<span class="m15t">{{username}} </span>
<i class="icon-arrow-down size-16 vm"></i>
</a>