diff --git a/public/less/generics.less b/public/less/generics.less index 4115f7d117..c21823143e 100644 --- a/public/less/generics.less +++ b/public/less/generics.less @@ -55,3 +55,14 @@ vertical-align: middle; } } + +.avatar { + /* Contains the user icon class as a mixin, so there's no need to include that in the template */ + .user-icon; + + &.avatar-sm { + width: 24px; + height: 24px; + .user-icon-style(24px, 1.5rem); + } +} \ No newline at end of file diff --git a/src/views/admin/advanced/events.tpl b/src/views/admin/advanced/events.tpl index 747f9e03db..eb43eaa824 100644 --- a/src/views/admin/advanced/events.tpl +++ b/src/views/admin/advanced/events.tpl @@ -10,9 +10,16 @@
{events.jsonString}