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 there any way to adjust the space between the user's IP address and the text of their comment, like here? SOLVED, thanks to anarano :D

2. If there are any entries where no tags are selected, but any of the metadata is filled in, they are smushed right up against the text of the entry, like this. However, when tags are selected, there doesn't seem to be an issue with the text being crammed against anything else. In an attempt to fix the problem, I adjusted this bit of code by adding the red text:

.entry_text {
overflow-x:auto;
line-height:1.4;
margin-bottom:15px;
}

It did fix the problem, but only if no tags are selected. If tags are selected in addition to any of the metadata, they entry looks like this, with the padding occurring right after the tag box instead of right after the entry text. Is there any way to keep the padding around only the text itself, without getting the tags involved? SOLVED, thanks to kentucka :D

I have a free account, and the layout in question is visible at lackasexical. Thanks for any suggestions!

metadata, comments, solved, tags, entries

Previous post Next post
Up