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; }

.lj-view-reply hr{ display: none; }

.lj-view-entry #alpha{ text-align: left; padding-top: 10px; }

.comments-header { display: none; }

.comments-inner { width: 600px; padding: 10px 0; text-align: left; }

div.comments-inner h2{ display: none; }

.comment{ margin: 0; padding: 10px; background: #000; color: #fff; }

.comment-body{ margin-left: 150px; font-size: 9px; }

.comment-odd{ background: #0A0A0A; margin: 10px auto; }

.comment-even{ background: #010101; margin: 10px auto; }

div[id*=ljcmt]{ border-style: none !important; }

.comments-nav{ padding: 10px 0; text-align: center; }

.comment-meta .user-icon{ float: left; margin-left: 0px; padding: 10px; }

.comment-links{ margin-top: 10px; font-weight: normal; text-align: right; font-size: 1em; color: #000; }

.comment-subject{ font-weight: normal; }

.comment-date{ }

.comment{ height: 1%; }

.quickreply{ margin-top: 1em; width: 90%; padding: 5px; }

.replyform{ width: 500px; font-family: georgia; color: #191919; }

#commenttext, #subject{ padding: 10px; }

#comment-form{ width: 500px; font-size: 9px; }

Thank you!

pageviews:reply

Previous post Next post
Up