Comment reply box/Entry padding

Mar 04, 2011 03:44

Just a few quick questions :)

1. This is how the comment box looks when I'm on one of my entries and "Post a comment" is clicked. But if I click to reply to someone else's comment in the same entry, the reply box looks like this where the font size is much smaller. Is there any way to increase the font size when I'm replying? By the same token, is ( Read more... )

metadata, comments, solved, tags, entries

Leave a comment

Comments 4

Try this (Add to your CSS) anarano March 4 2011, 23:59:18 UTC
Comment Text (IP address)
.commentreply {margin-top:15px}

Tags & Co
.currents {margin-top:-15px}

You need this additional to your own change; it's a workaround as the tags are inside (a part of) .entry_text.

Comment Box (font-size)
#qrform {font-size:10pt;}

Good luck!

Reply

Re: Try this (Add to your CSS) lackasexical March 5 2011, 02:37:13 UTC
Thanks so much for the help! My comment box problems are fixed :)

I also added the suggested code to fix the entry padding problem, but I still have the same issue when I get an entry that has currents filled in but no tags selected. I think the negative/positive margins are just canceling each other out so it's as if I didn't add any corrections at all?

Reply

Re: Try this (Add to your CSS) anarano March 5 2011, 06:12:59 UTC
oh, I got confused...

.entry_text {margin-bottom:0; padding-bottom:20px}
.currents {margin-top:-20px}

This one works, but it hides the horizontal scroll bar. Other things I tested collide too much with the residual CSS.

Perhaps someone else has a better alternative.

Reply


(The comment has been removed)

lackasexical March 6 2011, 03:56:42 UTC
Just added the code, it worked out great! Thanks so much for your help!

Reply


Leave a comment

Up