Skip to content
Snippets Groups Projects
Commit 8ebf8255 authored by Chris Leppanen's avatar Chris Leppanen
Browse files

Issue #1941302 by jshimota01: Fixed Radio buttons hidden in IE 7.

parent 1bd0dbd1
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,7 @@ table.feeds-admin-importers tr.disabled.odd,
table.feeds-admin-importers tr.disabled.even {
border-color: #eee;
}
table.feeds-admin-importers tr.disabled.odd {
background-color: #f5f5f5;
}
......@@ -88,6 +89,7 @@ ul.container-actions li {
background-image: none;
margin: 0;
padding: 0;
position: relative; /* Fix for IE 7 compatability mode. */
}
ul.container-actions .form-item,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment