Index: lams_tool_chat/web/includes/css/chat.scss =================================================================== diff -u -ra83b0eec89979dce7415b02afdda324b14018dbb -r71362ef4666910da4974b0d1076818b93a531795 --- lams_tool_chat/web/includes/css/chat.scss (.../chat.scss) (revision a83b0eec89979dce7415b02afdda324b14018dbb) +++ lams_tool_chat/web/includes/css/chat.scss (.../chat.scss) (revision 71362ef4666910da4974b0d1076818b93a531795) @@ -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;