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

@ -1077,6 +1077,10 @@ button.gray:focus,
overflow: hidden;
}
.fi-trash.text-gray:hover {
color: #CA5649;
}
.photo-container {
margin-right: 3px;
display: inline-block;
@ -1090,6 +1094,11 @@ button.gray:focus,
text-align: center;
}
.photo-container.profile {
width: 80px;
height: 80px;
}
a:hover .photo-container {
background: #34495E;
color: #fff;