Commit 403f5087f1abfd92062b8a556100a31ab50b5e77
1 parent
8cb8de81
Exists in
master
and in
21 other branches
Fix toolbar user-status
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
public/stylesheets/chat.css
| @@ -315,6 +315,8 @@ div.occupants > a.up { | @@ -315,6 +315,8 @@ div.occupants > a.up { | ||
| 315 | 315 | ||
| 316 | .user-status span { | 316 | .user-status span { |
| 317 | position: relative; | 317 | position: relative; |
| 318 | + vertical-align: bottom; | ||
| 319 | + bottom: -5px; | ||
| 318 | } | 320 | } |
| 319 | .user-status span, .user-status .ui-icon { | 321 | .user-status span, .user-status .ui-icon { |
| 320 | top: -3px; | 322 | top: -3px; |