mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
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:
parent
9a81e1461d
commit
ff104381ea
@ -9,10 +9,8 @@
|
||||
text-decoration: none;
|
||||
margin-left: 2px;
|
||||
}
|
||||
/* HACK FOR IE6 */
|
||||
#TreeDropdownField_Form_EditorToolbarImageForm_FolderID {
|
||||
display: expression('inline');
|
||||
}
|
||||
|
||||
|
||||
.tree_holder {
|
||||
display: inline;
|
||||
}
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user