google-code-export / django-page-cms

Automatically exported from code.google.com/p/django-page-cms
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Admin CSS class clash #171

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I spotted this awhile back but haven't had time to submit it until now. It may 
already have been 
addressed.

It has to to with the admin templates and CSS page-cms changes.

Here's what I originally noted:

The action links within the title cell are contained in a div with the class 
"actions." This clashes 
with the Django admin app's own "actions" feature, which uses the same class 
name. The result 
is that the pages change list icons have a top and bottom border, and a 
background image, 
which they shouldn't have. The fix for this is to change the .actions class in 
pages.css to .pages-
actions (or something else), and then update the template ``menu.html`` with 
the new class 
name.

Hope this helps.

Cheers,
Chris

Original issue reported on code.google.com by christop...@odonnell.io on 30 Sep 2009 at 3:50

GoogleCodeExporter commented 9 years ago
Sorry, but this normally was fixed to rev. 683.

Please confirm.

Original comment by m.meylan@gmail.com on 30 Sep 2009 at 7:06

GoogleCodeExporter commented 9 years ago
Without any news, I consider this fixed

Original comment by batiste....@gmail.com on 6 Nov 2009 at 3:22