Index: lams_tool_chat/web/includes/css/chat.scss =================================================================== diff -u -ra83b0eec89979dce7415b02afdda324b14018dbb -r60d9a173d5590295376322fc3e857ae2dca37717 --- lams_tool_chat/web/includes/css/chat.scss (.../chat.scss) (revision a83b0eec89979dce7415b02afdda324b14018dbb) +++ lams_tool_chat/web/includes/css/chat.scss (.../chat.scss) (revision 60d9a173d5590295376322fc3e857ae2dca37717) @@ -56,10 +56,17 @@ height: 200px; overflow: auto; border: $border-thin-default; - font-size: 12px; - font-weight: bold; padding: 2px; } + +#roster span { + display: inline-block; + margin-left: 5px; + font-weight: bold; + font-size: 14px; + padding-top: 7px; + vertical-align: top; +} #sendMessageArea { border: $border-thin-default; @@ -73,7 +80,7 @@ #sendMessageButton { width: 100%; } - + .selected { background-color: $gray-lightest; padding: 2px;