diff options
Diffstat (limited to 'webclient/app.css')
-rwxr-xr-x | webclient/app.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/webclient/app.css b/webclient/app.css index 8685032d72..c27ec797a4 100755 --- a/webclient/app.css +++ b/webclient/app.css @@ -268,6 +268,13 @@ a:active { color: #000; } word-break: break-all; } +.userAvatar .userPowerLevel { + position: absolute; + bottom: 20px; + height: 1px; + background-color: red; +} + .userPresence { text-align: center; font-size: 12px; |