CoreBOSBB

Full Version: Increase the height of the description field
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I want to increase the height of the description field when in full edit mode.

I previous version of Corebos I did it by modify themes/softed/style.css height parameter in the textarea section:

Code:
textarea {
       width:95%;
       height:70px;   <<<<<<<<<<<<<<<<<<<<
       border:1px solid #dadada;
}

Now in the new version that have new UI everything change and I'm lost.

Could you please give me some direction in which file/section to do it.

Thank you
I added a global variable for this: Application_Textarea_Style

[attachment=1076]
Thank you.

Can you do somting simulat to the AJAX text box (edit width text field in view mode)
Attach screen shut
Done. Thanks!
Thanks