Re: Django Admin CSS Problems in Safari

2006-05-09 Thread Wilson Miner
I still haven't been able to confirm this particular display problem, but adding the padding rule to #container doesn't break anything, so I went ahead and commited that change. On 4/29/06, parsch <[EMAIL PROTECTED]> wrote: > > > Matthew Flanagan schrieb: > > > I can confirm that i'm seeing this

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 Matthew Flanagan
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 but I thought it was something i had done. I

Re: Django Admin CSS Problems in Safari

2006-04-28 Thread James Bennett
On 4/28/06, parsch <[EMAIL PROTECTED]> wrote: > Thanks for your attention, I'll keep on trying to to find out what > causes the problem. If you go grab a WebKit nightly build, you can use its built-in inspector to try to isolate the problem. -- "May the forces of evil become confused on the way

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 James Bennett
On 4/28/06, parsch <[EMAIL PROTECTED]> wrote: > 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). I'm running the latest magic-removal as well, and I'm unable to reproduce this. --

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 James Bennett
On 4/28/06, parsch <[EMAIL PROTECTED]> wrote: > 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. Did it start happening right around the time you started modifying the CSS? -- "May the forces of

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

Re: Django Admin CSS Problems in Safari

2006-04-28 Thread James Bennett
On 4/28/06, parsch <[EMAIL PROTECTED]> wrote: > there are some basic problems with the django admin css (magic-removal) > and safari (2.0.3 but also earlier versions): I use the Django admin in Safari on a daily basis, and have never seen any rendering problems. Can you reproduce this on another

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