On 11/10/2007, Nader <[EMAIL PROTECTED]> wrote: > I have used the Admin interface in my model. In presentation of Admin > page some of the labels have been not present completely. I give an > example: [...] > transferMechanism ( here comes the widget). > I can't display the widget here but the widget has been overlapped on > the last 3 characters of label. > > My question is: How can I self adjust the distance between them? It > isn't meant to make the label name shorter.
The label width (in terms of screen layout) is defined by the style sheet that the admin app uses (django/contrib/admin/media/css/forms.css) so one way to fix your problem would be to edit that file or include your own style sheet after the forms.css which overrode the label element's width. 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 -~----------~----~----~----~------~----~------~--~---