Re: Django Admin CSS Problems in Safari

2006-04-29 Thread parsch
Matthew Flanagan schrieb: > I can confirm that i'm seeing this padding issue in safari and the > webkit inspector shows: > padding-top:10px; > padding-right:20px; > padding-bottom:10px; > padding-left:20px; > > I've been seeing it since wilson did the split of all the css files a > while back

Re: Django Admin CSS Problems in Safari

2006-04-28 Thread parsch
Thanks for your attention, I'll keep on trying to to find out what causes the problem. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to

Re: Django Admin CSS Problems in Safari

2006-04-28 Thread parsch
No, for modifications I use another server. The screenshots show the results of the original CSS of the latest MR version (I changed the background-color only). --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Re: Django Admin CSS Problems in Safari

2006-04-28 Thread parsch
hello james, thanks for your answer. i also used the django admin in safari a thousand times - the error appeared just some days ago and was reproduced on 4 computers at this time. 2 screenshots: http://www.vonautomatisch.at/DjangoAdminIndex.png

Django Admin CSS Problems in Safari

2006-04-28 Thread parsch
hello all, there are some basic problems with the django admin css (magic-removal) and safari (2.0.3 but also earlier versions): the whole page got a top and a left "padding" and forces horizontal scrollbars to appear. i guess that this problem might be the reason for some other hard-to-handle

Re: editing multiple records

2006-02-01 Thread parsch
i'm also concerned about this specific issue and would be interested in receiving information about that. my experience is that multiple editing is a very basic functionality which is needed almost everywhere you deal with a broad amount of records. regards, parsch patrick k wrote: > co