From 22e67b372fff3b568dbf10f7d612df2681c4ccd4 Mon Sep 17 00:00:00 2001 From: Victor Costa Date: Fri, 15 Aug 2014 14:45:38 -0300 Subject: [PATCH] Small fixes in chat ui --- public/stylesheets/chat.css | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/public/stylesheets/chat.css b/public/stylesheets/chat.css index a1b27ba..c568dce 100644 --- a/public/stylesheets/chat.css +++ b/public/stylesheets/chat.css @@ -33,22 +33,24 @@ padding-top: 10px; text-decoration: none; color: rgb(238, 238, 238); + height: 44px; + overflow: hidden; } #buddy-list .buddy-list li a .name, .occupant-list li a .name { vertical-align: top; margin-left: 5px; } #buddy-list .buddy-list li a img, .occupant-list li a img, #chat .avatar { - height: 32px; - max-width: 32px; border-radius: 5px; + width: 32px; + max-height: 40px; } #buddy-list .buddy-list li.offline, .occupant-list li.offline { display: none; } #chat #buddy-list .toolbar { border: 0; - height: 40px; + height: 45px; background-color: rgb(39, 39, 39); border-bottom: 1px solid #383838; } @@ -241,6 +243,9 @@ background: #585858; border: 1px solid #6B6B6B; } +#chat #user-status { + padding: 2px 4px; +} #chat .user-status a { color: rgb(224, 224, 224); } -- libgit2 0.21.2