Commit 33a814240005d4ec0524bd05f2b25f7e44aa5f6e
1 parent
c4e45916
Exists in
master
and in
29 other branches
Buddies list refactoring icons
Showing
1 changed file
with
5 additions
and
6 deletions
Show diff stats
public/stylesheets/chat.css
... | ... | @@ -31,8 +31,7 @@ |
31 | 31 | #buddy-list .buddies li a, .occupant-list li a { |
32 | 32 | background-position: 0% 50%; |
33 | 33 | display: block; |
34 | - padding-left: 20px; | |
35 | - padding-top: 10px; | |
34 | + padding-left: 17px; | |
36 | 35 | text-decoration: none; |
37 | 36 | height: 35px; |
38 | 37 | overflow: hidden; |
... | ... | @@ -40,18 +39,17 @@ |
40 | 39 | #buddy-list .buddies li a .name, .occupant-list li a .name { |
41 | 40 | vertical-align: middle; |
42 | 41 | margin-left: 5px; |
43 | - padding: 0 0 5px 20px; | |
44 | 42 | position: relative; |
45 | - left: -20px; | |
46 | 43 | display: inline-block; |
47 | 44 | max-width: 128px; |
48 | 45 | overflow: hidden; |
49 | - height: 30px; | |
46 | + line-height: 35px; | |
50 | 47 | } |
51 | 48 | #buddy-list .buddies li a img, .occupant-list li a img, #chat .avatar { |
52 | 49 | border-radius: 5px; |
53 | 50 | width: 32px; |
54 | - max-height: 40px; | |
51 | + max-height: 35px; | |
52 | + vertical-align: middle; | |
55 | 53 | } |
56 | 54 | #chat #buddy-list .toolbar { |
57 | 55 | border: 0; |
... | ... | @@ -86,6 +84,7 @@ |
86 | 84 | color: #FFF; |
87 | 85 | background-color: #BABDB6; |
88 | 86 | border: 0; |
87 | + margin-bottom: 5px; | |
89 | 88 | } |
90 | 89 | |
91 | 90 | .conversation { | ... | ... |