Skip to content

Commit

Permalink
Fixed #7858 -- Quick CSS fix for right-to-left written languages in i…
Browse files Browse the repository at this point in the history
…nlines. Thanks mksoft for the report and patch.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@8014 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
brosner committed Jul 21, 2008
1 parent 80ac41e commit ca7ee4b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions django/contrib/admin/media/css/rtl.css
Expand Up @@ -44,3 +44,6 @@ div.breadcrumbs { text-align:right; }

.selector { float: right;}
.selector .selector-filter { text-align: right;}

/* x unsorted */
.inline-related h2 { text-align:right }

0 comments on commit ca7ee4b

Please sign in to comment.