On Mon, Mar 2, 2009 at 3:23 PM, Peter Bailey <p.h.bai...@gmail.com> wrote:

>
> Yeah, I have big objects in tables. Sigh, was hoping to avoid writing
> more css, but thought it might come down to that.
>
> Thanks Alex.
>
>
> On Mar 2, 3:09 pm, Alex Gaynor <alex.gay...@gmail.com> wrote:
> > On Mon, Mar 2, 2009 at 3:06 PM, Peter Bailey <p.h.bai...@gmail.com>
> wrote:
> >
> > > Hello, I am building a small app that just requires admin
> > > functionality, Thought I was about done, but my customer tried it on a
> > > huge 1024x768 monitor (have not seen one for a few years). Turns out
> > > the if the admin pages would slide horizontally as well as vertically,
> > > things would be fine. Works real nice on 1900x1200 and my Macbook
> > > Pro :-)
> >
> > > I have looked around and not seen an easy solution for this (which if
> > > course I am hoping for, since I thought I was wrapping up). Does
> > > anyone know any easy way to do this or can you shout me any good
> > > pointers. '
> >
> > > Help most appreciated, thanks,
> >
> > > Peter
> >
> > From looking over the admin CSS it looks like it has the minimum width
> > property on the container div set at 760px:
> http://code.djangoproject.com/browser/django/trunk/django/contrib/adm...
> >
> > To lower that you'll probably need to write some of your own CSS to make
> it
> > play nice. FWIW it may just be that you have some really long strings
> being
> > displayed in certain places since I don't notice any issues on my
> 1280*800
> > laptop.
> >
> > Alex
> >
> > --
> > "I disapprove of what you say, but I will defend to the death your right
> to
> > say it." --Voltaire
> > "The people's good is the highest law."--Cicero
> >
>
You could try writing a method on the model admin to insert line breaks
every X charecters so it's not an isue.

Alex

-- 
"I disapprove of what you say, but I will defend to the death your right to
say it." --Voltaire
"The people's good is the highest law."--Cicero

--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to