1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Removed CSS workarounds for IE7 in admin.

This commit is contained in:
Jon Dufresne
2020-04-30 21:33:24 -07:00
committed by GitHub
parent 29e35b9a3e
commit 448cdde935

View File

@@ -257,13 +257,3 @@ form .form-row p.datetime {
margin-left: inherit;
margin-right: 2px;
}
/* IE7 specific bug fixes */
div.colM {
position: relative;
}
.submit-row input {
float: left;
}