summaryrefslogtreecommitdiff
path: root/public/css/index.css
diff options
context:
space:
mode:
authorWu Cheng-Han2015-07-04 22:19:09 +0800
committerWu Cheng-Han2015-07-04 22:19:09 +0800
commit85c67212ad5f5a0d5ceb9104d4ed22d8e8e54457 (patch)
treea2b8efa65663f21e530ebfe32fb649e392e582be /public/css/index.css
parent01685c255fda6e13f1cd2980130d2e388d52125c (diff)
Added profile image on onlineList
Diffstat (limited to 'public/css/index.css')
-rw-r--r--public/css/index.css9
1 files changed, 8 insertions, 1 deletions
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;