mirror of
				https://github.com/django/django.git
				synced 2025-10-31 01:25:32 +00:00 
			
		
		
		
	Fixed #11203 -- Stopped some form fields in the admin from rendering incorrectly in RTL mode when using Internet Explorer.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16065 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
		| @@ -213,9 +213,20 @@ fieldset .field-box { | ||||
|     padding-left: inherit; | ||||
|     left: 10px; | ||||
|     right: inherit; | ||||
|     float:left; | ||||
| } | ||||
|  | ||||
| .inline-related h3 span.delete label { | ||||
|     margin-left: inherit; | ||||
|     margin-right: 2px; | ||||
| } | ||||
|  | ||||
| /* IE7 specific bug fixes */ | ||||
|  | ||||
| div.colM { | ||||
|     position: relative; | ||||
| } | ||||
|  | ||||
| .submit-row input { | ||||
|     float: left; | ||||
| } | ||||
		Reference in New Issue
	
	Block a user