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