Commit b8e418aa1a074ca2e6fa926a968e78c65904a867
1 parent
403f5087
Exists in
master
and in
29 other branches
Fix user status
Showing
1 changed file
with
5 additions
and
2 deletions
Show diff stats
public/stylesheets/chat.css
@@ -313,11 +313,14 @@ div.occupants > a.up { | @@ -313,11 +313,14 @@ div.occupants > a.up { | ||
313 | left: -15px; | 313 | left: -15px; |
314 | } | 314 | } |
315 | 315 | ||
316 | -.user-status span { | ||
317 | - position: relative; | 316 | +.user-status { |
318 | vertical-align: bottom; | 317 | vertical-align: bottom; |
319 | bottom: -5px; | 318 | bottom: -5px; |
320 | } | 319 | } |
320 | + | ||
321 | +.user-status span { | ||
322 | + position: relative; | ||
323 | +} | ||
321 | .user-status span, .user-status .ui-icon { | 324 | .user-status span, .user-status .ui-icon { |
322 | top: -3px; | 325 | top: -3px; |
323 | } | 326 | } |