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 small inaccuracies concerning spacings
between elements (which appear while designing a new skin for the
django admin).

any ideas/experiences with this problem?

regards, axel


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



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 computer?
Even better, can you take screenshots?


--
"May the forces of evil become confused on the way to your house."
  -- George Carlin

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



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
http://www.vonautomatisch.at/DjangoAdminChangelist.png


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



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 evil become confused on the way to your house."
  -- George Carlin

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



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 
"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
-~--~~~~--~~--~--~---



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.

--
"May the forces of evil become confused on the way to your house."
  -- George Carlin

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



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 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
-~--~~~~--~~--~--~---



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 to your house."
  -- George Carlin

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



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 just removed
all my css customizations and i'm still seeing it. Add "padding:0px;"
to #container in layout.css fixed it for me.

On 4/29/06, James Bennett <[EMAIL PROTECTED]> wrote:
>
> 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 to your house."
>   -- George Carlin
>
> >
>

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



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 but I thought it was something i had done. I just removed
> all my css customizations and i'm still seeing it. Add "padding:0px;"
> to #container in layout.css fixed it for me.
> 

That works, thank you Matthew.


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



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 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 just removed
> > all my css customizations and i'm still seeing it. Add "padding:0px;"
> > to #container in layout.css fixed it for me.
> >
>
> That works, thank you Matthew.
>
>
> >
>

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---