Added letter based avatar provider
This commit is contained in:
17
assets/css/src/avatar.css
Normal file
17
assets/css/src/avatar.css
Normal 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;
|
||||
}
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user