Replies

Jun 8, 2009 16 years ago
Lumarin
User Avatar

On your own profile, is it possible to change the width of the comment box? I'd like to change it to 100% from the 90% is currently sits at(with the Leave Comment button too). This is so that I can place a border around the comment box so that it actually looks like a comment box instead of an image with "Leave Comment" underneath it.

I tried a CSS width for the id, as well as attempting to create my own comment box in a blank section. When it wouldn't let me create a comment box, I attempted to close the blank section table because I assumed that the system wouldn't let me place a textarea/form in a blank section, but the system was too smart for such a simple hack( /td /tr /table table tr td )(with the ids I wanted, of course, being content_comment instead of blank_section.)

so, tl;dr, is it possible to change the width of the comment box on one's profile? I'd like to up it to 100% so that I can make it look like a comment box via a border.

Jun 8, 2009 16 years ago
Revel
is sweet
User Avatar

.textbox {width:100px !important} .forminput {width:100px !important}

Try that/configure it to your needs.

Jun 8, 2009 16 years ago
Lumarin
User Avatar

Thanks! I hadn't known about !important. That'll be very useful to know and will let me customize things even more.

Please log in to reply to this topic.