Removed CSS workarounds for IE7 in admin.
This commit is contained in:
parent
29e35b9a3e
commit
448cdde935
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue