Add avatar to History page.

This commit is contained in:
Jason Croft 2016-05-12 15:21:05 -04:00
parent 4aa4e3eacc
commit c4b754e53b
3 changed files with 8 additions and 0 deletions

View file

@ -247,6 +247,11 @@ input {
.sort.desc {
text-decoration: underline;
}
.ui-avatar {
border-radius: 15em;
height: auto;
width: 200px;
}
.ui-history-close {
position: absolute;
right: 14px;