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 (from r95084)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@95631 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
2ac60298cc
commit
b1bf03ffd1
@ -151,15 +151,19 @@ div.TreeDropdownField a.editLink {
|
||||
|
||||
.mainblock {
|
||||
float: left;
|
||||
border: 1px #CCC solid;
|
||||
border: 1px solid #ccc;
|
||||
padding: 5px;
|
||||
margin-right: 5px;
|
||||
height: 140px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.mainblock.editform {
|
||||
width: 290px;
|
||||
width: 250px;
|
||||
}
|
||||
.mainblock.attached {
|
||||
position: absolute;
|
||||
left: 270px;
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
.mainblock form fieldset {
|
||||
|
Loading…
Reference in New Issue
Block a user