mirror of
https://github.com/django/django.git
synced 2025-07-04 17:59:13 +00:00
[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
This commit is contained in:
parent
d6cf84b032
commit
33e7a8214b
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user