Closed (fixed)
Project:
Tell A Friend Node
Version:
6.x-2.1-beta2
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
14 Jun 2009 at 20:42 UTC
Updated:
21 Jul 2009 at 18:34 UTC
At present the 'body' text area is a little too big for my liking. I am of course aware that you can drag the bar at the bottom to increase/decrease the size however I am trying to reduce the size it is viewed at when a user first sees the page. I know with other modules e.g. cck (adding a text area field) that in settings you can chose the size of the text area so I doubt this is difficult to implement here too. I am unable to find it in the code however
I would appreciate it if someone could point it out
Thanks
Comments
Comment #1
benone commentedHi,
Use CSS. Check the ID of this textarea.
I have something like this in my style.css:
#edit-message-content-1 {
height:150px;
}
Had the same problem, but now is ok.
Comment #2
jamesmcd commentedGreat, thanks. Also just found it in the tellafriend_node.module file on line 334
Comment #3
ggaetz commented