Commit 22e67b372fff3b568dbf10f7d612df2681c4ccd4
1 parent
9d016a77
Exists in
staging
and in
4 other branches
Small fixes in chat ui
Showing
1 changed file
with
8 additions
and
3 deletions
Show diff stats
public/stylesheets/chat.css
@@ -33,22 +33,24 @@ | @@ -33,22 +33,24 @@ | ||
33 | padding-top: 10px; | 33 | padding-top: 10px; |
34 | text-decoration: none; | 34 | text-decoration: none; |
35 | color: rgb(238, 238, 238); | 35 | color: rgb(238, 238, 238); |
36 | + height: 44px; | ||
37 | + overflow: hidden; | ||
36 | } | 38 | } |
37 | #buddy-list .buddy-list li a .name, .occupant-list li a .name { | 39 | #buddy-list .buddy-list li a .name, .occupant-list li a .name { |
38 | vertical-align: top; | 40 | vertical-align: top; |
39 | margin-left: 5px; | 41 | margin-left: 5px; |
40 | } | 42 | } |
41 | #buddy-list .buddy-list li a img, .occupant-list li a img, #chat .avatar { | 43 | #buddy-list .buddy-list li a img, .occupant-list li a img, #chat .avatar { |
42 | - height: 32px; | ||
43 | - max-width: 32px; | ||
44 | border-radius: 5px; | 44 | border-radius: 5px; |
45 | + width: 32px; | ||
46 | + max-height: 40px; | ||
45 | } | 47 | } |
46 | #buddy-list .buddy-list li.offline, .occupant-list li.offline { | 48 | #buddy-list .buddy-list li.offline, .occupant-list li.offline { |
47 | display: none; | 49 | display: none; |
48 | } | 50 | } |
49 | #chat #buddy-list .toolbar { | 51 | #chat #buddy-list .toolbar { |
50 | border: 0; | 52 | border: 0; |
51 | - height: 40px; | 53 | + height: 45px; |
52 | background-color: rgb(39, 39, 39); | 54 | background-color: rgb(39, 39, 39); |
53 | border-bottom: 1px solid #383838; | 55 | border-bottom: 1px solid #383838; |
54 | } | 56 | } |
@@ -241,6 +243,9 @@ | @@ -241,6 +243,9 @@ | ||
241 | background: #585858; | 243 | background: #585858; |
242 | border: 1px solid #6B6B6B; | 244 | border: 1px solid #6B6B6B; |
243 | } | 245 | } |
246 | +#chat #user-status { | ||
247 | + padding: 2px 4px; | ||
248 | +} | ||
244 | #chat .user-status a { | 249 | #chat .user-status a { |
245 | color: rgb(224, 224, 224); | 250 | color: rgb(224, 224, 224); |
246 | } | 251 | } |