Fixed newIndicator in Conversation

Steve F

Well-known member
The new indicator in the first message of a conversation needs to move down a touch.

newIndicator_bug.webp

I was able to correct it with this CSS.

Code:
.conversation_view .message .newIndicator
{
    margin: 0 -15px 0 0;
}

This was with Win7 & Chrome 15
 
Top Bottom