Fixed #13856 -- Float admin's top links on the right for RTL languages.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14881 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
966d3562d4
commit
1e7bb904df
|
@ -82,6 +82,10 @@ div.breadcrumbs {
|
||||||
|
|
||||||
/* changelists styles */
|
/* changelists styles */
|
||||||
|
|
||||||
|
.change-list ul.toplinks li {
|
||||||
|
float: right;
|
||||||
|
}
|
||||||
|
|
||||||
.change-list .filtered {
|
.change-list .filtered {
|
||||||
background: white url(../img/admin/changelist-bg_rtl.gif) top left repeat-y !important;
|
background: white url(../img/admin/changelist-bg_rtl.gif) top left repeat-y !important;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue