Vertical line between post & poster area

Started by skb, February 19, 2018, 01:47:41 AM

Previous topic - Next topic

skb

I am looking for a way to put a vertical dividing line between the poster & post area. A previous discussion I read suggested adding a "border-left" property to the .post class but I'm looking for something like this;

SMF 2.1.4 / TP 2.2.2

Antes

In index.css

Code (Find) Select
.postarea, .moderatorbar
{
margin: 0 0 0 16em;
}

Code (Replace) Select
.postarea, .moderatorbar
{
border: 1px solid #ccc;
margin: 0 0 0 15em;
padding: 0 0 0 2em;
}


edit the border as you wish.

skb

Thank you Antes.

I used border-left in place of border. It will do for the time.

SMF 2.1.4 / TP 2.2.2

Antes

Quote from: skb on February 19, 2018, 03:06:33 AM
Thank you Antes.

I used border-left in place of border. It will do for the time.

yea lol coding w/o morning coffee border-left is the right one :)

Advertisement: