|
@@ -370,7 +370,7 @@ var Chat = (function (my) {
|
370
|
370
|
var leftIndent = (Util.getTextWidth(chatButtonElement) -
|
371
|
371
|
Util.getTextWidth(unreadMsgElement)) / 2;
|
372
|
372
|
var topIndent = (Util.getTextHeight(chatButtonElement) -
|
373
|
|
- Util.getTextHeight(unreadMsgElement)) / 2 - 2;
|
|
373
|
+ Util.getTextHeight(unreadMsgElement)) / 2 - 3;
|
374
|
374
|
|
375
|
375
|
unreadMsgElement.setAttribute(
|
376
|
376
|
'style',
|
|
@@ -382,7 +382,7 @@ var Chat = (function (my) {
|
382
|
382
|
var bottomLeftIndent = (Util.getTextWidth(chatBottomButtonElement) -
|
383
|
383
|
Util.getTextWidth(unreadMsgBottomElement)) / 2;
|
384
|
384
|
var bottomTopIndent = (Util.getTextHeight(chatBottomButtonElement) -
|
385
|
|
- Util.getTextHeight(unreadMsgBottomElement)) / 2 - 3;
|
|
385
|
+ Util.getTextHeight(unreadMsgBottomElement)) / 2 - 2;
|
386
|
386
|
|
387
|
387
|
unreadMsgBottomElement.setAttribute(
|
388
|
388
|
'style',
|