2 Columns on PEDIT.PHP

HI everybody,

 

i found this

 

I would like to have the same function for the pedit.php file. All the Text Area Fields are to small. See Attachment.

 

THX so much in advance

2011-02-10_124918.jpg · 76.2K · 95 views
Quote · 10 Feb 2011

mmhh... any idea how to simple expand it? For some reason the Admin Backend is correct with the width...any ideas?

<div class="page_column page_column_single" id="page_column_1" style="width: 998px;"><div class="page_block_container" id="page_block_174"><div class="disignBoxFirst">

 


Quote · 13 Feb 2011

Any idea how to change the width for this TextArea's? Looks like the borders are images?? I need bigger Text Areas :-(

2011-02-10_124918.jpg · 76.2K · 108 views
Quote · 20 Feb 2011

templates/base/css/forms_adv.css about line 271

.input_wrapper_text, .input_wrapper_email, .input_wrapper_url, .input_wrapper_date, .input_wrapper_datetime, .input_wrapper_password, .input_wrapper_number, .input_wrapper_textarea {
width: 196px;
}

Width of those is there.



https://www.deanbassett.com
Quote · 20 Feb 2011

Thanks Deano...to add more to this solution, I thought this might help others.  Same file (templates/base/css/forms_adv.css), just isolated the .input_wrapper_textarea and adjusted the width accordingly:

.form_input_textarea {
border: none;
background-color: #ffffff;
width: 100%;
height: 157px;
resize: none;
}
.input_wrapper_textarea
{
width: 400px;
}
.input_wrapper_email,
.input_wrapper_url,
.input_wrapper_date,
.input_wrapper_datetime,
.input_wrapper_password,
.input_wrapper_number,
.input_wrapper_text
{
width: 196px;
}

Cheers - Jethro

Quote · 23 Feb 2011
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.