mirror of
https://github.com/Hopiu/django.git
synced 2026-04-25 17:24:49 +00:00
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
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Reference in a new issue