#8812: Delete link should be right-aligned when admin interface is RTL
-----------------------------+----------------------------------------------
Reporter: okhayat | Owner: nobody
Status: new | Milestone: 1.0
Component: Admin interface | Version: SVN
Keywords: | Stage: Unreviewed
Has_patch: 0 |
-----------------------------+----------------------------------------------
The class of the P tag that contains the 'deletelink' should be float-
right rather than float-left for it to be displayed correctly.
Currently it is:
{{{<p class="float-left"><a href="delete/"
class="deletelink">delete</a></p>}}}
and should be
{{{<p class="float-right"><a href="delete/"
class="deletelink">delete</a></p>}}}
--
Ticket URL: <http://code.djangoproject.com/ticket/8812>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---