mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
Fixed layout of CMS RHS panel to suit new form HTML structure
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@60789 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
f464ce20a6
commit
8784d965d5
@ -458,7 +458,7 @@ iframe {
|
|||||||
padding:3px;
|
padding:3px;
|
||||||
width: 179px;
|
width: 179px;
|
||||||
}
|
}
|
||||||
#contentPanel #Dimensions span {
|
#contentPanel #Dimensions div.middleColumn {
|
||||||
background: none;
|
background: none;
|
||||||
}
|
}
|
||||||
/* Image height and width inputs. We need to position them in the right places */
|
/* Image height and width inputs. We need to position them in the right places */
|
||||||
@ -484,17 +484,24 @@ iframe {
|
|||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
width:120px;
|
width:120px;
|
||||||
}
|
}
|
||||||
#Form_EditorToolbarImageForm fieldset span,
|
#Form_EditorToolbarImageForm fieldset div.middleColumn,
|
||||||
#Form_EditorToolbarFlashForm fieldset span,
|
#Form_EditorToolbarFlashForm fieldset div.middleColumn,
|
||||||
#Form_EditorToolbarLinkForm fieldset span {
|
#Form_EditorToolbarLinkForm fieldset div.middleColumn {
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
#Form_EditorToolbarLinkForm fieldset li span,
|
#Form_EditorToolbarLinkForm fieldset li div.middleColumn,
|
||||||
#Form_EditorToolbarFlashForm fieldset li span,
|
#Form_EditorToolbarFlashForm fieldset li div.middleColumn,
|
||||||
#Form_EditorToolbarImageForm fieldset li span {
|
#Form_EditorToolbarImageForm fieldset li div.middleColumn {
|
||||||
float: none;
|
float: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#Form_EditorToolbarImageForm fieldset div.fieldgroupField,
|
||||||
|
#Form_EditorToolbarFlashForm fieldset div.fieldgroupField,
|
||||||
|
#Form_EditorToolbarLinkForm fieldset div.fieldgroupField {
|
||||||
|
display: inline;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#Form_EditorToolbarImageForm_Width,
|
#Form_EditorToolbarImageForm_Width,
|
||||||
#Form_EditorToolbarImageForm_Height,
|
#Form_EditorToolbarImageForm_Height,
|
||||||
#Form_EditorToolbarFlashForm_Width,
|
#Form_EditorToolbarFlashForm_Width,
|
||||||
|
Loading…
Reference in New Issue
Block a user