mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 06:05:56 +00: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;
|
text-decoration: none;
|
||||||
margin-left: 2px;
|
margin-left: 2px;
|
||||||
}
|
}
|
||||||
/* HACK FOR IE6 */
|
|
||||||
#TreeDropdownField_Form_EditorToolbarImageForm_FolderID {
|
|
||||||
display: expression('inline');
|
|
||||||
}
|
|
||||||
.tree_holder {
|
.tree_holder {
|
||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
|
@ -398,9 +398,7 @@ div.spacer, li.spacer {
|
|||||||
ul.tree li.Root span.Root span.c a {
|
ul.tree li.Root span.Root span.c a {
|
||||||
background: url(../../cms/images/treeicons/root.png) no-repeat !important;
|
background: url(../../cms/images/treeicons/root.png) no-repeat !important;
|
||||||
}
|
}
|
||||||
.TreeDropdownField {
|
|
||||||
background: #ff0;
|
|
||||||
}
|
|
||||||
/* Misc Styling */
|
/* Misc Styling */
|
||||||
iframe {
|
iframe {
|
||||||
border: none;
|
border: none;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user