Commit 403f5087f1abfd92062b8a556100a31ab50b5e77

Authored by Rodrigo Souto
1 parent 8cb8de81

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 315  
316 316 .user-status span {
317 317 position: relative;
  318 + vertical-align: bottom;
  319 + bottom: -5px;
318 320 }
319 321 .user-status span, .user-status .ui-icon {
320 322 top: -3px;
... ...