Django

Code

Changeset 8935

Show
Ignore:
Timestamp:
09/03/08 14:51:20 (4 months ago)
Author:
mtredinnick
Message:

Fixed #8832 -- Position the error icons on the right of the screen in the admin
interface when using right-to-left languages.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/django/contrib/admin/media/css/rtl.css

    r8903 r8935  
    4242input[type=submit].default, .submit-row input.default { float:left; } 
    4343fieldset .field-box { float:right; margin-left: 20px; } 
     44.errorlist li {background-position: 100% .3em; padding: 4px 25px 4px 5px; } 
     45.errornote {background-position: 100% .3em; padding: 4px 25px 4px 5px; 
    4446 
    4547/* widget styles */