The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Topic Post Reply Separate

2 posters

Go down

Topic Post Reply Separate Empty Topic Post Reply Separate

Post by sanora Sun Jan 22 2012, 02:21

Is there any solution how to split a new reply in a topic? I mean like spliting categories by table. I can`t find solutions please help. Phpbb2 user.
avatar
sanora
New Member

Posts : 8
Reputation : 1
Language : english

Back to top Go down

Topic Post Reply Separate Empty Re: Topic Post Reply Separate

Post by Guest Sun Jan 22 2012, 11:04

Add this to CSS Stylesheet:
Code:
table.forumline.noprint{
margin-top: 10px !important;
}
avatar
Guest
Guest


Back to top Go down

Topic Post Reply Separate Empty Re: Topic Post Reply Separate

Post by sanora Mon Jan 23 2012, 02:13

Thanks for the code but it`s the space between the post quick reply and the table of the post above that split to your given code.

Here`s my problem, i wan`t it to have a rounded corners between every post.

Topic Post Reply Separate Need_t10

I`m expecting split between the post, like split category as shown in the image below with rounded corners between every post,,

Topic Post Reply Separate Like_t10
avatar
sanora
New Member

Posts : 8
Reputation : 1
Language : english

Back to top Go down

Topic Post Reply Separate Empty Re: Topic Post Reply Separate

Post by Dr. Karlos Tue Jan 24 2012, 03:08

Hi,

Try with this:
Code:
th.thHead, td.catHead {
font-size: 11px;
border-width: 1px 1px 0 1px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}


Cordially,
Dr. Karlos
Dr. Karlos
Dr. Karlos
New Member

Posts : 20
Reputation : 3
Language : French and English
Location : On Forumactif ;)

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum