mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
BUGFIX #4848 FileIFrameField visual problem where the preview image is hidden if the TreeDropdownField gets too long for selecting a file
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@95084 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
1ba041fdb6
commit
9302027d9c
@ -150,16 +150,20 @@ div.TreeDropdownField a.editLink {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.mainblock {
|
.mainblock {
|
||||||
float: left;
|
float: left;
|
||||||
border: 1px #CCC solid;
|
border: 1px solid #ccc;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
height: 140px;
|
height: 140px;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mainblock.editform {
|
.mainblock.editform {
|
||||||
width: 290px;
|
width: 250px;
|
||||||
|
}
|
||||||
|
.mainblock.attached {
|
||||||
|
position: absolute;
|
||||||
|
left: 270px;
|
||||||
|
width: 100px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mainblock form fieldset {
|
.mainblock form fieldset {
|
||||||
|
Loading…
Reference in New Issue
Block a user