On 11/10/2007, Nader <[EMAIL PROTECTED]> wrote:
>
> I suppose that I can copy the system 'forms.css' file to local
> directory (my own project directory) and change the parameter with
> which the distance will be adjusted.
> Could you tell me which parameter do I have to change?

Just look for "width:" and backtrack a bit to see if it applies to a label.

A really wonderful way to answer CSS questions like this is to use
Firefox and install Firebug. You can then display any page and use the
Inspect button in Firebug to tell you which CSS value came from which
CSS style line and even change it in the browser to test out what
effect any change would have.

http://www.getfirebug.com/

Cheers,

-- 
Phil Davis

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to