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:
Jannis Leidel 2010-12-12 22:55:33 +00:00
parent 966d3562d4
commit 1e7bb904df
1 changed files with 4 additions and 0 deletions

View File

@ -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;
}