Added letter based avatar provider

This commit is contained in:
Frederic Guillot
2016-03-19 11:17:58 -04:00
parent fa86542f90
commit 9d4ba1471d
11 changed files with 238 additions and 9 deletions

17
assets/css/src/avatar.css Normal file
View File

@@ -0,0 +1,17 @@
.avatar {
float: left;
margin-right: 10px;
}
.avatar img,
.avatar div {
border-radius: 30px;
}
.avatar-letter {
color: #fff;
line-height: 48px;
width: 48px;
font-size: 25px;
text-align: center;
}

View File

@@ -47,11 +47,6 @@ hr {
min-height: 27px; /* Reserve some space to avoid re-layout due to chosen */
}
.avatar {
float: left;
margin-right: 10px;
}
#ui-datepicker-div {
font-size: 0.8em;
}