client/js/chat/speech_bubble/themes/default/speech_bubble.css in rsence-pre-3.0.0.5 vs client/js/chat/speech_bubble/themes/default/speech_bubble.css in rsence-pre-3.0.0.6

- old
+ new

@@ -21,11 +21,11 @@ } .default > .speechbubble > .text { padding-left: 6px; padding-top: 3px; padding-bottom: 3px; padding-right: 6px; vertical-align: middle; - font-family: Arial, sans-serif; + font-family: Helvetica, Arial, sans-serif; font-size: 12px; font-weight: bold; color: #333; } /*.default.orientation_left > .speechbubble > .text { left: 0; @@ -73,12 +73,12 @@ width: 0; height: 0; border-style: solid; border-color: transparent transparent #efefef transparent; } .default.orientation_left > .speechbubble > .direction_inner2 { - left: -11px; + left: -11px; border-width: 0 0 4px 11px; } .default.orientation_right > .speechbubble > .direction_inner2 { - right: -11px; + right: -11px; border-width: 0 11px 4px 0; }