mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 06:05:56 +00:00
Fixed ImageField file store selector in IE7
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@57763 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
2c2412267b
commit
67d4cb7a70
@ -131,7 +131,11 @@ div.TreeDropdownField a.editLink {
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* added block/width so tree values don't disappear in ie7 */
|
||||||
|
.SelectionGroup div.TreeDropdownField ul.tree li {
|
||||||
|
display: block;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
.Actions {
|
.Actions {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user