From c4e459165a8d67f6b8d636c5e520fb8975634fcd Mon Sep 17 00:00:00 2001 From: Rodrigo Souto Date: Mon, 17 Nov 2014 19:02:14 -0300 Subject: [PATCH] Buddies list refactoring checkpoint --- public/stylesheets/chat.css | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) diff --git a/public/stylesheets/chat.css b/public/stylesheets/chat.css index f302f6d..bfbda99 100644 --- a/public/stylesheets/chat.css +++ b/public/stylesheets/chat.css @@ -25,24 +25,20 @@ padding: 0; margin: 0; } -#buddy-list .buddies li { - border-bottom: 1px solid #383838; -} #buddy-list .buddies a:hover, .occupant-list li a:hover { background: #257CAD; } #buddy-list .buddies li a, .occupant-list li a { - background: none; + background-position: 0% 50%; display: block; padding-left: 20px; padding-top: 10px; text-decoration: none; - color: rgb(238, 238, 238); - height: 44px; + height: 35px; overflow: hidden; } #buddy-list .buddies li a .name, .occupant-list li a .name { - vertical-align: top; + vertical-align: middle; margin-left: 5px; padding: 0 0 5px 20px; position: relative; @@ -57,9 +53,6 @@ width: 32px; max-height: 40px; } -#buddy-list .buddies.offline, .occupant-list.offline { - display: none; -} #chat #buddy-list .toolbar { border: 0; height: 45px; @@ -327,13 +320,6 @@ div.occupants > a.up { top: -3px; } -.buddies .dnd span.name { - background: url(/designs/icons/pidgin/pidgin/status/16/busy.png) 0px 20px no-repeat; -} -.buddies .chat span.name { - background: url(/designs/icons/pidgin/pidgin/status/16/available.png) 0px 20px no-repeat; -} - .conversation .author { width: 20%; display: inline-block; -- libgit2 0.21.2