Comments Form

Nov 27, 2007 15:07

Hi there ( Read more... )

page:borders, comments

Leave a comment

Comments 10

av8rmike November 27 2007, 22:55:06 UTC
The borders are the easy part. Take out the part in red:
.asset {margin: 0px; padding: 5px 5px 0px 13px; border-bottom: 2px dashed #5E2612; border-right: 2px dashed #5E2612; border-left: 2px dashed #5E2612;}
and add this line just below it:
#alpha-inner {border-right: 2px dashed #5E2612; border-left: 2px dashed #5E2612;}

The other line, the horizontal rule () is hard-coded into the ReplyPage::print_body() function, so you'd have to change that with a theme layer.

Reply

watchmebe November 28 2007, 06:36:07 UTC
Thanks! I've removed the horizontal rule just fine. As far as the borders though-- will doing this remove the borders from the bottoms of ALL my entries, or just the entries on the comments page?

Reply

av8rmike November 28 2007, 12:59:03 UTC
All the entries. You could leave the border-bottom part in .asset and still add the other line. I don't remember if there's a separate CSS class for ReplyPage vs. EntryPage, but I can check. There isn't. Did you want the borders to appear on both sides of comments, too? The second line I gave you will do that.

Reply

watchmebe November 28 2007, 16:05:05 UTC
That worked great. Is there a way to add a margin/padding to the comments form and/or change the text color on the comments form?

Reply


Leave a comment

Up