BenForum
Active member
this is a conversation.css which is marked as outdated template by xenforo
after reverting it become
.conversation_view .messageList
{
border: 1px solid @primaryLighterStill;
border-left: none;
border-bottom: none;
padding-right: 10px;
border-top-right-radius: 10px;
}
.conversation_view .message:first-child
{
border-top: none;
}
.conversation_view .message .newIndicator
{
margin-right: -15px;
}
.conversation_view .quickReply
{
border-top: none;
}
after reverting it become
now what values should i change in this template to make it fully compatible with latest xf version.conversation_view .messageList
{
border: 1px solid @primaryLighterStill;
border-left: none;
border-bottom: none;
padding-right: 10px;
border-top-right-radius: 10px;
}
.conversation_view .message:first-child
{
border-top: none;
}
.conversation_view .message .newIndicator
{
margin: 0 -15px 0 0;
}
.conversation_view .message .attachment
{
width: 49.5%;
}
.conversation_view .quickReply
{
border-top: none;
}