Forums / Setup & design / how to resize form fields?

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

how to resize form fields?

Author Message

Hilary C.

Tuesday 13 July 2004 2:38:25 pm

Hi,

I know how to size text and textarea fields individually using HTML size, cols and rows attributes. But I can't do that in this case because I'm not referencing the form fields individually - I'm using a single addedit_item.tpl template that just calls this:

{include uri="design:content/edit_attribute.tpl"}

That included template seems to loop through the class object and pull out each form field. But I don't see anywhere to set the size of the fields here. Help? My form fields are far too wide - they are breaking my 800x600 design!

Thanks in advance!

Hilary C.

Tuesday 13 July 2004 3:17:06 pm

Oooo - I found it!

I edited the relevant styles in core.css, which shortened everything up. Yay!!