Comment reply pages

Oct 08, 2008 21:31

I'm working on a layout and I'm having trouble with the ?mode=reply pages. I want to:

a. change the anonymous, open id, & user section to align to the left
b. decrease the padding in the textarea
c. decrease the width of the textarea

img or live.

Comment CSS:
#comments{ background: #000; text-align: left ( Read more... )

pageviews:reply

Leave a comment

Comments 3

av8rmike October 9 2008, 21:42:43 UTC
Your entry link is a locked entry.
This line is causing the table with the radio buttons to be centered:
* {margin: auto; padding: 0px; }

This line is controlling the padding in the input boxes:
#commenttext, #subject{ padding: 10px; }

Reply

afterpilot October 10 2008, 00:35:45 UTC
Whoops, sorry about that. and thank you, both codes worked perfectly! Do you know if it's possible to center the entire reply form on the ?mode=reply pages?

Reply

av8rmike October 10 2008, 12:35:14 UTC
It already is centered, because of this line:
* {margin: 0px auto; padding: 0px; }
That's what the "margin: 0px auto" does.

Reply


Leave a comment

Up