google-code-export / django-grappelli

Automatically exported from code.google.com/p/django-grappelli
0 stars 0 forks source link

div related-content overlaps div main-content in django admindoc #57

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When using django.contrib.admindocs, <div class="related-content"> will
always overlap <div class="main-content">.

Original issue reported on code.google.com by wastingt...@gmail.com on 18 Jun 2009 at 7:37

Attachments:

GoogleCodeExporter commented 9 years ago
This should probably be Priority-Low instead.

Original comment by wastingt...@gmail.com on 18 Jun 2009 at 7:38

GoogleCodeExporter commented 9 years ago
I've confirmed this issue for:

- Firefox 3.0 on Windows
- Safari 3.2 on Windows
- Internet Explorer 8.0 on Windows

Original comment by wastingt...@gmail.com on 18 Jun 2009 at 7:41

GoogleCodeExporter commented 9 years ago
the upcoming css/html-changes should solve this issue.
thanks.

Original comment by sehmaschine on 18 Jun 2009 at 7:44

GoogleCodeExporter commented 9 years ago
The fix is to add this line to /grappelli_css/grappelli.css line 32:

.colSM #content-related
{
    float: left !important;
}

Original comment by wastingt...@gmail.com on 18 Jun 2009 at 8:13

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks, wastingtape, that worked for me!

Original comment by christop...@odonnell.io on 26 Jun 2009 at 12:08

GoogleCodeExporter commented 9 years ago

Original comment by sehmaschine on 13 Aug 2009 at 11:39

GoogleCodeExporter commented 9 years ago

Original comment by sehmaschine on 19 Aug 2009 at 4:07

GoogleCodeExporter commented 9 years ago
Fixed by r434 - r436

Original comment by parsch.inc@gmail.com on 25 Sep 2009 at 9:38