From 85c67212ad5f5a0d5ceb9104d4ed22d8e8e54457 Mon Sep 17 00:00:00 2001 From: Wu Cheng-Han Date: Sat, 4 Jul 2015 22:19:09 +0800 Subject: Added profile image on onlineList --- public/css/index.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'public/css/index.css') diff --git a/public/css/index.css b/public/css/index.css index e1d5745f..b78be36f 100644 --- a/public/css/index.css +++ b/public/css/index.css @@ -107,9 +107,16 @@ form, margin-top: 2px; } .ui-user-icon { - font-size: 20px; + width: 20px; + height: 20px; + display: block; + border-radius: 3px; margin-top: 2px; + margin-bottom: 2px; margin-right: 5px; + background-position: center center; + background-repeat: no-repeat; + background-size: contain; } .ui-user-status { margin-top: 5px; -- cgit v1.2.3