Commit 33e7a821 authored by Jannis Leidel's avatar Jannis Leidel
Browse files

[1.2.X] Fixed #13856 -- Float admin's top links on the right for RTL languages.

Backport from trunk (r14881).

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14904 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent d6cf84b0
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -82,6 +82,10 @@ div.breadcrumbs {

/* changelists styles */

.change-list ul.toplinks li {
    float: right;
}

.change-list .filtered {
    background: white url(../img/admin/changelist-bg_rtl.gif) top left repeat-y !important;
}