mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	Fixed #8832 -- Position the error icons on the right of the screen in the admin
interface when using right-to-left languages. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8935 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
		| @@ -41,6 +41,8 @@ div.breadcrumbs { text-align:right; } | ||||
| form ul.inline li { float:right; padding-right:0; padding-left:7px; } | ||||
| input[type=submit].default, .submit-row input.default { float:left; } | ||||
| fieldset .field-box { float:right; margin-left: 20px; } | ||||
| .errorlist li {background-position: 100% .3em; padding: 4px 25px 4px 5px; } | ||||
| .errornote {background-position: 100% .3em; padding: 4px 25px 4px 5px; | ||||
|  | ||||
| /* widget styles */ | ||||
| .calendarnav-previous { top:0; left:auto; right:0; } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user