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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 10 deletions

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;
}