Remove stuff that breaks IE

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44536 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Andrew O'Neil 2007-11-09 01:07:42 +00:00
parent 9a81e1461d
commit ff104381ea
2 changed files with 3 additions and 7 deletions

View File

@ -9,10 +9,8 @@
text-decoration: none;
margin-left: 2px;
}
/* HACK FOR IE6 */
#TreeDropdownField_Form_EditorToolbarImageForm_FolderID {
display: expression('inline');
}
.tree_holder {
display: inline;
}

View File

@ -398,9 +398,7 @@ div.spacer, li.spacer {
ul.tree li.Root span.Root span.c a {
background: url(../../cms/images/treeicons/root.png) no-repeat !important;
}
.TreeDropdownField {
background: #ff0;
}
/* Misc Styling */
iframe {
border: none;