mirror of
				https://github.com/django/django.git
				synced 2025-10-31 01:25:32 +00:00 
			
		
		
		
	[1.9.x] Fixed #25827 -- Removed extra spacing in admin's DateTimeField.
Backport of 2084aed20c from master
			
			
This commit is contained in:
		| @@ -255,11 +255,6 @@ p.datetime { | |||||||
|     font-weight: bold; |     font-weight: bold; | ||||||
| } | } | ||||||
|  |  | ||||||
| form .form-row p.datetime { |  | ||||||
|     margin-left: 160px; |  | ||||||
|     padding-left: 10px; |  | ||||||
| } |  | ||||||
|  |  | ||||||
| .datetime span { | .datetime span { | ||||||
|     white-space: nowrap; |     white-space: nowrap; | ||||||
|     font-weight: normal; |     font-weight: normal; | ||||||
| @@ -274,7 +269,7 @@ form .form-row p.datetime { | |||||||
| } | } | ||||||
|  |  | ||||||
| table p.datetime { | table p.datetime { | ||||||
|     font-size: 10px; |     font-size: 11px; | ||||||
|     margin-left: 0; |     margin-left: 0; | ||||||
|     padding-left: 0; |     padding-left: 0; | ||||||
| } | } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user